70sOn7

Troll

Apr 21st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. command /troll [<text>] [<offlineplayer>]:
  2. permission: server.troll
  3. trigger:
  4. if arg-1 is not set:
  5. send " &9[TROLL] "
  6. send "&e/troll (Type) (Player)"
  7. send " &9[TYPES] "
  8. send "&ePush - Pushes a player backwards"
  9. send "&eFire - Ignites a player"
  10. send "&eTower - Teleports a player high in the air"
  11. send "&eRank - Says theri Owner rank"
  12. stop
  13. if arg-2 is not set:
  14. send " &9[TROLL] "
  15. send "&e/troll (Type) (Player)"
  16. send " &9[TYPES] "
  17. send "&ePush - Pushes a player backwards"
  18. send "&eFire - Ignites a player"
  19. send "&eTower - Teleports a player high in the air"
  20. send "&eRank - Says theri Owner rank"
  21. stop
  22. if arg-1 is set:
  23. if arg 2 is not online:
  24. send "&9[TROLL] &eThis player is not online"
  25. stop
  26. if arg 2 is online:
  27. if arg-1 is not "Push" or "Fire" or "Tower" or "Rank":
  28. send "&9[TROLL] &eThis is not a troll type"
  29. stop
  30. else:
  31. if arg-1 is "Push":
  32. push arg-2 backwards at speed 3
  33. send "&9[TROLL] &ePushed %arg-2%"
  34. if arg-1 is "Fire":
  35. ignite arg 2
  36. send "&9[TROLL] &eSet %arg-2% on fire"
  37. if arg-1 is "Tower":
  38. push arg-2 upwards at speed 10
  39. send "&9[TROLL] &eSent %arg-2% into the sky"
  40. if arg-1 is "Rank":
  41. send "&c[RANKS] &7You have just received &c&lOWNER &7rank!" to arg 2
  42. send "&9[TROLL] &9You have sent a fake Owner message to %arg-2%"
Add Comment
Please, Sign In to add comment