Advertisement
Ghureg

Untitled

Jun 20th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. PermissionShop:
  2. spell-class: ".MenuSpell"
  3. title: "&4Command Shop"
  4. always-granted: true
  5. incantations:
  6. - "/shop"
  7. options:
  8. god:
  9. slot: 13
  10. item:
  11. type: "322:1"
  12. name: "&6&lGod"
  13. lore: "&2$10,000,000"
  14. spell: buygod
  15. fly:
  16. slot: 12
  17. item:
  18. type: "288"
  19. name: "&b&lFly"
  20. lore: "&2$1,000,000"
  21. spell: PermissionShop
  22. repair:
  23. slot: 14
  24. item:
  25. type: "145:0"
  26. name: "&7&lRepair"
  27. lore: "&2$1,000,000"
  28. spell: PermissionShop
  29. eat:
  30. slot: 20
  31. item:
  32. type: "364"
  33. name: "&c&lEat"
  34. lore: "&2$500,000"
  35. spell: PermissionShop
  36. echest:
  37. slot: 24
  38. item:
  39. type: "130"
  40. name: "&5&lEchest"
  41. lore: "&2$500,000"
  42. spell: PermissionShop
  43. 5homes:
  44. slot: 29
  45. item:
  46. type: "324"
  47. name: "&e&l5 Homes"
  48. lore: "&2$250,000"
  49. spell: PermissionShop
  50. dkit:
  51. slot: 33
  52. item:
  53. type: "264"
  54. name: "&3&lDiamond Tools Kit"
  55. lore: "&2$250,000"
  56. spell: PermissionShop
  57. Pweather:
  58. slot: 39
  59. item:
  60. type: "175:0"
  61. name: "&e&lPersonal Weather"
  62. lore: "&2$100,000"
  63. spell: PermissionShop
  64. back:
  65. slot: 40
  66. item:
  67. type: "262"
  68. name: "&d&lBack"
  69. lore: "&2$100,000"
  70. spell: PermissionShop
  71. nickname:
  72. slot: 41
  73. item:
  74. type: "421"
  75. name: "&f&lNickname"
  76. lore: "&2$100,000"
  77. spell: PermissionShop
  78. sellshop:
  79. slot: 53
  80. item:
  81. type: "133"
  82. name: "&a&lSell Shop"
  83. lore: "&aClick to Sell Items"
  84. spell: PermissionShop
  85. modifiers:
  86. - permission magicspells.shop.open required
  87. buygod:
  88. spell-class: ".ExternalCommandSpell"
  89. execute-on-console-instead: true
  90. command-to-execute:
  91. - "eco take %t 10000000"
  92. spells:
  93. - buygod_give
  94. buygod_give:
  95. spell-class: ".ExternalCommandSpell"
  96. execute-on-console-instead: true
  97. command-to-execute:
  98. - "give perm command what ever that is"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement