akon1248

Crash Command

May 25th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. command /neverrun:
  2. permission: crash
  3. trigger:
  4. set {_packet} to new play_server_entity_metadata packet
  5. set int pnum 0 of {_packet} to id of player
  6. set "WatchableCollection" pjson 0 of {_packet} to "{""0"":""crash""}" parsed as jsonobject
  7. send packet {_packet} to player
Advertisement
Add Comment
Please, Sign In to add comment