Token Commands
A set of command to manage the tokens on the server.
The tokens can be assigned in the game play based on different actions the players are executing.
The tokens can also be assigned only for some specific time interval (see block's token-set and gate's token-set commands). This allows implementing some in-game scenarios.
The tokens are used to manage the tasks players can do in the zone.
Tokens Video Tutorial​
Create Token​
/share token $name create
Creates a token with the specified name. When the token is created a new group with the name token:$token-name:owner is created as well. The group will initially be restricted to the user that creates the token. This group will be assigned to owner and allow-assign groups.
Set Group to Token​
/share token $name group-set owner|allow-assign [$group-name]
Sets a respective group to the zone. owner is a set of players who can change the token properties or delete it, allow-assign defines the set of players who can assign this token to gates or blocks.
If the $group-name is not provided the group is removed, which makes it available to everyone.
The group with the group-name should be available. Create it in advance if needed (see share group create command).
Get Info about Token​
/share token $name info
Provides information about the token.
Delete a Token​
/share token $name delete
Deletes a token with the specified name.