v2.9

Details

  • Filename
    FAntiXRay.jar
  • Uploaded by
  • Uploaded
    May 30, 2013
  • Size
    173.74 KB
  • Downloads
    2,644
  • MD5
    f91ba921e22aa5e0ff76ac36afe65b5b

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

  • == V 2.9 ==
  1. Fixed error on teleport between worlds
  2. Fixed updating unrequired blocks (performance)
  • == V 2.8 ==
  1. Improved hook methods
  2. Improved memory cache
  3. Improved proximity deobfuscator
  4. Improved block update
  5. Added extra update-threads
  6. Fixed write queue overflow
  7. Fixed compressed data errors
  8. Removed Packet51 workaround
  • == V 2.7.4 ==
  1. Update for 1.5.2-R0.1
  2. Compatible with and only with Minecraft 1.5.2
  • == V 2.7.3 ==
  1. Fixed netty support again
  2. Small changes in the fake cave generator
  • == V 2.7 ==
  1. Major rewrite of the original plugin
  2. Added nether obfuscation
  3. Added ultra fast memory cache
  4. Added queued block update (explosion, pistons)
  5. Improved configuration read/write/update (FCoreLib)
  6. Improved cache system
  7. Improved block update
  8. Removed buggy/floody block updates (physics, damage)
  9. More...
  • == V 2.6 ==
  1. Compatibility with CraftBukkit 1.5.1 R0.1 and Spigot 1.5.1 R0.1
  2. Fixed permissions and GroupManager
  3. Slight optimization on blockupdate
  • == V 2.5 ==
  1. Compatibility with CraftBukkit 1.5.0 R0.1 and Spigot 1.5.0 R0.1
  • == V 2.4 ==
  1. Made it so you dont need ChestHider enabled to use Obfuscated: true.
  • == V 2.3 ==
  1. Added Engine Mode 4 (alternative to use with the option below)
  2. Added option to reveal blocks while walking (set ChestHider > Obfuscated to true)
  3. Less agressive cache write (better for SSD, testing)
  4. Fix insignificant logical error on engine mode 2 and 3.
  • == V 2.2 ==
  1. Added Netty (Spigot) compatibility
  2. Added threaded block update
  3. Updated Metrics
  • == V 2.1 ==
  1. Added Java 6 Support
  2. Added cache (NEVER ENABLE IT ON SSD)
  3. Added NoLagg detection
  • == V 2.0 ==
  1. Added option to hide chests
  2. Added engine mode 3
  3. Added darkness obfuscation
  4. Added fake caves generator
  5. Added exemp api
  6. Added full ProtocolLib support
  7. Added half NoLagg support (disable bufferedLoader)
  8. Fixed world blacklist being ignored
  9. Fixed newly generated chunks not being obfuscated
  10. Improved block update [need performance testing]
  11. Improved obfuscation code, now it will obfuscate only what is needed
  12. Improved hook methods, less buggy, less conflict issues.
  13. Threaded but safe and queue free obfuscation, less chances to take your tps down, no extra memory needed.
  • == V 1.4 ==
  1. Update to CB 1.4.6-R0.1
  • == V 1.3 ==
  1. Improved block update, should be faster and lightweight now!
  2. Added optional update events
  • == V 1.2 ==
  1. Possible fix to Too many open files
  • == V 1.1 ==
  1. Fixed compressed cache
  • == V 1.0 ==
    • Thanks to Insan3Lik3 for helping me test the cache system :)
  1. Improved Cache write/read
  2. Added CacheSize Limit
  3. Added Cache Compression
  • == V 0.1 ==
  1. Initial Release