khadree07

Untitled

Oct 9th, 2019
38
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); &9TeamSpeak;ts123.nitrado.net:10450'
  6. - '&7(&cKlick&7); &bDiscord;https://discord.gg/knwgXQr'
  7. 'addcredits':
  8. command: /addcredits
  9. type: RUN_COMMAND
  10. runcmd:
  11. - '$Script$%PlayerDataFor%$arg1%Credits+$arg2'
  12. - "$text$&7$arg1´s neuer &aKontostand &8• &7$PlayerDataFor%$arg1%Credits% &6Euro"
  13. required_args: 2
  14. error-message: "&cBenutze &8• &7/addcredits &7[&cSpieler&7] [&cMenge&7]"
  15. 'removecredits':
  16. command: /removecredits
  17. type: RUN_COMMAND
  18. runcmd:
  19. - '$Script$%PlayerDataFor%$arg1%Credits-$arg2'
  20. - "$text$New $arg1 balance : $PlayerDataFor%$arg1%Credits% Credits"
  21. required_args: 2
  22. error-message: "Usage : /removecredits <player> <amount>"
  23. Plugins:
  24. command: /Pl
  25. type: TEXT
  26. text:
  27. - "&7"
  28. - "&8• &7Rang-Plugins: &9PermissionsEx&7, &6NameTagEdit"
  29. - "&8• &7Chat-Plugins: &aEssentials&7, &1MyChat"
  30. - "&8• &7PvP-Plugins: &c1vs1"
  31. - "&8• &7Weltbearbeitungs-Plugins: &5WorldEdit&7, &bHolographicDisplays&7, &aArmorStandTools&7, &dWorldGuard"
  32. - "&8• &7Development-Plugins: &eConfigEditor&7, &cMyCommands"
  33. - "&7"
  34. permission-required: false
  35. permission-node: system.pl
  36. scripttext1:
  37. command: /test
  38. type: RUN_COMMAND
  39. runcmd:
  40. - $Script$%PlayerData%credits>1
  41. - $Script$%PlayerData%credits-1
  42. - '%PlayerOptions%addItem: STONE:1'
  43. error-message: "&7Du hast nicht genug &6Geld &7um dir diese/s Item/s zu kaufen."
Add Comment
Please, Sign In to add comment