promotional bannermobile promotional banner

File Details

RealChop v0.8.1

  • B
  • Feb 2, 2014
  • 13.18 KB
  • 572
  • CB 1.7.2-R0.2

File Name

realchop-0.8.1.jar

Supported Versions

  • CB 1.7.2-R0.2

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