Releases: P2P-Develop/PeyangSuperbAntiCheat
Releases · P2P-Develop/PeyangSuperbAntiCheat
PeyangSuperbAntiCheat Alpha-0.2.1
Overview
Fixed some vulnerabilities and improved stability.
Changes
- Fixed to not be able to drop /report book.
Changes(for contributors)
- Added lore and judgement functions to the utility item of /target.
- Added there programs to Books.java.
PeyangSuperbAntiCheat Alpha-0.2
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)
.
PeyangSuperbAntiCheat Alpha-0.1
Overview
First release of this plugin.
Plugin is stable and will be pre-released as an alpha.
Changes
- #18|#19: Avoid alias conflicts with Essentials plugin.
- #17|#20: Implemented AntiBot avoidance function.
- Implemented automatic build/install binary (Bash only).
- Implemented multilingual plugin documentation.
Changes(for contributors)
- Fixed typo in MessageEngine.java (MessageEngihe -> MessageEngine).
- Set up a GitHub actions workflow.
- Added Plugin threads summary.