Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /sneak [<player>] <text>:
- permission: sk.admin
- trigger:
- if arg-2 is "on" or "off":
- if arg-2 is "on":
- set {sneak.%arg-1%} to "true"
- send "&aAuto Sneak to on"
- if arg-2 is "off":
- set {sneak.%arg-1%} to "false"
- send "&cAuto Sneak to off"
- on any movement:
- if {sneak.%player%} is "true":
- sneak state of player
Advertisement
Add Comment
Please, Sign In to add comment