Advertisement
sniperwolf1130

JAIL

May 31st, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. command /jail <player>:
  2. permission: jail
  3. trigger:
  4. execute command "tp %arg% 793 4 -117"
  5. execute command "/effect %arg% saturation 9999 1 true"
  6. execute command "/effect %arg% instant_health 9999 1 true"
  7. set {menu.%arg%} to 1
  8. execute command "/chatsetting %arg% 29"
  9. broadcast "<red><bold>%arg%がJAILに投獄されました。"
  10.  
  11. command /unjail <player>:
  12. permission: jail
  13. trigger:
  14. execute command "tp %arg% 830 5 -106"
  15. execute command "/gamemode 1 %arg%"
  16. execute command "/effect %arg% saturation 9999 1 true"
  17. execute command "/effect %arg% clear"
  18. execute command "/okmenu %arg%"
  19. execute command "/chatsetting %arg% 0"
  20. broadcast "<green><bold>%arg%がJAILから釈放されました。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement