Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. CC:
  2. command: /cc
  3. type: BROADCAST_TEXT
  4. text:
  5. - '%Repeat%150% '
  6. - '&8&l[&c&lSYSTEM&8&l] &7Der Chat wurde von &c$player &7geleert.'
  7. permission-required: true
  8. permissions-node: sys.cc
  9. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  10. Rang:
  11. command: /rangshop
  12. type: ICON_MENU
  13. iconmenu_title: '&6&lRänge'
  14. iconmenu_size: 27
  15. iconmenu_commands:
  16. - '10:COAL:0:/1buy:&6Amateur:&a50.000€'
  17. - '12:IRON_BLOCK:0:/2buy:&6Skilled:&a200.000€'
  18. - '14:GOLD_BLOCK:0:/3buy:&3Profi:&a500.000€'
  19. - '16:DIAMOND_BLOCK:0:/4buy:&5Master:&a1.000.000€'
  20. cost: 0
  21. permission-required: false
  22. 1buy:
  23. command: /1buy
  24. type: RUN_CONSOLE
  25. runcmd:
  26. - 'pex user $player group set Amateur'
  27. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &d&lAmateur&a!'
  28. cost: 10000
  29. permission-required: false
  30. 2buy:
  31. command: /2buy
  32. type: RUN_CONSOLE
  33. runcmd:
  34. - 'pex user $player group set Skilled'
  35. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &6&lSkilled&a!'
  36. cost: 50000
  37. permission-required: false
  38. 3buy:
  39. command: /3buy
  40. type: RUN_CONSOLE
  41. runcmd:
  42. - 'pex user $player group set Profi'
  43. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &3&lProfi&a!'
  44. cost: 200000
  45. permission-required: false
  46. 4buy:
  47. command: /4buy
  48. type: RUN_CONSOLE
  49. runcmd:
  50. - 'pex user $player group set Master'
  51. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &5&lMaster&a!'
  52. cost: 1000000
  53. permission-required: false
  54. queue:
  55. command: /queue
  56. type: RUN_COMMAND
  57. runcmd:
  58. - '/1vs1 join Basic'
  59. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement