diff options
author | Chris Ward <chris@chrisgward.com> | 2013-01-22 00:13:07 -0800 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-01-22 00:13:07 -0800 |
commit | a606a088a0e609fef6aebd6c08b533a768c5efe5 (patch) | |
tree | f70bff892bd20b7ad6b6236f5457b2df65ac9e1e | |
parent | a823da012c976d429e585e33dbfeb4419449f92e (diff) | |
parent | 8cf28399f4d3c497605bbe879919b3e13e501627 (diff) | |
download | Essentials-a606a088a0e609fef6aebd6c08b533a768c5efe5.tar Essentials-a606a088a0e609fef6aebd6c08b533a768c5efe5.tar.gz Essentials-a606a088a0e609fef6aebd6c08b533a768c5efe5.tar.lz Essentials-a606a088a0e609fef6aebd6c08b533a768c5efe5.tar.xz Essentials-a606a088a0e609fef6aebd6c08b533a768c5efe5.zip |
Merge pull request #280 from necrodoom/patch-28
update documation reference in config.yml
-rw-r--r-- | Essentials/src/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 87afc3ac2..3ea88c1e3 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -205,8 +205,8 @@ player-commands: # Note: All items MUST be followed by a quantity! # All kit names should be lower case, and will be treated as lower in permissions/costs. -# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [meta:value]... -# Supported meta includes: name, lore, color, player, title, author, book +# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]... +# For Item meta information visit http://wiki.ess3.net/wiki/command_reference/ICheat#itemmeta # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#kits kits: |