Advertisement
miyasoku

Untitled

Aug 9th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 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. broadcast "<red><bold>%arg%がJAILに投獄されました。"
  8.  
  9. command /unjail <player>:
  10. permission: jail
  11. trigger:
  12. execute command "tp %arg% -511 83 -322"
  13. execute command "/gamemode 1 %arg%"
  14. execute command "/effect %arg% saturation 9999 1 true"
  15. execute command "/effect %arg% clear"
  16. broadcast "<green><bold>%arg%がJAILから釈放されました。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement