Advertisement
khadree07

Untitled

Oct 9th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rawmessage_example:
  2. command: /raw1
  3. type: RAW_TEXT
  4. text:
  5. - '&7(&cKlick&7); &eKlicke hier, um die Zeit auf tag umzustellen.;/day'
  6. - '$RUN_COMMAND$&0[&e*&0]&c Set the time to day; &eClick for Execute;/time set day'
  7. - '$OPEN_URL$&0[&e*&0]$random_color Open Google.com; &eClick for open;http://www.google.com'
  8. 'addcredits':
  9. command: /addcredits
  10. type: RUN_COMMAND
  11. runcmd:
  12. - '$Script$%PlayerDataFor%$arg1%Credits+$arg2'
  13. - "$text$New $arg1 balance : $PlayerDataFor%$arg1%Credits% Credits"
  14. required_args: 2
  15. error-message: "Usage : /addcredits <player> <amount>"
  16. 'removecredits':
  17. command: /removecredits
  18. type: RUN_COMMAND
  19. runcmd:
  20. - '$Script$%PlayerDataFor%$arg1%Credits-$arg2'
  21. - "$text$New $arg1 balance : $PlayerDataFor%$arg1%Credits% Credits"
  22. required_args: 2
  23. error-message: "Usage : /removecredits <player> <amount>"
  24. Plugins:
  25. command: /Pl
  26. type: TEXT
  27. text:
  28. - "&7"
  29. - "&8• &7Rang-Plugins: &9PermissionsEx&7, &6NameTagEdit"
  30. - "&8• &7Chat-Plugins: &aEssentials&7, &1MyChat"
  31. - "&8• &7PvP-Plugins: &c1vs1"
  32. - "&8• &7Weltbearbeitungs-Plugins: &5WorldEdit&7, &bHolographicDisplays&7, &aArmorStandTools&7, &dWorldGuard"
  33. - "&8• &7Development-Plugins: &eConfigEditor&7, &cMyCommands"
  34. - "&7"
  35. permission-required: false
  36. permission-node: system.pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement