
RaytraceAntiXray 0.19.3beta
The best antixray solution for everything including ores, entities, and tiles utilizes raytracing.
feat: Added support 1.21.2 and 1.21.3
chore: Bumped fairy to 0.7.9b6-SNAPSHOT
fix: Fixed block packet sending order
feat: Added Block Grouping, Third Person, Max Third Person Distance to antixray configuration menu
chore: Improved how sending block works
feat: Added option rotatingRate to entity culling
feat: Added option idleRate to entity culling
feat: Added antixray tps command
feat: Added blockGrouping option
feat: Added antixray check command for debug purpose
chore: Improved F5 for entity culling
chore: Moved thirdPersonSupport options to global config in main plugin
chore: Use max possible distance for entity tracker finding entities
chore: Entity culling should take care of xray bypass
chore: Improved performance of bypass toggling
chore: Added better native zoom support for 1.8 (more in the future) fix: Fixed 1.12.2 errors
fix: Fixed sneaking detection
fix: Entity entry map for Java 17
fix: Fixed entity culling didn't reset cache
fix: Fixed how vision works for F5 support
fix: Fixed entity culling doesn't have proper update for F5
fix: Fixed wrong config loading logic
fix: Fixed third person angle issue
fix: Ignore any error from getEntity at the moment
fix: Fixed third person calculation
fix: Fixed cancelling ChunkUnloadEvent causes issue
fix: Fixed entity tracker updating issue
fix: Fixed bypassing issues
fix: Fixed dependency issue for API
fix: Fixed chunk collection race condition
fix: Fixed minecart is weirdly rotated when visible
chore: Added trustedRange option
fix: Fixed error handling in config loading
fix: Use transaction packet to confirm before start raytracing
fix: Fixed nether warts cannot be obfuscated
chore: Optimized how raytrace block is stored, less memory usage and more efficient
fix: Fixed compatibility to Iris dimension engine (or world with datapacks in general), make sure to update fairy-lib-plugin!
chore: Performance improvement for Java 17, Java 17 is now recommend for all versions to use!
fix: Fixed deadlock in Folia environment
fix: Fixed equipment NPE
fix: Updated class_mappings.dat for 1.21.1
fix: updateEntity in Folia 1.21.1
fix: Fixed tile entities disappeared
fix: Fixed FakeChunk error on FastUtil
fix: Fixed Folia error on glowing
feat: Added blindnessShortenRange option to entity culling
chore: Improved how equipment sent
chore: Folia fix for StoredEntityData
fix: Strip tile entities data from chunk packet
fix: Fixed block behind fence or barrier etc. think it's not transparent
feat: Added showGlowing option to entity culling
chore: Warn user when aikar flag isn't used
chore: Bumped fairy to 0.7.8b7-SNAPSHOT
fix: Fixed fake chunk not working properly
fix: Reduced memory consumption with fake blocks
fix: Fixed random error with entity culling
fix: Clone chunk bulk packet on send (Fix ImanitySpigot3 compatbility)
fix: Fixed unnecessary object allocations
fix: Fixed SpigotConfig checker
chore: Bumped fairy to 0.7.8b3-SNAPSHOT
We are now introducing built-in configuration GUI for user to configure stuff in-game!
You can check it now using /antixray command.
fix: Fixed incorrect reinitialization handling
fix: Fixed tile culled blocks being untracked on teleport
chore: Bumped fairy to 0.7.8b2-SNAPSHOT
fix: Fixed instant rejoin error
fix: Properly exception handling
Fixed 1.8.8 compatibility
Added FactionsKore compatibility
feat: Added WorldEdit compatibility
refactor: Refactored entire code base to be more readable
chore: Added independent single thread scheduler thread to synchronize changes before doing parallel tasks
feat: Added API to set bypass, add raytrace block, queue block changes etc