Advertisement
LionYT

ChestCommands Wont work

Nov 9th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&6Admin GUI'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'admin'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'sound: note pling; tell: &eYou opened the admin GUI!.'
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with orange wool [35:1]
  30. open-with-item:
  31. id: wool:1
  32. left-click: false
  33. right-click: false
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. gmccmd:
  44. COMMAND: 'gmc'
  45. NAME: '&6Creative Mode'
  46. LORE:
  47. - 'Gives you GMC'
  48. ID: diamond_block
  49. POSITION-X: 1
  50. POSITION-Y: 1
  51.  
  52.  
  53. gmscmd:
  54. COMMAND: 'gms'
  55. NAME: '&6Survival Mode'
  56. LORE:
  57. - 'Gives you Survival Mode'
  58. ID: grass
  59. DATA-VALUE: 1
  60. POSITION-X: 2
  61. POSITION-Y: 1
  62.  
  63.  
  64. opcmd:
  65. COMMAND: 'op {player}'
  66. NAME: '&6Emergency OP'
  67. LORE:
  68. - 'Incase of an Emergency, you'
  69. - 'You can OP yourself'
  70. ID: emerald_block
  71. DATA-VALUE: 1
  72. POSITION-X: 2
  73. POSITION-Y: 1
  74.  
  75.  
  76. restart-announce:
  77. COMMAND: 'console: {player} is announcing the server will close for updates...'
  78. NAME: '&6Restart Announcement'
  79. LORE:
  80. - 'It broadcasts you are going to restart the server'
  81. - 'Only use this command if your the owner, dev, or'
  82. - 'Co-owner. thx'
  83. ID: command block
  84. POSITION-X: 4
  85. POSITION-Y: 1
  86.  
  87.  
  88. current-stats:
  89. COMMAND: 'tell: &9Online players: &f{online}/{max_players}; tell: &9Your name: &f{player}; tell: &9The world you are in: &f{world}; tell: &9Money: &f{money}'
  90. NAME: '&6Current Stats'
  91. LORE:
  92. - 'Tells you your current player'
  93. - 'statistics'
  94. ID: empty map
  95. POSITION-X: 6
  96. POSITION-Y: 1
  97.  
  98.  
  99. staffmoney:
  100. COMMAND: 'tell: &6 You have been paid money; givemoney: 100000000'
  101. NAME: '&6Testing Money'
  102. LORE:
  103. - 'This command can only be'
  104. - 'executed for test purposes'
  105. - 'only and requires responsibility'
  106. ID: gold_block
  107. POSITION-X: 7
  108. POSITION-Y: 1
  109.  
  110.  
  111.  
  112. will-not-close:
  113. NAME: '&6Close'
  114. LORE:
  115. - '&6This GUI will close on click'
  116. ID: sign
  117. POSITION-X: 9
  118. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement