Template:Zh ManagedKits Description Details: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
Line 28: Line 28:
* gold - enabled kit with price (not free)
* gold - enabled kit with price (not free)
|-
|-
|class="zhproperty"|/kit details ''KitName''||class="zhdescription"|
|class="zhproperty"|/kit details '''KitName'''||class="zhdescription"|
* Player
* Player
* Server
* Server
|class="zhdescription"|Get description of kit, you can see information about kit, it's status and price (if Economy API is enabled)
|class="zhdescription"|Get description of kit, you can see information about kit, it's status and price (if Economy API is enabled)
|-
|-
|class="zhproperty"|/kit enable ''KitName''||class="zhdescription"|
|class="zhproperty"|/kit enable '''KitName'''||class="zhdescription"|
* Player as op
* Player as op
* Server
* Server
Line 43: Line 43:
|class="zhdescription"|Enable all available kits, if kit can't be enabled (due to configuration), it will be disabled
|class="zhdescription"|Enable all available kits, if kit can't be enabled (due to configuration), it will be disabled
|-
|-
|class="zhproperty"|/kit disable ''KitName''||class="zhdescription"|
|class="zhproperty"|/kit disable '''KitName'''||class="zhdescription"|
* Player as op
* Player as op
* Server
* Server
Line 53: Line 53:
|class="zhdescription"|Disable all kits  
|class="zhdescription"|Disable all kits  
|}
|}


=== Description in examples ===
=== Description in examples ===

Revision as of 11:02, 6 May 2016

Description

Command Permission Description
/kit
  • Player
  • Server
Get all commands usage
/kit list
  • Player
  • Server
Get list of active kits, you can see titles in different colors depends on it's status
  • white - enabled kit
  • purple - enabled kit, but limited (by time or by money)
  • gold - enabled kit with price (not free)
/kit list all
  • Player as op
  • Server
Get list of all kits, you can see titles in different colors depends on it's status
  • white - enabled kit
  • red - disabled kit
  • gold - enabled kit with price (not free)
/kit details KitName
  • Player
  • Server
Get description of kit, you can see information about kit, it's status and price (if Economy API is enabled)
/kit enable KitName
  • Player as op
  • Server
Enable a kit, if kit can't be enabled (due to configuration), it will be disabled
/kit enable all
  • Player as op
  • Server
Enable all available kits, if kit can't be enabled (due to configuration), it will be disabled
/kit disable KitName
  • Player as op
  • Server
Disable a kit
/kit disable all
  • Player as op
  • Server
Disable all kits

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