miyasoku

Untitled

Oct 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on first join:
  2. set {doui} to 1
  3. teleport player to {spawn}
  4.  
  5. on command:
  6. if {doui} is 1:
  7. message "&c&l"
  8. cancel event
  9.  
  10. on break:
  11. if {doui} is 1:
  12. message "&c&lHey! &7&lDont Break Jail"
  13. cancel event
  14.  
  15. on place:
  16. if {doui} is 1:
  17. message "&c&lHey! &7&lDont place Jail"
  18. cancel event
  19.  
  20. on chat:
  21. if message contains "同意":
  22. set {jail.%arg-1%} to 0
Add Comment
Please, Sign In to add comment