v2.3

Details

  • Filename
    FAntiXRay.jar
  • Uploaded by
  • Uploaded
    Mar 1, 2013
  • Size
    81.99 KB
  • Downloads
    235
  • MD5
    441b1a5603ae32f9a52093a7b48ee725

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

  • == 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