mirror of
https://e.coding.net/circlecloud/CustomGUI.git
synced 2024-11-21 01:58:50 +00:00
Format Code...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
9d9f0b988e
commit
2d80baac22
@ -33,7 +33,9 @@ GUI: ##DO NOT TOUCH!
|
|||||||
- '&aThis OP item will be'
|
- '&aThis OP item will be'
|
||||||
- '&ashown to any players'
|
- '&ashown to any players'
|
||||||
- '&ain OP mode'
|
- '&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)
|
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
|
||||||
- deop %PLAYER%
|
- deop %PLAYER%
|
||||||
- pex user %PLAYER% remove example.permission.1
|
- pex user %PLAYER% remove example.permission.1
|
||||||
@ -59,7 +61,8 @@ GUI: ##DO NOT TOUCH!
|
|||||||
- '&abe shown if the player has'
|
- '&abe shown if the player has'
|
||||||
- '&athe config defined permission'
|
- '&athe config defined permission'
|
||||||
- '&eYou need $%COMMANDSCOST% to use this item'
|
- '&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)
|
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
|
||||||
- fly %PLAYER%
|
- fly %PLAYER%
|
||||||
- op %PLAYER% [LEFT-CLICK]
|
- op %PLAYER% [LEFT-CLICK]
|
||||||
@ -84,7 +87,8 @@ GUI: ##DO NOT TOUCH!
|
|||||||
- '&athe config defined balance'
|
- '&athe config defined balance'
|
||||||
- '&6Current Balance: %BALANCE%'
|
- '&6Current Balance: %BALANCE%'
|
||||||
- '&eYou need $%COMMANDSCOST% to use this item'
|
- '&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)
|
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
|
||||||
- pex user %PLAYER% add example.permission.1
|
- pex user %PLAYER% add example.permission.1
|
||||||
PlayerCommands: ##The player commands to be executed when clicked
|
PlayerCommands: ##The player commands to be executed when clicked
|
||||||
@ -107,7 +111,7 @@ GUI: ##DO NOT TOUCH!
|
|||||||
- '&abe shown if the player has'
|
- '&abe shown if the player has'
|
||||||
- '&athe config defined EXP'
|
- '&athe config defined EXP'
|
||||||
- '&6Current Level: %PLAYERLEVEL%'
|
- '&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)
|
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
|
||||||
- eco give %PLAYER% 2000
|
- eco give %PLAYER% 2000
|
||||||
PlayerCommands: ##The player commands to be executed when clicked
|
PlayerCommands: ##The player commands to be executed when clicked
|
||||||
@ -129,7 +133,7 @@ GUI: ##DO NOT TOUCH!
|
|||||||
- '&abe shown if the player does'
|
- '&abe shown if the player does'
|
||||||
- '&anot meet any of the other item'
|
- '&anot meet any of the other item'
|
||||||
- '&adisplay requirements.'
|
- '&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)
|
ConsoleCommands: ##The console commands to be executed when clicked (Use %PLAYER% for players name)
|
||||||
- xp give %PLAYER% 160
|
- xp give %PLAYER% 160
|
||||||
PlayerCommands: ##The player commands to be executed when clicked
|
PlayerCommands: ##The player commands to be executed when clicked
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
name: CustomGUI
|
name: CustomGUI
|
||||||
version: 1.4.3.4
|
version: 1.4.4
|
||||||
main: me.jacobculley.customgui.Main
|
main: me.jacobculley.customgui.Main
|
||||||
depend: [Vault, PlaceholderAPI]
|
depend: [Vault, PlaceholderAPI]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user