Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #make sure you change the messages
- #change whatever you want idc
- command /helpops <text>:
- permission: skript.op
- trigger:
- if arg is "on" or "enable":
- set {helpops} to true
- broadcast "Players can helpop (Sean change this to whatever"
- if arg is "off" or "disable":
- broadcast "Players cannot helpop (Sean change this to whatever"
- set {helpops} to false
- on command "/helpop":
- {helpops} is false:
- cancel the event
- message "No helpops" to the player
- on command "/helpop":
- {helpops} is true:
- message "Helpop sent" to the player
- execute console command "/playsound note.pling %player% ~ ~ ~ 1 1 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement