Template:Zh ManagedKits Description Details: Difference between revisions

From Documentation
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 32: Line 32:


=== Description in examples ===
=== Description in examples ===
Plugin initialization, some valuable information is displayed


[[File:Kit-1-initialize.png]]
[[File:Kit-1-initialize.png]]
Server console commands
Call '''kit''' command


[[File:Kit-2-usage.png]]
[[File:Kit-2-usage.png]]
Call '''kit list''' command


[[File:Kit-3-list.png]]
[[File:Kit-3-list.png]]
Call '''kit list all''' command


[[File:Kit-4-list-all.png]]
[[File:Kit-4-list-all.png]]
Call '''kit details''' command to get information about a kit


[[File:Kit-5-details.png]]
[[File:Kit-5-details.png]]
Call '''kit disable''' command to disable a kit.
If you disable a kit, all players get message about that.


[[File:Kit-6-disable.png]]
[[File:Kit-6-disable.png]]
Call '''kit disable all''' command to disable all available kits


[[File:Kit-7-disable-all.png]]
[[File:Kit-7-disable-all.png]]
Call '''kit enable''' command to enable a kit.
If you enable a kit, all players get message about that.


[[File:Kit-8-enable.png]]
[[File:Kit-8-enable.png]]
Call '''kit enable all''' command to enable all available kits. If some kits can't be enabled, you'll see messages.


[[File:Kit-9-enable-all.png]]
[[File:Kit-9-enable-all.png]]
Call '''kit reload''' command to reload kits, all changes in kits config file is applied.


[[File:Kit-10-reload.png]]
[[File:Kit-10-reload.png]]
You can't call '''kit get''' command to get kit on a server


[[File:Kit-11-get-server.png]]
[[File:Kit-11-get-server.png]]


[[File:User-1-default-got-kit.png]]
[[File:User-1-default-got-kit.png]]

Revision as of 10:55, 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)


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