I found a bug in the way commands are added: it seems the command descriptions that you added are being interpreted as commands.
When you type for example this in rcon: find team, or find scan
it will show this as results:
change the leader of a team( )
remove a player from a team( )
add a player to another player's team( )
create a new team with a specified leader( )
scan all players and sleepers to update the data file( )
Apparently you cannot use [Command] this way, it needs to be the command only, for example this:
[Command("newteam", "Create a new team with a specified leader")]
Needs to become only this:
[Command("newteam")]
And so on for the other 4 commands.
Hello, can you also please add a command to create a new team?
Something like this: /createteam <teamOwnerID>
This command would then make a new team with <teamOwnerID> as the owner/leader of it.
And then after it we can use the /addteam command to add other players to this new team.
Thank you!
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.