PeyangSuperbAntiCheat Alpha-0.2
Pre-release
Pre-release
Overview
Stability is further improved.
Bug fixes and some features were added.
Changes
- Changed to not use RandomApi when offline(Server can use this plugin with offline environment).
- Displayed for 3s when a player joins.
- Fixed some bugs.
- Deleted dependency-reduced.pom.xml and added to .gitignore
Changes(for contributors)
- Separated NPC-related functions and classes into NPC.java.
- Separated the instance class for choosing NPC skins and names into RandomPlayer.java.
- Separated some processing from
spawn(Player player, DetectType teleportCase)
and refactored it togetPlayer(World world)
.