Advertisement
sora200507

Untitled

Dec 28th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. every 1 seconds:
  2. loop all players:
  3. loop-player is flying
  4. loop-player's gamemode is adventure or survival
  5. loop-player does not have permission "fly.use"
  6. kick the loop-player due to "&cFlyは許可されていません!"
  7. add 1 to {%loop-player%.PunishCount}
  8. loop all players:
  9. if {%loop-player%.PunishCount} is greater than 10:
  10. ban the loop-player due to "&cBanned by SoramameAntiCheatSystem"
  11. clear {%loop-player%.PunishCount}
  12. on any movement:
  13. player's walk speed is greater than 2
  14. kick the player due to "&cSpeedは許可されていません!"
  15. add 1 to {%player%.PunishCount}
  16. stop
  17. command /resetpunish:
  18. permission:s
  19. trigger:
  20. clear {%player%.PunishCount}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement