jcdesimp / Landlord

Bukkit land claiming plugin.
MIT License
11 stars 21 forks source link

Refactor commands #20

Closed jcdesimp closed 9 years ago

jcdesimp commented 9 years ago

Increment: 1.3 => 1.3.1

"LandlordCommandExecutor" was refactored into multiple classes in the "commands" sub-package.

These commands are all implementations of the new "LandlordCommand" interface.

The help command now generates its output via each command help text which is a accessed via a method defined in the "LandlordCommand" interface.

In these help text methods preparations were made for abstracting messages for localization.

Minor bugs were found and fixed as well, mostly dealing with player displayed output.