TownyAdvanced / TownyMenus

An easy-to-use and accessible way for players to use Towny commands.
GNU General Public License v3.0
20 stars 6 forks source link

Update dependency com.palmergames.bukkit.towny:towny to v0.99.5.11 #23

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.palmergames.bukkit.towny:towny 0.99.2.5 -> 0.99.5.11 age adoption passing confidence

Release Notes

TownyAdvanced/Towny (com.palmergames.bukkit.towny:towny) ### [`v0.99.5.11`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.99.5.11): for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.99.5.10...0.99.5.11) - Fix a town being able to be reclaimed a second time if the first Confirmation hadn't timed out. - Add placing items onto Campfires cause a Build test. - Closes [#​6894](https://togithub.com/TownyAdvanced/Towny/issues/6894). - Fix all the weirdness around world entity key loading, courtesy of Warrior with PR [#​6901](https://togithub.com/TownyAdvanced/Towny/issues/6901). - Speed up calculating bonus block costs, courtesy of Warrior with PR [#​6919](https://togithub.com/TownyAdvanced/Towny/issues/6919). - Add spigot fallback to sign open event, courtesy of Warrior with PR [#​6920](https://togithub.com/TownyAdvanced/Towny/issues/6920). ***
Cumulative changes since 0.99.5.0
0.99.5.10 - Fix exception after creating a new PlayerCache, courtesy of Warrior with PR [#​6911](https://togithub.com/TownyAdvanced/Towny/issues/6911). - Add contributors to plugin.yml, courtesy of Warrior with PR [#​6915](https://togithub.com/TownyAdvanced/Towny/issues/6915).
0.99.5.9 - Fix edge case scenario where NPCs can be treated like Players in Combat. - Add towny.receives-plot-notifications permission, courtesy of invpt with PR [#​6908](https://togithub.com/TownyAdvanced/Towny/issues/6908). (First-Time Contributor!) - Improve move event listener/player cache a bit, courtesy of Warrior with PR [#​6910](https://togithub.com/TownyAdvanced/Towny/issues/6910). - Use constant for line separator string, courtesy of Warrior with PR [#​6896](https://togithub.com/TownyAdvanced/Towny/issues/6896). - Make the ecowarn line log on the INFO level [#​6895](https://togithub.com/TownyAdvanced/Towny/issues/6895). - Bump net.coreprotect:coreprotect from 21.3 to 22.0. - Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.17.0 to 3.19.0. - Add Position object, courtesy of Warrior with PR [#​6536](https://togithub.com/TownyAdvanced/Towny/issues/6536). - The position object aims to resolve issues with world manager plugins that load after Towny loads, causing spawns to be wiped. - By representing these spawns with an object that's not associated with a loaded bukkit world, but instead our own internal TownyWorld, we can successfully load them every time, regardless of plugin load order.
0.99.5.8 - Cancel scheduled tasks on shutdown, courtesy of Warrior with PR [#​6890](https://togithub.com/TownyAdvanced/Towny/issues/6890). - Make it possible to recover from safemode without restarting, courtesy of Warrior with PR [#​6526](https://togithub.com/TownyAdvanced/Towny/issues/6526). - If you have managed to put your server into safemode, and you can manage to fix what's caused it, you can now use /ta reload all to have towny re-attempt loading. - Remove an outdated comment, courtesy of Warrior with PR [#​6892](https://togithub.com/TownyAdvanced/Towny/issues/6892).
0.99.5.7 - Fix ConcurrentModificationError in saving the regen list. - Fix chunk notification tasks still running when Towny has disabled itself. - Use concurrent collection for regen queue, courtesy of Warrior with PR [#​6889](https://togithub.com/TownyAdvanced/Towny/issues/6889). - Cancel chunk notification tasks on logout, courtesy of Warrior with PR [#​6888](https://togithub.com/TownyAdvanced/Towny/issues/6888). - Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0. - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0.
0.99.5.6 - Add getMapColor to Government, courtesy of ewof [#​6881](https://togithub.com/TownyAdvanced/Towny/issues/6881). (First-Time Contributor!) - Fix returning early in the PlayerInteractEvent listeners, courtesy of Warrior with PR [#​6886](https://togithub.com/TownyAdvanced/Towny/issues/6886). - Fix Item Registry matching incorrectly, courtesy of Warrior with PR [#​6885](https://togithub.com/TownyAdvanced/Towny/issues/6885). - Closes [#​6868](https://togithub.com/TownyAdvanced/Towny/issues/6868).
0.99.5.5 - Fix EconomyAccount removals not paying their value into the ClosedEconomy Server Account. - Closes [#​6874](https://togithub.com/TownyAdvanced/Towny/issues/6874). - Remove redundant 1.20 check, courtesy of Warrior with PR [#​6873](https://togithub.com/TownyAdvanced/Towny/issues/6873). - Add testing for registry lists, courtesy of Warrior with PR [#​6871](https://togithub.com/TownyAdvanced/Towny/issues/6871). - Skip tests by default, courtesy of Warrior with PR [#​6878](https://togithub.com/TownyAdvanced/Towny/issues/6878). - Refactor the regen API to use hashmaps, courtesy of Warrior with PR [#​6827](https://togithub.com/TownyAdvanced/Towny/issues/6827). - Make a couple CombatUtil methods more reliable.
0.99.5.4 - Fix PlayerInteractEvent throwing NoSuchFieldError on 1.19.4 servers using a 1.20 datapack. - Fix registry lists' add method not working as expected, courtesy of Warrior with PR [#​6869](https://togithub.com/TownyAdvanced/Towny/issues/6869). - Closes [#​6866](https://togithub.com/TownyAdvanced/Towny/issues/6866). - Fix teleport refund being done synchronously, courtesy of Warrior with PR [#​6870](https://togithub.com/TownyAdvanced/Towny/issues/6870).
0.99.5.3 - Fix personal permission line loading in TownBlocks. - Closes [#​6856](https://togithub.com/TownyAdvanced/Towny/issues/6856). - Fix Towny uncancelling PlayerInteractEvents. - Closes [#​6861](https://togithub.com/TownyAdvanced/Towny/issues/6861). - Remove unneeded filtering from matchRegistry, courtesy of Warrior with PR [#​6851](https://togithub.com/TownyAdvanced/Towny/issues/6851). - Cache a townblock's worldcoord/pos, courtesy of Warrior with PR [#​6853](https://togithub.com/TownyAdvanced/Towny/issues/6853). - Allow negating nodes with {townname} and {nationname}, courtesy of Warrior with PR [#​6850](https://togithub.com/TownyAdvanced/Towny/issues/6850). - Allows nodes with {townname} and {nationname} to be prefixed with a -. - Use material key for cache debug message, courtesy of Warrior with PR [#​6852](https://togithub.com/TownyAdvanced/Towny/issues/6852). - Implement a filter method for registry lists, courtesy of Warrior with PR [#​6859](https://togithub.com/TownyAdvanced/Towny/issues/6859). - Take care of all the places we weren't using Locale.ROOT with toLowerCase().
0.99.5.2 - Fix a typo in TownyUniverse javadoc, courtesy of Warrior with PR [#​6838](https://togithub.com/TownyAdvanced/Towny/issues/6838). - Remove underscores from plot names in chunk notifs, courtesy of Warrior with PR [#​6830](https://togithub.com/TownyAdvanced/Towny/issues/6830). - Closes [#​6829](https://togithub.com/TownyAdvanced/Towny/issues/6829). - Use better method for determining invitee online status, courtesy of Warrior with PR [#​6848](https://togithub.com/TownyAdvanced/Towny/issues/6848). - Add coreprotect integration, courtesy of Warrior with PR [#​6825](https://togithub.com/TownyAdvanced/Towny/issues/6825). - Adds integration with coreprotect so that people using it can easily rollback/lookup things done by towny. - New config option: plugin.interfacing.coreprotect_support - Default: true - If enabled, blocks that get regenerated by Towny, such as revert-on-unclaim and explosion regeneration will be logged with CoreProtect. - Actions are logged with the #towny user, so Towny's actions can easily be undone using user:#towny. - Add support for Paper's SpawnReason, allowing for the summoning of mobs which are spawned into towns which have mobs off and other nice things. - Closes [#​6832](https://togithub.com/TownyAdvanced/Towny/issues/6832). - New Config Option: protection.town_mob_removal_ignored_spawn_causes - Default: "" (none) - A comma seperated list of spawn causes, if an entity has a spawn cause that is in this list they will not be removed by town mob removal. - For the list of valid spawn causes, see https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html - Due to technical reasons, this setting only works on Paper servers. - Add getOfflinePlayerIfCached to BukkitTools, courtesy of Warrior with PR [#​6847](https://togithub.com/TownyAdvanced/Towny/issues/6847). - Use invokeExact where possible, courtesy of Warrior with PR [#​6849](https://togithub.com/TownyAdvanced/Towny/issues/6849). - Remove essentials maven dependency, courtesy of Warrior with PR [#​6842](https://togithub.com/TownyAdvanced/Towny/issues/6842).
0.99.5.1 - Handle top placeholders better, courtesy of Warrior with PR [#​6821](https://togithub.com/TownyAdvanced/Towny/issues/6821). - Fixes top placeholders failing on towns with spaces in their name. - Closes [#​6814](https://togithub.com/TownyAdvanced/Towny/issues/6814). - User internal class for expanded scheduling check, courtesy of Warrior with PR [#​6822](https://togithub.com/TownyAdvanced/Towny/issues/6822). - Fix exception being thrown for empty key in wilderness entity regen lists, courtesy of Warrior with PR [#​6826](https://togithub.com/TownyAdvanced/Towny/issues/6826). - Make towny handle longer world names on sql. - Closes [#​6796](https://togithub.com/TownyAdvanced/Towny/issues/6796).
***

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganoLambsyJayoaksonMKieburtzAccioAce
cobrex1gerardvanschiplexiccnAvisideArmonicPvPj0g32
jsuarezltuanhp0ReEvadereSmallSansSerifValour-SoftwareNoikzGaming
trevor1097MilesBHuffZenithDevvDynamite99CasperTimmyBloc-k
PeskdtxSTORMYxSHMWextraKalqbtjdingsEcoSMP
Theeno74ItzXPurpleXRekar7Folas1337SuperRedstoneYTItzPear
vyvinNeumimToDracathioyourlolihuntertyhppp233Tuaniwan
ProjectGuinnessMineprankGundalfWasTakenqwlkeDraedixegageeet
Microweb4PainOchocobradyyykennyyStevenSharkerLemar98sroyblue12
dawwggSWyattPereirao7-hmoeRialkinggediton96JackTheYack
ExygleKermXShredderAnprimKuero2137nullXer0skyjacc
MattDeWeerdNatePierciiRimuru-Tempest-IMPIi123123nhussonAlink-Marty
Kieubasiarz3liassGraphicHexMomshroomIntrabit71MetaverseRPN
AldinaMappingCrypticBladesSemisolNoxilliospikehiddenSecondEarthOnline
AncientSMJunkieCraftDoctorChosenCorruptedGreedEBatuzayKhargot
tskopenAshpartytomhmagicRoman90879shepherdjerredTheNicodozRu
RustyWasTakenPygmyPiplupbretomartItsSynchrodarthpetiDeltaOrion
gorbyhailTheFlagCourierHikitsune-RedValerie2308MayorMikeTheNylox
VaspeikeijodputtDedicatedMCProPixel2741and 41 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders
![Spigot_Banner_Towny](https://togithub.com/TownyAdvanced/Towny/assets/879756/559c8340-82e5-41fc-a10c-af0dcf47f38f) ##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.99.5.10`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.99.5.10): for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.99.5.8...0.99.5.10) - Fix exception after creating a new PlayerCache, courtesy of Warrior with PR [#​6911](https://togithub.com/TownyAdvanced/Towny/issues/6911). - Add contributors to plugin.yml, courtesy of Warrior with PR [#​6915](https://togithub.com/TownyAdvanced/Towny/issues/6915). ***
Cumulative changes since 0.99.5.0
0.99.5.9 - Fix edge case scenario where NPCs can be treated like Players in Combat. - Add towny.receives-plot-notifications permission, courtesy of invpt with PR [#​6908](https://togithub.com/TownyAdvanced/Towny/issues/6908). (First-Time Contributor!) - Improve move event listener/player cache a bit, courtesy of Warrior with PR [#​6910](https://togithub.com/TownyAdvanced/Towny/issues/6910). - Use constant for line separator string, courtesy of Warrior with PR [#​6896](https://togithub.com/TownyAdvanced/Towny/issues/6896). - Make the ecowarn line log on the INFO level [#​6895](https://togithub.com/TownyAdvanced/Towny/issues/6895). - Bump net.coreprotect:coreprotect from 21.3 to 22.0. - Bump com.github.seeseemelk:MockBukkit-v1.20 from 3.17.0 to 3.19.0. - Add Position object, courtesy of Warrior with PR [#​6536](https://togithub.com/TownyAdvanced/Towny/issues/6536). - The position object aims to resolve issues with world manager plugins that load after Towny loads, causing spawns to be wiped. - By representing these spawns with an object that's not associated with a loaded bukkit world, but instead our own internal TownyWorld, we can successfully load them every time, regardless of plugin load order.
0.99.5.8 - Cancel scheduled tasks on shutdown, courtesy of Warrior with PR [#​6890](https://togithub.com/TownyAdvanced/Towny/issues/6890). - Make it possible to recover from safemode without restarting, courtesy of Warrior with PR [#​6526](https://togithub.com/TownyAdvanced/Towny/issues/6526). - If you have managed to put your server into safemode, and you can manage to fix what's caused it, you can now use /ta reload all to have towny re-attempt loading. - Remove an outdated comment, courtesy of Warrior with PR [#​6892](https://togithub.com/TownyAdvanced/Towny/issues/6892).
0.99.5.7 - Fix ConcurrentModificationError in saving the regen list. - Fix chunk notification tasks still running when Towny has disabled itself. - Use concurrent collection for regen queue, courtesy of Warrior with PR [#​6889](https://togithub.com/TownyAdvanced/Towny/issues/6889). - Cancel chunk notification tasks on logout, courtesy of Warrior with PR [#​6888](https://togithub.com/TownyAdvanced/Towny/issues/6888). - Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0. - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0.
0.99.5.6 - Add getMapColor to Government, courtesy of ewof [#​6881](https://togithub.com/TownyAdvanced/Towny/issues/6881). (First-Time Contributor!) - Fix returning early in the PlayerInteractEvent listeners, courtesy of Warrior with PR [#​6886](https://togithub.com/TownyAdvanced/Towny/issues/6886). - Fix Item Registry matching incorrectly, courtesy of Warrior with PR [#​6885](https://togithub.com/TownyAdvanced/Towny/issues/6885). - Closes [#​6868](https://togithub.com/TownyAdvanced/Towny/issues/6868).
0.99.5.5 - Fix EconomyAccount removals not paying their value into the ClosedEconomy Server Account. - Closes [#​6874](https://togithub.com/TownyAdvanced/Towny/issues/6874). - Remove redundant 1.20 check, courtesy of Warrior with PR [#​6873](https://togithub.com/TownyAdvanced/Towny/issues/6873). - Add testing for registry lists, courtesy of Warrior with PR [#​6871](https://togithub.com/TownyAdvanced/Towny/issues/6871). - Skip tests by default, courtesy of Warrior with PR [#​6878](https://togithub.com/TownyAdvanced/Towny/issues/6878). - Refactor the regen API to use hashmaps, courtesy of Warrior with PR [#​6827](https://togithub.com/TownyAdvanced/Towny/issues/6827). - Make a couple CombatUtil methods more reliable.
0.99.5.4 - Fix PlayerInteractEvent throwing NoSuchFieldError on 1.19.4 servers using a 1.20 datapack. - Fix registry lists' add method not working as expected, courtesy of Warrior with PR [#​6869](https://togithub.com/TownyAdvanced/Towny/issues/6869). - Closes [#​6866](https://togithub.com/TownyAdvanced/Towny/issues/6866). - Fix teleport refund being done synchronously, courtesy of Warrior with PR [#​6870](https://togithub.com/TownyAdvanced/Towny/issues/6870).
0.99.5.3 - Fix personal permission line loading in TownBlocks. - Closes [#​6856](https://togithub.com/TownyAdvanced/Towny/issues/6856). - Fix Towny uncancelling PlayerInteractEvents. - Closes [#​6861](https://togithub.com/TownyAdvanced/Towny/issues/6861). - Remove unneeded filtering from matchRegistry, courtesy of Warrior with PR [#​6851](https://togithub.com/TownyAdvanced/Towny/issues/6851). - Cache a townblock's worldcoord/pos, courtesy of Warrior with PR [#​6853](https://togithub.com/TownyAdvanced/Towny/issues/6853). - Allow negating nodes with {townname} and {nationname}, courtesy of Warrior with PR [#​6850](https://togithub.com/TownyAdvanced/Towny/issues/6850). - Allows nodes with {townname} and {nationname} to be prefixed with a -. - Use material key for cache debug message, courtesy of Warrior with PR [#​6852](https://togithub.com/TownyAdvanced/Towny/issues/6852). - Implement a filter method for registry lists, courtesy of Warrior with PR [#​6859](https://togithub.com/TownyAdvanced/Towny/issues/6859). - Take care of all the places we weren't using Locale.ROOT with toLowerCase().
0.99.5.2 - Fix a typo in TownyUniverse javadoc, courtesy of Warrior with PR [#​6838](https://togithub.com/TownyAdvanced/Towny/issues/6838). - Remove underscores from plot names in chunk notifs, courtesy of Warrior with PR [#​6830](https://togithub.com/TownyAdvanced/Towny/issues/6830). - Closes [#​6829](https://togithub.com/TownyAdvanced/Towny/issues/6829). - Use better method for determining invitee online status, courtesy of Warrior with PR [#​6848](https://togithub.com/TownyAdvanced/Towny/issues/6848). - Add coreprotect integration, courtesy of Warrior with PR [#​6825](https://togithub.com/TownyAdvanced/Towny/issues/6825). - Adds integration with coreprotect so that people using it can easily rollback/lookup things done by towny. - New config option: plugin.interfacing.coreprotect_support - Default: true - If enabled, blocks that get regenerated by Towny, such as revert-on-unclaim and explosion regeneration will be logged with CoreProtect. - Actions are logged with the #towny user, so Towny's actions can easily be undone using user:#towny. - Add support for Paper's SpawnReason, allowing for the summoning of mobs which are spawned into towns which have mobs off and other nice things. - Closes [#​6832](https://togithub.com/TownyAdvanced/Towny/issues/6832). - New Config Option: protection.town_mob_removal_ignored_spawn_causes - Default: "" (none) - A comma seperated list of spawn causes, if an entity has a spawn cause that is in this list they will not be removed by town mob removal. - For the list of valid spawn causes, see https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html - Due to technical reasons, this setting only works on Paper servers. - Add getOfflinePlayerIfCached to BukkitTools, courtesy of Warrior with PR [#​6847](https://togithub.com/TownyAdvanced/Towny/issues/6847). - Use invokeExact where possible, courtesy of Warrior with PR [#​6849](https://togithub.com/TownyAdvanced/Towny/issues/6849). - Remove essentials maven dependency, courtesy of Warrior with PR [#​6842](https://togithub.com/TownyAdvanced/Towny/issues/6842).
0.99.5.1 - Handle top placeholders better, courtesy of Warrior with PR [#​6821](https://togithub.com/TownyAdvanced/Towny/issues/6821). - Fixes top placeholders failing on towns with spaces in their name. - Closes [#​6814](https://togithub.com/TownyAdvanced/Towny/issues/6814). - User internal class for expanded scheduling check, courtesy of Warrior with PR [#​6822](https://togithub.com/TownyAdvanced/Towny/issues/6822). - Fix exception being thrown for empty key in wilderness entity regen lists, courtesy of Warrior with PR [#​6826](https://togithub.com/TownyAdvanced/Towny/issues/6826). - Make towny handle longer world names on sql. - Closes [#​6796](https://togithub.com/TownyAdvanced/Towny/issues/6796).
***

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganoLambsyJayoaksonMKieburtzAccioAce
cobrex1gerardvanschiplexiccnAvisideArmonicPvPj0g32
jsuarezltuanhp0ReEvadereSmallSansSerifValour-SoftwareNoikzGaming
trevor1097MilesBHuffZenithDevvDynamite99CasperTimmyBloc-k
PeskdtxSTORMYxSHMWextraKalqbtjdingsEcoSMP
Theeno74ItzXPurpleXRekar7Folas1337SuperRedstoneYTItzPear
vyvinNeumimToDracathioyourlolihuntertyhppp233Tuaniwan
ProjectGuinnessMineprankGundalfWasTakenqwlkeDraedixegageeet
Microweb4PainOchocobradyyykennyyStevenSharkerLemar98sroyblue12
dawwggSWyattPereirao7-hmoeRialkinggediton96JackTheYack
ExygleKermXShredderAnprimKuero2137nullXer0skyjacc
MattDeWeerdNatePierciiRimuru-Tempest-IMPIi123123nhussonAlink-Marty
Kieubasiarz3liassGraphicHexMomshroomIntrabit71MetaverseRPN
AldinaMappingCrypticBladesSemisolNoxillioSecondEarthOnlineAncientSM
JunkieCraftDoctorChosenCorruptedGreedEBatuzayKhargottskopen
AshpartytomhmagicRoman90879shepherdjerredTheNicodozRuRustyWasTaken
PygmyPiplupbretomartItsSynchrodarthpetiDeltaOriongorbyhail
TheFlagCourierHikitsune-RedValerie2308MayorMikeTheNyloxVaspei
keijodputtDedicatedMCProPixel2741and 40 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders
![Spigot_Banner_Towny](https://togithub.com/TownyAdvanced/Towny/assets/879756/559c8340-82e5-41fc-a10c-af0dcf47f38f) ##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.99.5.8`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.99.5.8): for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.99.5.7...0.99.5.8) - Cancel scheduled tasks on shutdown, courtesy of Warrior with PR [#​6890](https://togithub.com/TownyAdvanced/Towny/issues/6890). - Make it possible to recover from safemode without restarting, courtesy of Warrior with PR [#​6526](https://togithub.com/TownyAdvanced/Towny/issues/6526). - If you have managed to put your server into safemode, and you can manage to fix what's caused it, you can now use /ta reload all to have towny re-attempt loading. - Remove an outdated comment, courtesy of Warrior with PR [#​6892](https://togithub.com/TownyAdvanced/Towny/issues/6892). ***
Cumulative changes since 0.99.5.0
0.99.5.7 - Fix ConcurrentModificationError in saving the regen list. - Fix chunk notification tasks still running when Towny has disabled itself. - Use concurrent collection for regen queue, courtesy of Warrior with PR [#​6889](https://togithub.com/TownyAdvanced/Towny/issues/6889). - Cancel chunk notification tasks on logout, courtesy of Warrior with PR [#​6888](https://togithub.com/TownyAdvanced/Towny/issues/6888). - Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0. - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0.
0.99.5.6 - Add getMapColor to Government, courtesy of ewof [#​6881](https://togithub.com/TownyAdvanced/Towny/issues/6881). (First-Time Contributor!) - Fix returning early in the PlayerInteractEvent listeners, courtesy of Warrior with PR [#​6886](https://togithub.com/TownyAdvanced/Towny/issues/6886). - Fix Item Registry matching incorrectly, courtesy of Warrior with PR [#​6885](https://togithub.com/TownyAdvanced/Towny/issues/6885). - Closes [#​6868](https://togithub.com/TownyAdvanced/Towny/issues/6868).
0.99.5.5 - Fix EconomyAccount removals not paying their value into the ClosedEconomy Server Account. - Closes [#​6874](https://togithub.com/TownyAdvanced/Towny/issues/6874). - Remove redundant 1.20 check, courtesy of Warrior with PR [#​6873](https://togithub.com/TownyAdvanced/Towny/issues/6873). - Add testing for registry lists, courtesy of Warrior with PR [#​6871](https://togithub.com/TownyAdvanced/Towny/issues/6871). - Skip tests by default, courtesy of Warrior with PR [#​6878](https://togithub.com/TownyAdvanced/Towny/issues/6878). - Refactor the regen API to use hashmaps, courtesy of Warrior with PR [#​6827](https://togithub.com/TownyAdvanced/Towny/issues/6827). - Make a couple CombatUtil methods more reliable.
0.99.5.4 - Fix PlayerInteractEvent throwing NoSuchFieldError on 1.19.4 servers using a 1.20 datapack. - Fix registry lists' add method not working as expected, courtesy of Warrior with PR [#​6869](https://togithub.com/TownyAdvanced/Towny/issues/6869). - Closes [#​6866](https://togithub.com/TownyAdvanced/Towny/issues/6866). - Fix teleport refund being done synchronously, courtesy of Warrior with PR [#​6870](https://togithub.com/TownyAdvanced/Towny/issues/6870).
0.99.5.3 - Fix personal permission line loading in TownBlocks. - Closes [#​6856](https://togithub.com/TownyAdvanced/Towny/issues/6856). - Fix Towny uncancelling PlayerInteractEvents. - Closes [#​6861](https://togithub.com/TownyAdvanced/Towny/issues/6861). - Remove unneeded filtering from matchRegistry, courtesy of Warrior with PR [#​6851](https://togithub.com/TownyAdvanced/Towny/issues/6851). - Cache a townblock's worldcoord/pos, courtesy of Warrior with PR [#​6853](https://togithub.com/TownyAdvanced/Towny/issues/6853). - Allow negating nodes with {townname} and {nationname}, courtesy of Warrior with PR [#​6850](https://togithub.com/TownyAdvanced/Towny/issues/6850). - Allows nodes with {townname} and {nationname} to be prefixed with a -. - Use material key for cache debug message, courtesy of Warrior with PR [#​6852](https://togithub.com/TownyAdvanced/Towny/issues/6852). - Implement a filter method for registry lists, courtesy of Warrior with PR [#​6859](https://togithub.com/TownyAdvanced/Towny/issues/6859). - Take care of all the places we weren't using Locale.ROOT with toLowerCase().
0.99.5.2 - Fix a typo in TownyUniverse javadoc, courtesy of Warrior with PR [#​6838](https://togithub.com/TownyAdvanced/Towny/issues/6838). - Remove underscores from plot names in chunk notifs, courtesy of Warrior with PR [#​6830](https://togithub.com/TownyAdvanced/Towny/issues/6830). - Closes [#​6829](https://togithub.com/TownyAdvanced/Towny/issues/6829). - Use better method for determining invitee online status, courtesy of Warrior with PR [#​6848](https://togithub.com/TownyAdvanced/Towny/issues/6848). - Add coreprotect integration, courtesy of Warrior with PR [#​6825](https://togithub.com/TownyAdvanced/Towny/issues/6825). - Adds integration with coreprotect so that people using it can easily rollback/lookup things done by towny. - New config option: plugin.interfacing.coreprotect_support - Default: true - If enabled, blocks that get regenerated by Towny, such as revert-on-unclaim and explosion regeneration will be logged with CoreProtect. - Actions are logged with the #towny user, so Towny's actions can easily be undone using user:#towny. - Add support for Paper's SpawnReason, allowing for the summoning of mobs which are spawned into towns which have mobs off and other nice things. - Closes [#​6832](https://togithub.com/TownyAdvanced/Towny/issues/6832). - New Config Option: protection.town_mob_removal_ignored_spawn_causes - Default: "" (none) - A comma seperated list of spawn causes, if an entity has a spawn cause that is in this list they will not be removed by town mob removal. - For the list of valid spawn causes, see https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html - Due to technical reasons, this setting only works on Paper servers. - Add getOfflinePlayerIfCached to BukkitTools, courtesy of Warrior with PR [#​6847](https://togithub.com/TownyAdvanced/Towny/issues/6847). - Use invokeExact where possible, courtesy of Warrior with PR [#​6849](https://togithub.com/TownyAdvanced/Towny/issues/6849). - Remove essentials maven dependency, courtesy of Warrior with PR [#​6842](https://togithub.com/TownyAdvanced/Towny/issues/6842).
0.99.5.1 - Handle top placeholders better, courtesy of Warrior with PR [#​6821](https://togithub.com/TownyAdvanced/Towny/issues/6821). - Fixes top placeholders failing on towns with spaces in their name. - Closes [#​6814](https://togithub.com/TownyAdvanced/Towny/issues/6814). - User internal class for expanded scheduling check, courtesy of Warrior with PR [#​6822](https://togithub.com/TownyAdvanced/Towny/issues/6822). - Fix exception being thrown for empty key in wilderness entity regen lists, courtesy of Warrior with PR [#​6826](https://togithub.com/TownyAdvanced/Towny/issues/6826). - Make towny handle longer world names on sql. - Closes [#​6796](https://togithub.com/TownyAdvanced/Towny/issues/6796).
***

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganoLambsyJayoaksonMKieburtzAccioAce
cobrex1gerardvanschiplexiccnAvisideArmonicPvPj0g32
jsuarezltuanhp0ReEvadereSmallSansSerifValour-SoftwareNoikzGaming
trevor1097MilesBHuffZenithDevvDynamite99CasperTimmyBloc-k
PeskdtxSTORMYxSHMWextraKalqbtjdingsEcoSMP
Theeno74ItzXPurpleXRekar7Folas1337SuperRedstoneYTItzPear
vyvinNeumimToDracathioyourlolihuntertyhppp233Tuaniwan
ProjectGuinnessMineprankgabeeebabyGundalfWasTakenqwlkeDraedixe
gageeetMicroweb4PainOchocobradyyykennyyStevenSharkerLemar98s
royblue12dawwggSWyattPereirao7-hmoeRialkinggediton96
JackTheYackExygleKermXShredderAnprimKuero2137nullXer0
skyjaccMattDeWeerdNatePierciiRimuru-Tempest-IMPIi123123nhusson
Alink-MartyKieubasiarz3liassGraphicHexMomshroomIntrabit71
MetaverseRPNAldinaMappingCrypticBladesSemisolNoxillioSecondEarthOnline
AncientSMJunkieCraftCorruptedGreedEBatuzayKhargottskopen
AshpartytomhmagicRoman90879shepherdjerredTheNicodozRuRustyWasTaken
PygmyPiplupbretomartItsSynchrodarthpetiDeltaOriongorbyhail
TheFlagCouriernotzuneHikitsune-RedDoctorChosenValerie2308MayorMike
TheNyloxVaspeikeijodputtDedicatedMCProPixel2741and 39 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders
![Spigot_Banner_Towny](https://togithub.com/TownyAdvanced/Towny/assets/879756/559c8340-82e5-41fc-a10c-af0dcf47f38f) ##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.99.5.7`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.99.5.7): for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.99.5.6...0.99.5.7) - Fix ConcurrentModificationError in saving the regen list. - Fix chunk notification tasks still running when Towny has disabled itself. - Use concurrent collection for regen queue, courtesy of Warrior with PR [#​6889](https://togithub.com/TownyAdvanced/Towny/issues/6889). - Cancel chunk notification tasks on logout, courtesy of Warrior with PR [#​6888](https://togithub.com/TownyAdvanced/Towny/issues/6888). - Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0. - Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0. ***
Cumulative changes since 0.99.5.0
0.99.5.6 - Add getMapColor to Government, courtesy of ewof [#​6881](https://togithub.com/TownyAdvanced/Towny/issues/6881). (First-Time Contributor!) - Fix returning early in the PlayerInteractEvent listeners, courtesy of Warrior with PR [#​6886](https://togithub.com/TownyAdvanced/Towny/issues/6886). - Fix Item Registry matching incorrectly, courtesy of Warrior with PR [#​6885](https://togithub.com/TownyAdvanced/Towny/issues/6885). - Closes [#​6868](https://togithub.com/TownyAdvanced/Towny/issues/6868).
0.99.5.5 - Fix EconomyAccount removals not paying their value into the ClosedEconomy Server Account. - Closes [#​6874](https://togithub.com/TownyAdvanced/Towny/issues/6874). - Remove redundant 1.20 check, courtesy of Warrior with PR [#​6873](https://togithub.com/TownyAdvanced/Towny/issues/6873). - Add testing for registry lists, courtesy of Warrior with PR [#​6871](https://togithub.com/TownyAdvanced/Towny/issues/6871). - Skip tests by default, courtesy of Warrior with PR [#​6878](https://togithub.com/TownyAdvanced/Towny/issues/6878). - Refactor the regen API to use hashmaps, courtesy of Warrior with PR [#​6827](https://togithub.com/TownyAdvanced/Towny/issues/6827). - Make a couple CombatUtil methods more reliable.
0.99.5.4 - Fix PlayerInteractEvent throwing NoSuchFieldError on 1.19.4 servers using a 1.20 datapack. - Fix registry lists' add method not working as expected, courtesy of Warrior with PR [#​6869](https://togithub.com/TownyAdvanced/Towny/issues/6869). - Closes [#​6866](https://togithub.com/TownyAdvanced/Towny/issues/6866). - Fix teleport refund being done synchronously, courtesy of Warrior with PR [#​6870](https://togithub.com/TownyAdvanced/Towny/issues/6870).
0.99.5.3 - Fix personal permission line loading in TownBlocks. - Closes [#​6856](https://togithub.com/TownyAdvanced/Towny/issues/6856). - Fix Towny uncancelling PlayerInteractEvents. - Closes [#​6861](https://togithub.com/TownyAdvanced/Towny/issues/6861). - Remove unneeded filtering from matchRegistry, courtesy of Warrior with PR [#​6851](https://togithub.com/TownyAdvanced/Towny/issues/6851). - Cache a townblock's worldcoord/pos, courtesy of Warrior with PR [#​6853](https://togithub.com/TownyAdvanced/Towny/issues/6853). - Allow negating nodes with {townname} and {nationname}, courtesy of Warrior with PR [#​6850](https://togithub.com/TownyAdvanced/Towny/issues/6850). - Allows nodes with {townname} and {nationname} to be prefixed with a -. - Use material key for cache debug message, courtesy of Warrior with PR [#​6852](https://togithub.com/TownyAdvanced/Towny/issues/6852). - Implement a filter method for registry lists, courtesy of Warrior with PR [#​6859](https://togithub.com/TownyAdvanced/Towny/issues/6859). - Take care of all the places we weren't using Locale.ROOT with toLowerCase().
0.99.5.2 - Fix a typo in TownyUniverse javadoc, courtesy of Warrior with PR [#​6838](https://togithub.com/TownyAdvanced/Towny/issues/6838). - Remove underscores from plot names in chunk notifs, courtesy of Warrior with PR [#​6830](https://togithub.com/TownyAdvanced/Towny/issues/6830). - Closes [#​6829](https://togithub.com/TownyAdvanced/Towny/issues/6829). - Use better method for determining invitee online status, courtesy of Warrior with PR [#​6848](https://togithub.com/TownyAdvanced/Towny/issues/6848). - Add coreprotect integration, courtesy of Warrior with PR [#​6825](https://togithub.com/TownyAdvanced/Towny/issues/6825). - Adds integration with coreprotect so that people using it can easily rollback/lookup things done by towny. - New config option: plugin.interfacing.coreprotect_support - Default: true - If enabled, blocks that get regenerated by Towny, such as revert-on-unclaim and explosion regeneration will be logged with CoreProtect. - Actions are logged with the #towny user, so Towny's actions can easily be undone using user:#towny. - Add support for Paper's SpawnReason, allowing for the summoning of mobs which are spawned into towns which have mobs off and other nice things. - Closes [#​6832](https://togithub.com/TownyAdvanced/Towny/issues/6832). - New Config Option: protection.town_mob_removal_ignored_spawn_causes - Default: "" (none) - A comma seperated list of spawn causes, if an entity has a spawn cause that is in this list they will not be removed by town mob removal. - For the list of valid spawn causes, see https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html - Due to technical reasons, this setting only works on Paper servers. - Add getOfflinePlayerIfCached to BukkitTools, courtesy of Warrior with PR [#​6847](https://togithub.com/TownyAdvanced/Towny/issues/6847). - Use invokeExact where possible, courtesy of Warrior with PR [#​6849](https://togithub.com/TownyAdvanced/Towny/issues/6849). - Remove essentials maven dependency, courtesy of Warrior with PR [#​6842](https://togithub.com/TownyAdvanced/Towny/issues/6842).
0.99.5.1 - Handle top placeholders better, courtesy of Warrior with PR [#​6821](https://togithub.com/TownyAdvanced/Towny/issues/6821). - Fixes top placeholders failing on towns with spaces in their name. - Closes [#​6814](https://togithub.com/TownyAdvanced/Towny/issues/6814). - User internal class for expanded scheduling check, courtesy of Warrior with PR [#​6822](https://togithub.com/TownyAdvanced/Towny/issues/6822). - Fix exception being thrown for empty key in wilderness entity regen lists, courtesy of Warrior with PR [#​6826](https://togithub.com/TownyAdvanced/Towny/issues/6826). - Make towny handle longer world names on sql. - Closes [#​6796](https://togithub.com/TownyAdvanced/Towny/issues/6796).
***

Towny Sponsors

I want to give a big thank you to all of my sponsors:
These are the people that help to make Towny's support and development as active as it is,
and who supported me during this pre-release of Towny.

DrprofLuigiAllieDragonakup001ThePontificateTegulaThePigpebblehost
EblyssMrLoganoLambsyJayoaksonMKieburtzcobrex1
gerardvanschiplexiccnAvisideArmonicPvPj0g32jsuarezl
ReEvadereSmallSansSerifValour-SoftwareNoikzGamingtrevor1097MilesBHuff
ZenithDevvDynamite99CasperTimmyBloc-kPeskdtxSTORMYxSHM
WextraKalqbtjdingsEcoSMPTheeno74ItzXPurpleX
Rekar7Folas1337SuperRedstoneYTItzPearvyvinNeumimTo
Dracathioyourlolihuntertyhppp233TuaniwanProjectGuinnessMineprank
gabeeebabyGundalfWasTakenqwlkeDraedixegageeetMicroweb4
PainOchocobradyyykennyyStevenSharkerLemar98sroyblue12dawwggS
WyattPereirao7-hmoeRialkinggediton96GowtherSukehiroJackTheYack
ExygleKermXPinebrickShredderAnprimKuero2137nullXer0
skyjaccMattDeWeerdNatePierciiRimuru-Tempest-IMPIi123123nhusson
Alink-MartyKieubasiarzMomshroomIntrabit71MetaverseRPNAldinaMapping
CrypticBladesSemisolNoxillioSecondEarthOnlineAncientSMJunkieCraft
CorruptedGreedEBatuzayKhargottskopenAshpartytomhmagic
Roman90879shepherdjerredTheNicodozRuRustyWasTakenbretomartItsSynchro
darthpetiDeltaOriongorbyhailTheFlagCouriernotzuneHikitsune-Red
DoctorChosenValerie2308MayorMikeTheNyloxVaspeikeijodputt
DedicatedMCProPixel2741and 37 private sponsors.

If you want to support the developer, become a sponsor.

(It's just like Patreon but instead 100% of your support goes to the developer.)

Plus there are Sponsor Plugins!

Important Links
Frequently Asked
Questions
How Towny Works Towny Install Guide Towny Update Guide
Other Towny Plugins Complete Changelog Default Config Files Commands/Permissions
Placeholders
![Spigot_Banner_Towny](https://togithub.com/TownyAdvanced/Towny/assets/879756/559c8340-82e5-41fc-a10c-af0dcf47f38f) ##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.99.5.6`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.99.5.6): for MC 1.16.* & 1.17.* & 1.18.* & 1.19.* & 1.20.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.99.5.5...0.99.5.6) - Add getMapColor to Government, courtesy of ewof [#​6881](https://togithub.com/TownyAdvanced/Towny/issues/6881). (First-Time Contributor!) - Fix returning early in the PlayerInteractEvent listeners, courtesy of Warrior with PR [#​6886](https://togithub.com/TownyAdvanced/Towny/issues/6886). - Fix Item Registry matching incorrectly, courtesy of Warrior with PR [#​6885](https://togithub.com/TownyAdvanced/Towny/issues/6885). - Closes [#​6868](https://togithub.com/TownyAdvanced/Towny/issues/6868). ***
Cumulative changes since 0.99.5.0
0.99.5.5 - Fix EconomyAccount removals not paying their value into the ClosedEconomy Server Account. - Closes [#​6874](https://togithub.com/TownyAdvanced/Towny/issues/6874). - Remove redundant 1.20 check, courtesy of Warrior with PR [#​6873](https://togithub.com/TownyAdvanced/Towny/issues/6873). - Add testing for registry lists, courtesy of Warrior with PR [#​6871](https://togithub.com/TownyAdvanced/Towny/issues/6871). - Skip tests by default, courtesy of Warrior with PR [#​6878](https://togithub.com/TownyAdvanced/Towny/issues/6878). - Refactor the regen API to use hashmaps, courtesy of Warrior with PR [#​6827](https://togithub.com/TownyAdvanced/Towny/issues/6827). - Make a couple CombatUtil methods more reliable.
0.99.5.4 - Fix PlayerInteractEvent throwing NoSuchFieldError on 1.19.4 servers using a 1.20 datapack. - Fix registry lists' add method not working as expected, courtesy of Warrior with PR [#​6869](https://togithub.com/TownyAdvanced/Towny/issues/6869). - Closes [#​6866](https://togithub.com/TownyAdvanced/Towny/issues/6866). - Fix teleport refund being done synchronously, courtesy of Warrior with PR [#​6870](https://togithub.com/TownyAdvanced/Towny/issues/6870).
0.99.5.3 - Fix personal permission line loading in TownBlocks. - Closes [#​6856](https://togithub.com/TownyAdvanced/Towny/issues/6856). - Fix Towny uncancelling PlayerInteractEvents. - Closes [#​6861](https://togithub.com/TownyAdvanced/Towny/issues/6861). - Remove unneeded filtering from matchRegistry, courtesy of Warrior with PR [#​6851](https://togithub.com/TownyAdvanced/Towny/issues/6851). - Cache a townblock's worldcoord/pos, courtesy of Warrior with PR [#​6853](https://togithub.com/TownyAdvanced/Towny/issues/6853). - Allow negating nodes with {townname} and {nationname}, courtesy of Warrior with PR [#​6850](https://togithub.com/TownyAdvanced/Towny/issues/6850). - Allows nodes with {townname} and {nationname} to be prefixed with a -. - Use material key for cache debug message, courtesy of Warrior with PR [#​6852](https://togithub.com/TownyAdvanced/Towny/issues/6852). - Implement a filter method for registry lists, courtesy of Warrior with PR [#​6859](https://togithub.com/TownyAdvanced/Towny/issues/6859). - Take care of all the places we weren't using Locale.ROOT with toLowerCase().
0.99.5.2 - Fix a typo in TownyUniverse javadoc, courtesy of Warrior with PR [#​6838](https://togithub.com/TownyAdvanced/Towny/issues/6838). - Remove underscores from plot names in chunk notifs, courtesy of Warrior with PR [#​6830](https://togithub.com/TownyAdvanced/Towny/issues/6830). - Closes [#​6829](https://togithub.com/TownyAdvanced/Towny/issues/6829). - Use better method for determining invitee online status, courtesy of Warrior with PR [#​6848](https://togithub.com/TownyAdvanced/Towny/issues/6848). - Add coreprotect integration, courtesy of Warrior with PR [#​6825](https://togithub.com/TownyAdvanced/Towny/issues/6825). - Adds integration with coreprotect so that people using it can easily rollback/lookup things done by towny. - New config option: plugin.interfacing.coreprotect_support - Default: true - If enabled, blocks that get regenerated by Towny, such as revert-on-unclaim and explosion regeneration will be logged with CoreProtect. - Actions are logged with the #towny user, so Towny's actions can easily be undone using user:#towny. - Add support for Paper's SpawnReason, allowing for the summoning of mobs which are spawned into towns which have mobs off and other nice things. - Closes [#​6832](https://togithub.com/TownyAdvanced/Towny/issues/6832). - New Config Option: protection.town_mob_removal_ignored_spawn_causes - Default: "" (none) - A comma seperated list of spawn causes, if an entity has a spawn cause that is in this list they will not be removed by town mob removal. - For the list of valid spawn causes, see https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html - Due to technical reasons, this setting only works on Paper servers. -
--- ### Configuration 📅 **Schedule**: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/TownyAdvanced/TownyMenus).