Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #----------------------#
  2. # System #
  3. #----------------------#
  4. CC:
  5. command: /cc
  6. type: BROADCAST_TEXT
  7. text:
  8. - '%Repeat%150% '
  9. - '&8&l[&c&lSYSTEM&8&l] &7Der Chat wurde von &c$player &7geleert.'
  10. permission-required: true
  11. permissions-node: sys.cc
  12. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  13. MyBan
  14. command: /myban
  15. type: RUN_CONSOLE
  16. runcmd:
  17. - 'eban $arg1 arg2'
  18. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"arg1","color":"red"},{"text":" wurde gebannt!","color":"green"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Von: ","color":"green"},{"text":"$player","color":"red"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Grund: ","color":"green"},{"text":"$arg2","color":"red"},{"text":"\n "}]'
  19. required_args: 2
  20. error-message: "&6MyServer &8| &eBenutze: &c/myban <Spieler> <Grund>"
  21. permission-required: true
  22. permission-node: sys.ban
  23. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  24. MyKick
  25. command: /mykick
  26. type: RUN_CONSOLE
  27. runcmd:
  28. - 'ekick $arg1 arg2'
  29. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"arg1","color":"red"},{"text":" wurde vom Server geworfen!","color":"green"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Von: ","color":"green"},{"text":"$player","color":"red"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Grund: ","color":"green"},{"text":"$arg2","color":"red"},{"text":"\n "}]'
  30. required_args: 2
  31. error-message: "&6MyServer &8| &eBenutze: &c/mykick <Spieler> <Grund>"
  32. permission-required: true
  33. permission-node: sys.kick
  34. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  35. MyTempBan
  36. command: /mytban
  37. type: RUN_CONSOLE
  38. runcmd:
  39. - 'etempban $arg1 arg2 arg3'
  40. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"arg1","color":"red"},{"text":" wurde vom Server geworfen!","color":"green"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Von: ","color":"green"},{"text":"$player","color":"red"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Grund: ","color":"green"},{"text":"$arg2","color":"red"},{"text":"\n "}]'
  41. required_args: 3
  42. error-message: "&6MyServer &8| &eBenutze: &c/mytban <Spieler> <Dauer> <Grund>"
  43. permission-required: true
  44. permission-node: sys.tban
  45. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  46. MyMute
  47. command: /mytban
  48. type: RUN_CONSOLE
  49. runcmd:
  50. - 'emute $arg1 arg2 arg3'
  51. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"arg1","color":"red"},{"text":" wurde stumm geschaltet!","color":"green"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Von: ","color":"green"},{"text":"$player","color":"red"},{"text":"\n"},{"text":"System","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Grund: ","color":"green"},{"text":"$arg3\nSystem","color":"red"},{"text":" \u2502","bold":true,"color":"dark_gray"},{"text":" Dauer: ","color":"green"},{"text":"$arg2","color":"red"},{"text":"\n "}]'
  52. required_args: 3
  53. error-message: "&6MyServer &8| &eBenutze: &c/mymute <Spieler> <Dauer> <Grund>"
  54. permission-required: true
  55. permission-node: sys.mute
  56. permission-error: "&6MyServer &8| &cDu hast nicht genügend Rechte!"
  57. #----------------------#
  58. # Rangshop #
  59. #----------------------#
  60. Rang:
  61. command: /rangshop
  62. type: ICON_MENU
  63. iconmenu_title: '&6&lRänge'
  64. iconmenu_size: 27
  65. iconmenu_commands:
  66. - '10:COAL:0:/1buy:&6Amateur:&a50.000€'
  67. - '12:IRON_BLOCK:0:/2buy:&6Skilled:&a200.000€'
  68. - '14:GOLD_BLOCK:0:/3buy:&3Profi:&a500.000€'
  69. - '16:DIAMOND_BLOCK:0:/4buy:&5Master:&a1.000.000€'
  70. cost: 0
  71. permission-required: false
  72. 1buy:
  73. command: /1buy
  74. type: RUN_CONSOLE
  75. runcmd:
  76. - 'pex user $player group set Amateur'
  77. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &d&lAmateur&a!'
  78. cost: 10000
  79. permission-required: false
  80. 2buy:
  81. command: /2buy
  82. type: RUN_CONSOLE
  83. runcmd:
  84. - 'pex user $player group set Skilled'
  85. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &6&lSkilled&a!'
  86. cost: 50000
  87. permission-required: false
  88. 3buy:
  89. command: /3buy
  90. type: RUN_CONSOLE
  91. runcmd:
  92. - 'pex user $player group set Profi'
  93. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &3&lProfi&a!'
  94. cost: 200000
  95. permission-required: false
  96. 4buy:
  97. command: /4buy
  98. type: RUN_CONSOLE
  99. runcmd:
  100. - 'pex user $player group set Master'
  101. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $player ist nun &5&lMaster&a!'
  102. cost: 1000000
  103. permission-required: false
  104. queue:
  105. command: /queue
  106. type: RUN_COMMAND
  107. runcmd:
  108. - '/1vs1 join Basic'
  109. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement