Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- fly: true
- on walk on water:
- if player is on ground:
- kick the player
- broadcast "&c%player%さんが水上歩行を行っていたためkickされました。"
- on npc leftclick:
- if npc's name is "1va":
- add 1 to {_anticheat.%player%}
- wait 2 second
- if {_anticheat.%player%} is 8 =>:
- kick the player
- broadcast "&c%player%さんはkillaura使用の疑いでkickされました。"
- on packet:
- if {@fly} is true:
- if player's gamemode is survival or adventure:
- if player is not an op:
- event-string is "PacketPlayInFlying"
- if {_flying.%player%} is 100 =>:
- kick the player due to "fly kick"
- add 1 to {_flying.%player%}
- wait 2 second
Advertisement
Add Comment
Please, Sign In to add comment