Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. clear_chat:
  2. command: /cc
  3. type: BROADCAST_TEXT
  4. text:
  5. - '%Repeat%100% '
  6. - '&cSystem &8| &7Der Chat wurde &cGecleart&7!'
  7. permission-required: true
  8. permission-node: system.cc
  9. Belohnung:
  10. command: /belohnung
  11. type: RUN_COMMAND
  12. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  13. - "$text$&8[&cBelohnungen&8] &7Tägliche &cBelohnung &7abgeholt!"
  14. - "$text$&8[&cBelohnungen&8] &7Hier eine kleine &cBelohnung&7!"
  15. - "%PlayerOptions%addItem EXPERIENCE_BOTTLE 32"
  16. - "%PlayerOptions%addItem DIAMOND 10"
  17. - "$Script$%PlayerData%DailyBonus=$todaydate"
  18. - "$Script$%else%"
  19. - "$text$&8[&cBelohnung&8] &7Komm &cmorgen &7wieder!"
  20. Umfrage:
  21. command: /Umfrage
  22. type: BROADCAST_TEXT
  23. error-message: '&eUmfrage &8| &7Benutze&8: &8/&eUmfrage &8<&cUmfrage&8>'
  24. register: true
  25. text:
  26. - '&8--------[ &eUmfrage &8]-------- '
  27. - ' '
  28. - ' &7-> &4 $multiargs &8? '
  29. - ' '
  30. - '&8--------[ &eUmfrage &8]-------- '
  31. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement