Advertisement
PhilPvP

Untitled

Oct 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. test:
  2. command: /test
  3. type: ICON_MENU
  4. iconmenu_title: 'Test'
  5. iconmenu_size: 27
  6. iconmenu_commands:
  7. - '11:GOLD_BLOCK:0:/premiumbuy:&6Premium'
  8. cost: 0
  9. permission-required: false
  10. premiumbuy:
  11. command: /premiumbuy
  12. type: RUN_CONSOLE
  13. runcmd:
  14. - 'pex user $player group set premium'
  15. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &6&lPremium&a!'
  16. cost: 10000
  17. permission-required: false
  18. queue:
  19. command: /queue
  20. type: RUN_COMMAND
  21. runcmd:
  22. - '/1vs1 join Basic'
  23. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement