This update is minor again in features, but major in terms of cleaning up the code. I am releasing another Towny helper plugin soon and I refactored out all the common classes and methods into a new plugin called NatureLib. So that I can share codes between the two projects.
You do not need to download it separately. NatureLib is shaded into TMS at compile time.
Now the features: - "/tmsa mission list <type>": the refactored version of "/tms admin listMission". You can use this command to check for all the configured & loaded missions. - "/tmsa mission abort <town>": allows admins to abort missions for specific towns.
And the bug fixes: - Removed some annoying and console spamming debug message that I forgot to comment out last time
- Fixed couple admin commands NPE bugs and logical errors