Advertisement
LukaMC59

Untitled

Nov 7th, 2017
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. on chat:
  2. cancel event
  3. broadcast "%player's display name%&8 »&7 %message%"
  4.  
  5. command /broadcast [<text>]:
  6. permission: ts.bc, ts.*
  7. trigger:
  8. if arg-1 is not set:
  9. message "&9TheSkripted &8» &7/Broadcast [Message]"
  10. if arg-1 is set:
  11. broadcast "&7"
  12. broadcast "&9TheSkripted &8» &7%arg-1%"
  13.  
  14. command /bc [<text>]:
  15. permission: ts.bc, ts.*
  16. trigger:
  17. if arg-1 is not set:
  18. message "&9TheSkripted &8» &7/Broadcast [Message]"
  19. if arg-1 is set:
  20. broadcast "&7"
  21. broadcast "&9TheSkripted &8» &7%arg-1%"
  22.  
  23. command gmc:
  24. permission: ts.gmc, ts.*
  25. trigger:
  26. make the command sender execute command "gamemode creative"
  27. message "&9TheSkripted &8» &7Your gamemode has been changed to Creative"
  28.  
  29. command gms:
  30. permission: ts.gms, ts.*
  31. trigger:
  32. make the command sender execute command "gamemode survival"
  33. message "&9TheSkripted &8» &7Your gamemode has been changed to Survival"
  34.  
  35. command gmsp:
  36. permission: ts.gmsp, ts.*
  37. trigger:
  38. make the command sender execute command "gamemode spectator"
  39. message "&9TheSkripted &8» &7Your gamemode has been changed to Spectator"
  40.  
  41. command gma:
  42. permission: ts.gmc, ts.*
  43. trigger:
  44. make the command sender execute command "gamemode adventure"
  45. message "&9TheSkripted &8» &7Your gamemode has been changed to Adventure"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement