Format Code...

Signed-off-by: j502647092 <jtb1@163.com>
master
j502647092 2015-07-20 21:25:02 +08:00
parent 9d9f0b988e
commit 2d80baac22
3 changed files with 655 additions and 573 deletions

View File

@ -33,7 +33,9 @@ GUI: ##DO NOT TOUCH!
- '&aThis OP item will be'
- '&ashown to any players'
- '&ain OP mode'
Enchant: DURABILITY;1,DAMAGE_ALL;1 ##The enchantment to be put on the OP item (Format: <Enchant>;<Level>)
Enchant: ##The enchantment to be put on the OP item (Format: <Enchant>;<Level>)
- DURABILITY;1
- DAMAGE_ALL;2
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
- deop %PLAYER%
- pex user %PLAYER% remove example.permission.1
@ -59,7 +61,8 @@ GUI: ##DO NOT TOUCH!
- '&abe shown if the player has'
- '&athe config defined permission'
- '&eYou need $%COMMANDSCOST% to use this item'
Enchant: DURABILITY;1 ##The enchantment to be put on the permission item (Format: <Enchant>;<Level>)
Enchant: ##The enchantment to be put on the permission item (Format: <Enchant>;<Level>)
- DURABILITY;1
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
- fly %PLAYER%
- op %PLAYER% [LEFT-CLICK]
@ -84,7 +87,8 @@ GUI: ##DO NOT TOUCH!
- '&athe config defined balance'
- '&6Current Balance: %BALANCE%'
- '&eYou need $%COMMANDSCOST% to use this item'
Enchant: DURABILITY;1 ##The enchantment to be put on the balance item (Format: <Enchant>;<Level>)
Enchant: ##The enchantment to be put on the balance item (Format: <Enchant>;<Level>)
- DURABILITY;1
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
- pex user %PLAYER% add example.permission.1
PlayerCommands: ##The player commands to be executed when clicked
@ -107,7 +111,7 @@ GUI: ##DO NOT TOUCH!
- '&abe shown if the player has'
- '&athe config defined EXP'
- '&6Current Level: %PLAYERLEVEL%'
Enchant: null ##The enchantment to be put on the EXP item (Format: <Enchant>;<Level>)
Enchant: [] ##The enchantment to be put on the EXP item (Format: <Enchant>;<Level>)
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
- eco give %PLAYER% 2000
PlayerCommands: ##The player commands to be executed when clicked
@ -129,7 +133,7 @@ GUI: ##DO NOT TOUCH!
- '&abe shown if the player does'
- '&anot meet any of the other item'
- '&adisplay requirements.'
Enchant: null ##The enchantment to be put on the EXP item (Format: <Enchant>;<Level>)
Enchant: [] ##The enchantment to be put on the EXP item (Format: <Enchant>;<Level>)
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
- xp give %PLAYER% 160
PlayerCommands: ##The player commands to be executed when clicked

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
name: CustomGUI
version: 1.4.3.4
version: 1.4.4
main: me.jacobculley.customgui.Main
depend: [Vault, PlaceholderAPI]