-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom townblock types #5388
Custom townblock types #5388
Conversation
df62c45
to
759c73e
Compare
03d0d1f
to
acb5c93
Compare
b1f1cb4
to
98938c1
Compare
f4b0643
to
b328028
Compare
5c7446c
to
4156b1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the Wilds plots will be broken in the current state. Otherwise it looks great and I'll end up testing it out shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DailyTimerTask line 364 is preventing any plot tax collection from happening when a town has those three taxes set to 0.
c4020d3
to
7223232
Compare
9732f4e
to
eb3db4a
Compare
Fixes items not being added to the page if one was newly created.
Moves it to just above the jail plot section. Moves comments into the config section header, add more explanations.
Mainly comments and javadocs, but also undoing a variable change in PlotCommand.
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.
9bad7ce
to
ccfc120
Compare
- TownBlocks are now able to be created in the config and also via other plugins that use our API. - All of the previous townblocktypes will be imported to the new config section. - Each TownBlockType has a name, cost, tax, map character, itemuse list, switch list, and allowed blocks list. - New Command: /towny allowedblocks - Used to display what blocks are permitted to be used on TownBlockTypes. - Removed Command: /towny farmblocks - Replaced with /towny allowedblocks.
Description:
TODO:
New Nodes/Commands/ConfigOptions:
Relevant Towny Issue ticket:
Closes #5072
By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the Towny License for perpetuity.