Andre-QuadrixYT

Untitled

Oct 21st, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. report:
  2. command: /myreport
  3. type: RUN_CONSOLE
  4. runcmd:
  5. - 'scoreboard players add $arg1 reports 1'
  6. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" $player braucht deine Hilfe!","color":"gray"},{"text":"\n"},{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" Grund ","color":"gray"},{"text":"»","color":"dark_gray"},{"text":" $arg2","color":"yellow"},{"text":"\n"},{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" Spieler ","color":"gray"},{"text":"» ","color":"dark_gray"},{"text":"$arg1","color":"yellow"},{"text":"\n"},{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" Klicke hier um den Report zu bearbeiten.","italic":true,"underlined":true,"color":"yellow","clickEvent":{"action":"run_command","value":"/tp $arg1"},"hoverEvent":{"action":"show_text","value":"Teleport dich zu dem Spieler!"}}]'
  7. - '/tellraw @a[score_TEAM_min=1] [{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" Hier klicken für Vanish","italic":true,"underlined":true,"color":"yellow","clickEvent":{"action":"run_command","value":"/vanish"},"hoverEvent":{"action":"show_text","value":"Gehe in den Vanish Mode!"}}]'
  8. required_args: 2
  9. error-message: '&c&lReport &8» &7Benutze: &e/myreport <Name> <Grund>'
  10. permission-required: false
  11. chatclear:
  12. command: /cc
  13. type: TEXT
  14. text:
  15. - "%Repeat%100% "
  16. - "&4TKC &8┃ &eDer &aChat &ewurde von &c$player &egecleart!"
  17. permission-node: mycmd.cc
  18. permission-required: true
  19. permission-error: "&3TKC &8┃ &eHierfür hast du &ckeine Rechte&e!"
  20. myfakereport:
  21. command: /myfakereport
  22. type: RUN_CONSOLE
  23. runcmd:
  24. - 'scoreboard players remove $arg1 reports 1'
  25. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"Report ","bold":true,"color":"red"},{"text":"\u2503","color":"dark_gray"},{"text":" Der Spieler $arg1 wurde reportet, dies war aber kein richtiger Report!","color":"gray"}'
  26. required_args: 1
  27. error-message: '&c&lReport &8» &7Benutze: &e/myfakereport <Name>'
  28. permission-node: mycmd.myfakereport
  29. permission-required: true
  30. permission-error: "&cReport &8┃ &eHierfür hast du &ckeine Rechte&e!"
Add Comment
Please, Sign In to add comment