Template:Zh ManagedKits Description Details
Description
Command | Permission | Description |
/kit |
|
Get all commands usage |
/kit list |
|
Get list of active kits, you can see titles in different colors depends on it's status
|
/kit list all |
|
Get list of all kits, you can see titles in different colors depends on it's status
|
/kit details KitName |
|
Get description of the kit KitName, you can see information about the kit, it's status and price (if Economy API is enabled) |
/kit enable KitName |
|
Enable the kit KitName, if the kit can't be enabled (due to configuration), it will be disabled |
/kit enable all |
|
Enable all available kits, if kit can't be enabled (due to configuration), it will be disabled |
/kit disable KitName |
|
Disable the kit KitName |
/kit disable all |
|
Disable all kits |
/kit reload |
|
Reload all kits from kit configuration file |
/kit get KitName |
|
Give to a player the kit KitName. If it have permission to use (time, money...)
If Economy API enabled, the price of the kit will be get |
Description in examples
Plugin initialization, some valuable information is displayed
Server console commands
Call kit command
Call kit list command
Call kit list all command
Call kit details command to get information about a kit
Call kit disable command to disable a kit.
If you disable a kit, all players get message about that.
Call kit disable all command to disable all available kits
Call kit enable command to enable a kit.
If you enable a kit, all players get message about that.
Call kit enable all command to enable all available kits. If some kits can't be enabled, you'll see messages.
Call kit reload command to reload kits, all changes in kits config file is applied.
You can't call kit get command to get kit on a server