RealChop v0.8.1

Details

  • Filename
    realchop-0.8.1.jar
  • Uploaded by
  • Uploaded
    Feb 2, 2014
  • Size
    13.18 KB
  • Downloads
    420
  • MD5
    6003b9ad3a4e250c1266264edabd5571

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

Changes

https://github.com/Vovics/RealChop/compare/5afd389650...v0.8.1

Notable changes

  • A lot of code cleanup, still more to come.
  • Built with Maven
  • Java 1.7
  • Old deprecated methods avoided wherever possible
  • Listeners now each have their own class rather than all event handlers being in one huge listener class

Library updates

Bukkit: 1.3.1-R2.0 » 1.7.2-R0.2

  • There's a huge method in the main class for blockBreak still that does nearly all of the processing - this needs to be split down into multiple smaller methods
  • The main class has a lot of the code - a more object-oriented approach would be cleaner
  • Some deprecated methods are still used where no alternative is possible