kazuken0814

latest

Oct 20th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. on packet: #packetが送られたとき:
  2. if player is not an op: #もしプレイヤーがopじゃないなら
  3. event-string is "PacketPlayInTabComplete" #packetがPacketPlayInTabComplete(Tab補完)なら
  4. cancel event #TAB補完をcancelする。
Advertisement
Add Comment
Please, Sign In to add comment