Advertisement
fleft17

Untitled

May 14th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #make sure you change the messages
  2. #change whatever you want idc
  3.  
  4. command /helpops <text>:
  5. permission: skript.op
  6. trigger:
  7. if arg is "on" or "enable":
  8. set {helpops} to true
  9. broadcast "Players can helpop (Sean change this to whatever"
  10. if arg is "off" or "disable":
  11. broadcast "Players cannot helpop (Sean change this to whatever"
  12. set {helpops} to false
  13.  
  14. on command "/helpop":
  15. {helpops} is false:
  16. cancel the event
  17. message "No helpops" to the player
  18.  
  19. on command "/helpop":
  20. {helpops} is true:
  21. message "Helpop sent" to the player
  22. execute console command "/playsound note.pling %player% ~ ~ ~ 1 1 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement