maozou

/undo簡略化 必要なPL:CreatMenu的な奴

Dec 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. command /eazyundo <text>:
  2. permission: sk.admin
  3. aliases: eu
  4. trigger:
  5. if arg-1 is "on":
  6. set {ezundo.%player%} to "true"
  7. send "&a簡略化ON"
  8. if arg-1 is "off":
  9. set {ezundo.%player} to "false"
  10. send "&c簡略化OFF"
  11. on right click holding a flint:
  12. if {ezundo.%player%} is "true":
  13. command "sudo %player% undo"
Add Comment
Please, Sign In to add comment