Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /waffle:
- description: Eat a waffle.
- permission: action.waffle
- executable by: players
- trigger:
- set {_diff} to difference between {sql_.diff::%player%} and now
- if {_diff} is less than 30 seconds:
- send "&cYou must wait &b%difference between 30 seconds and {_diff}% &cbefore you can do that again!"
- stop
- if player is muted:
- send "&cYou can't do that while muted!"
- stop
- else:
- broadcast "&e%player% ate a waffle."
- set {sql_.diff::%player%} to now
Advertisement
Add Comment
Please, Sign In to add comment