add missing package.json and attributes, added example 22

This commit is contained in:
CWX
2025-02-10 21:31:44 +00:00
parent 685f2eb39b
commit 08ec102f99
6 changed files with 115 additions and 0 deletions
@@ -3,9 +3,11 @@ using Core.Models.Eft.Dialog;
using Core.Models.Eft.Profile;
using Core.Servers;
using Core.Services;
using SptCommon.Annotations;
namespace _21CustomCommandoCommand;
[Injectable]
public class CustomCommandoCommand : IChatCommand
{
private DatabaseServer _databaseServer;
@@ -0,0 +1,13 @@
{
"Name": "21CustomCommandoCommand",
"Version": "1.0.0",
"SptVersion": "~4.0",
"LoadBefore": [],
"LoadAfter": [],
"IncompatibileMods": [],
"Url": "https://github.com/sp-tarkov/server-csharp/tree/develop/ExampleMods/Mods",
"IsBundleMod": false,
"Author": "SPT",
"Contributors": [],
"Licence": "MIT"
}