upoupo0201

チャット/通信機/拡声器

Nov 1st, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on chat:
  2. cancel event
  3. set {_chat} to the chat message
  4.  
  5. if player has iron horse armor:
  6. set {tuusin::%player%} to true
  7. else:
  8. set {tuusin::%player%} to false
  9.  
  10. if player is holding a hopper:
  11. broadcast "&c[拡声] &r<???> %{_chat}%"
  12. stop
  13. if player is holding a iron horse armor:
  14. send "&b[通信] &r<???> %{_chat}%"
  15. stop
  16. loop all players in radius 4 around player:
  17. send "<???> %{_chat}%" to loop-player
  18.  
Advertisement
Add Comment
Please, Sign In to add comment