-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial custom townblock types draft * Other fixes & javadocs * Fix up PlayerCacheUtil * Nuke the TownBlockType enum * Reduce diff & fixes * Migration start & fixes * Finish migration code * Re-add inventory support * Add custom types to /plot set completions * Fix up registration event * Fix item orders in GUIs * Fix up converting from old dbs * Fix compile * Fix towny gui regression Fixes items not being added to the page if one was newly created. * Fix wilds plots not working as intended * Fix migrator NPE * Add embassy to config * Fix tax collection in the DailyTimerTask * Replaces Towny's own usages of the deprecated getType() methods. * Fix Config section creating in wrong place. Moves it to just above the jail plot section. Moves comments into the config section header, add more explanations. * Cleanup on custom_types branch. Mainly comments and javadocs, but also undoing a variable change in PlotCommand. * Separate UnclaimedZoneIgnoreIDs from Wilds plots. Wilds plots get their own list, so that the /towny allowedblocks command returns a proper list. Updates the vastly out-of-date unclaimedZoneIgnoreIds list in the config. Removes wilds plot special case in PlayerCacheUtil. * Add back plot set prices to /towny prices * Add default values to the loading process * Adjust version in deprecation notice * Fix spacing, colouring and missing claimedat values in ascii map hovering. * Alter the GUI titles to more accurately reflect what is being asked and represented. * Adjust version reference from 0.97.5.3 to 0.97.5.4. Co-authored-by: Llm Dl <LlmDlio@gmail.com>
- Loading branch information
1 parent
371dd8e
commit d43780d
Showing
31 changed files
with
1,026 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.