Wolfieheart / ArmorStandEditor

Spigot/Paper etc. plugin to allow players to edit armorstands without commands.
GNU General Public License v3.0
25 stars 19 forks source link

Update dependency com.palmergames.bukkit.towny:towny to v0.100.3.8 #477

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

TownyAdvanced/Towny (com.palmergames.bukkit.towny:towny) ### [`v0.100.3.8`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.8): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.7...0.100.3.8) - Add ability to prevent conquered towns from using their nation's nation zones. - Conquered towns can still use their own nationzone outside of their town. - Closes [#​7507](https://togithub.com/TownyAdvanced/Towny/issues/7507). - New Config Option: global_nation_settings.nationzone.not_for_conquered_towns - Default: false - When set to true, players which are part of a conquered town, will not have access to their nation's nationzone. - They will still be able to use the nation_zone outside of their own town. - API: Add more information to the ResidentJailEvent and ResidentUnjailEvent. ***
Cumulative changes since 0.100.3.0
0.100.3.7 - Account and Transaction changes. - A non-insignificant change was been made under the hood which could affect plugins using Towny's various Transaction Events. - The end result is that classes have been re-located to a new com.palmergames.bukkit.towny.object.economy.transaction pacakge. - This has resulted in a more robust system: - Transactions are better able to represent when money moves between your server's Towny objects. - Transaction events are now thrown much more often, allowing plugins to track transactions more accurately. - Accounts now backed by an EconomyHandler (think Resident, Town, Nation,) instead of a name, which should ease the transition to using UUIDs. - The TownyServerAccount is now a proper EconomyHandler, reducing jank in the code that is used in the Closed Economy feature. - If a plugin you use has broken, the author needs only change their imports section, switching to the re-located Transaction, TransactionType classes. - Plugins under the umbrella of the TownyAdvanced organization which are known to have broken include EventWar, FlagWar. - Do not update your Towny if you use either of these plugins until you see they have had a compatibility update. - Fix for SQL db code related to new Districts.
0.100.3.6 - Add ignoreotherchannels to /res toggle and /res set mode tabcompleters. - Add Districts to Towns and TownBlocks. - Districts are groupings of townblocks, owned by a town. - These are similar to PlotGroups but with less restrictions: - Districts' townblocks are not required to have the same plot permissions, plot type, owner, or name. - Districts currently show in the chunk notifications, map hud, and in the /towny map hover. - Districts will lead to future features being possible including districts appearing on Mappers. - Townblocks in districts are required to be adjacent to each other. - Closes [#​7479](https://togithub.com/TownyAdvanced/Towny/issues/7479). - New Commands: /plot district - Subcommands: - create|new \[name]: creates a new district with the given name. - add {name}: adds a townblock to the given district, if you are actively adding to a distric you do not need to continue supplying the name. - rename \[name]: changes the name of a district. - remove: removes the townblock you are stood in from a district. - delete: deletes the district in which you are stood. - New Permission Node: towny.command.plot.district.\* - Child node of towny.command.plot.\* - Child Nodes: - towny.command.plot.district.add: true - towny.command.plot.district.remove: true - towny.command.plot.district.delete: true - towny.command.plot.district.rename: true
0.100.3.5 - Fix TownBlocks which load replacement town names save the new town name in the database. - Make more explosive entities throw TownyExplosionDamagesEntityEvent events when they explode and damage entities. - Add the ability to limit the number of capital letters used in Town and Nation names. - Closes 7497. - New Config Option: filters_colour_chat.modify_chat.max_name_capital_letters - Default: -1 - Maximum number of capital letters that can be used in Town and Nation names. - This count does not include the first letter of a town, and does not count capitalized letters that come after a \_ character. - This means that a town named New_York would register 0 capitals. While McDonalds would register 1. COOLTOWN would register 7 capital letters. - Fix config typo, courtesy of auriasmc with PR [#​7498](https://togithub.com/TownyAdvanced/Towny/issues/7498). (First-Time Contributor!)
0.100.3.4 - Fix town plot permissions changing not causing the town to save. - Improve /ta town new TOWNNAME MAYORNAME, to support town names entered with spaces in them. - Fix milking animals sometimes being able to get cancelled by the PlayerBucketFillEvent. - Expose cost in successful teleport event, courtesy of Warrior with PR [#​7487](https://togithub.com/TownyAdvanced/Towny/issues/7487). - Closes [#​7486](https://togithub.com/TownyAdvanced/Towny/issues/7486). - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3. - Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3. - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2.
0.100.3.3 - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483).
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtzjshalbrooksde-wolfLuexacobrex1SW1D3RSK1
lexiccnArmonicPvPSmallSansSerifWaspyethanNoikzGamingtrevor1097
bretomartKeNickGongMilesBHuffroflmarvDynamite99TuckerAndrews3
CasperTimmyMattWillenBloc-kflare2121xSTORMYxSHMKalqb
EcoSMPTheeno74ItzXPurpleXRekar7Folas1337vyvin
keijodputtNeumimToMerlin6019ProjectGuinnessgageeetPainOchoco
Lemar98sediton96ExygleKermXTylorTurnerRimuru-Tempest-IMP
Ii123123Alink-MartyRandalABurdJrDarioMaviliaSk8nkillxCptSpiffyx
Matheny01AustinGoodrichFiravRandaeMCxxThyPopeCraig1020
ShiftSadPoseidonGamesRicola4325DruidBrandonBetr101Oppy-Gasai
jb0sSaytenicGirlstheFernofrommars2yurddRaiguriimirochi
levraimariusElTitiGGshneckle28beautybloodtr666pykeDevPGSV
MomshroomgerardvanschipbeabuenodevIntrabit71AldinaMappingSecondEarthOnline
AncientSMCorruptedGreedGranpaGamerMCOdin-The-All-FatherImperialSam12Roman90879
qiqiMaiTriaieSupersmurf82Nikkilectricalexx-jonesItsSynchro
Gl0W1EMultipedBeatlejwkerrgorbyhailSexy-JuraHikitsune-Red
tlm9201TheNyloxvkolasaand 51 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.7`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.7): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.6...0.100.3.7) - Account and Transaction changes. - A non-insignificant change was been made under the hood which could affect plugins using Towny's various Transaction Events. - The end result is that classes have been re-located to a new com.palmergames.bukkit.towny.object.economy.transaction pacakge. - This has resulted in a more robust system: - Transactions are better able to represent when money moves between your server's Towny objects. - Transaction events are now thrown much more often, allowing plugins to track transactions more accurately. - Accounts now backed by an EconomyHandler (think Resident, Town, Nation,) instead of a name, which should ease the transition to using UUIDs. - The TownyServerAccount is now a proper EconomyHandler, reducing jank in the code that is used in the Closed Economy feature. - If a plugin you use has broken, the author needs only change their imports section, switching to the re-located Transaction, TransactionType classes. - Plugins under the umbrella of the TownyAdvanced organization which are known to have broken include EventWar, FlagWar. - Do not update your Towny if you use either of these plugins until you see they have had a compatibility update. - Fix for SQL db code related to new Districts. ***
Cumulative changes since 0.100.3.0
0.100.3.6 - Add ignoreotherchannels to /res toggle and /res set mode tabcompleters. - Add Districts to Towns and TownBlocks. - Districts are groupings of townblocks, owned by a town. - These are similar to PlotGroups but with less restrictions: - Districts' townblocks are not required to have the same plot permissions, plot type, owner, or name. - Districts currently show in the chunk notifications, map hud, and in the /towny map hover. - Districts will lead to future features being possible including districts appearing on Mappers. - Townblocks in districts are required to be adjacent to each other. - Closes [#​7479](https://togithub.com/TownyAdvanced/Towny/issues/7479). - New Commands: /plot district - Subcommands: - create|new \[name]: creates a new district with the given name. - add {name}: adds a townblock to the given district, if you are actively adding to a distric you do not need to continue supplying the name. - rename \[name]: changes the name of a district. - remove: removes the townblock you are stood in from a district. - delete: deletes the district in which you are stood. - New Permission Node: towny.command.plot.district.\* - Child node of towny.command.plot.\* - Child Nodes: - towny.command.plot.district.add: true - towny.command.plot.district.remove: true - towny.command.plot.district.delete: true - towny.command.plot.district.rename: true
0.100.3.5 - Fix TownBlocks which load replacement town names save the new town name in the database. - Make more explosive entities throw TownyExplosionDamagesEntityEvent events when they explode and damage entities. - Add the ability to limit the number of capital letters used in Town and Nation names. - Closes 7497. - New Config Option: filters_colour_chat.modify_chat.max_name_capital_letters - Default: -1 - Maximum number of capital letters that can be used in Town and Nation names. - This count does not include the first letter of a town, and does not count capitalized letters that come after a \_ character. - This means that a town named New_York would register 0 capitals. While McDonalds would register 1. COOLTOWN would register 7 capital letters. - Fix config typo, courtesy of auriasmc with PR [#​7498](https://togithub.com/TownyAdvanced/Towny/issues/7498). (First-Time Contributor!)
0.100.3.4 - Fix town plot permissions changing not causing the town to save. - Improve /ta town new TOWNNAME MAYORNAME, to support town names entered with spaces in them. - Fix milking animals sometimes being able to get cancelled by the PlayerBucketFillEvent. - Expose cost in successful teleport event, courtesy of Warrior with PR [#​7487](https://togithub.com/TownyAdvanced/Towny/issues/7487). - Closes [#​7486](https://togithub.com/TownyAdvanced/Towny/issues/7486). - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3. - Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3. - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2.
0.100.3.3 - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483).
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtztypicalsmartmanjshalbrooksde-wolfLuexacobrex1
SW1D3RSK1lexiccnWaspyethanArmonicPvPSmallSansSerifNoikzGaming
trevor1097bretomartKeNickGongMilesBHuffroflmarvDynamite99
TuckerAndrews3CasperTimmyMattWillenBloc-kflare2121xSTORMYxSHM
KalqbEcoSMPTheeno74ItzXPurpleXRekar7Folas1337
vyvinkeijodputtNeumimToMerlin6019ProjectGuinnessgageeet
PainOchocoLemar98sediton96ExygleKermXTylorTurner
Rimuru-Tempest-IMPIi123123Alink-MartyRandalABurdJrDarioMaviliaSk8nkill
xCptSpiffyxMatheny01AustinGoodrichFiravRandaeMCxxThyPope
Craig1020ShiftSadPoseidonGamesRicola4325DruidBrandonBetr101
Oppy-Gasaijb0sSaytenicGirlstheFernofrommars2yurddRaiguri
imirochilevraimariusElTitiGGshneckle28beautybloodtr666pyke
DevPGSVMomshroomgerardvanschipbeabuenodevIntrabit71AldinaMapping
SecondEarthOnlineAncientSMCorruptedGreedGranpaGamerMCOdin-The-All-FatherImperialSam12
Roman90879qiqiMaiTriaieSupersmurf82Nikkilectricalexx-jones
ItsSynchroGl0W1EMultipedBeatlejwkerrgorbyhailSexy-Jura
Hikitsune-Redtlm9201TheNyloxvkolasaand 52 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.6`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.6): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.5...0.100.3.6) ### An issue has been found in the SQL code for the new Districts. If your Towny DB is stored in mysql, do not update to this version yet. - Add ignoreotherchannels to /res toggle and /res set mode tabcompleters. - Add Districts to Towns and TownBlocks. - Districts are groupings of townblocks, owned by a town. - These are similar to PlotGroups but with less restrictions: - Districts' townblocks are not required to have the same plot permissions, plot type, owner, or name. - Districts currently show in the chunk notifications, map hud, and in the /towny map hover. - Districts will lead to future features being possible including districts appearing on Mappers. - Townblocks in districts are required to be adjacent to each other. - Closes [#​7479](https://togithub.com/TownyAdvanced/Towny/issues/7479). - New Commands: /plot district - Subcommands: - create|new \[name]: creates a new district with the given name. - add {name}: adds a townblock to the given district, if you are actively adding to a distric you do not need to continue supplying the name. - rename \[name]: changes the name of a district. - remove: removes the townblock you are stood in from a district. - delete: deletes the district in which you are stood. - New Permission Node: towny.command.plot.district.\* - Child node of towny.command.plot.\* - Child Nodes: - towny.command.plot.district.add: true - towny.command.plot.district.remove: true - towny.command.plot.district.delete: true - towny.command.plot.district.rename: true ***
Cumulative changes since 0.100.3.0
0.100.3.5 - Fix TownBlocks which load replacement town names save the new town name in the database. - Make more explosive entities throw TownyExplosionDamagesEntityEvent events when they explode and damage entities. - Add the ability to limit the number of capital letters used in Town and Nation names. - Closes 7497. - New Config Option: filters_colour_chat.modify_chat.max_name_capital_letters - Default: -1 - Maximum number of capital letters that can be used in Town and Nation names. - This count does not include the first letter of a town, and does not count capitalized letters that come after a \_ character. - This means that a town named New_York would register 0 capitals. While McDonalds would register 1. COOLTOWN would register 7 capital letters. - Fix config typo, courtesy of auriasmc with PR [#​7498](https://togithub.com/TownyAdvanced/Towny/issues/7498). (First-Time Contributor!)
0.100.3.4 - Fix town plot permissions changing not causing the town to save. - Improve /ta town new TOWNNAME MAYORNAME, to support town names entered with spaces in them. - Fix milking animals sometimes being able to get cancelled by the PlayerBucketFillEvent. - Expose cost in successful teleport event, courtesy of Warrior with PR [#​7487](https://togithub.com/TownyAdvanced/Towny/issues/7487). - Closes [#​7486](https://togithub.com/TownyAdvanced/Towny/issues/7486). - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3. - Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3. - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2.
0.100.3.3 - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483).
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtztypicalsmartmanjshalbrooksde-wolfLuexacobrex1
SW1D3RSK1lexiccnWaspyethanArmonicPvPSmallSansSerifNoikzGaming
trevor1097bretomartKeNickGongMilesBHuffroflmarvDynamite99
TuckerAndrews3CasperTimmyMattWillenBloc-kflare2121xSTORMYxSHM
KalqbEcoSMPTheeno74ItzXPurpleXRekar7Folas1337
vyvinkeijodputtNeumimToMerlin6019ProjectGuinnessgageeet
PainOchocoLemar98sediton96ExygleKermXTylorTurner
Rimuru-Tempest-IMPIi123123Alink-MartyRandalABurdJrDarioMaviliaSk8nkill
xCptSpiffyxMatheny01AustinGoodrichFiravRandaeMCxxThyPope
Craig1020ShiftSadPoseidonGamesRicola4325DruidBrandonBetr101
Oppy-Gasaijb0sSaytenicGirlstheFernofrommars2yurddRaiguri
imirochilevraimariusElTitiGGshneckle28beautybloodtr666pyke
DevPGSVMomshroomgerardvanschipbeabuenodevIntrabit71AldinaMapping
SecondEarthOnlineAncientSMCorruptedGreedGranpaGamerMCOdin-The-All-FatherImperialSam12
Roman90879qiqiMaiTriaieSupersmurf82Nikkilectricalexx-jones
ItsSynchroGl0W1EMultipedBeatlejwkerrgorbyhailSexy-Jura
Hikitsune-Redtlm9201TheNyloxvkolasaand 52 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.5`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.5): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.4...0.100.3.5) - Fix TownBlocks which load replacement town names save the new town name in the database. - Make more explosive entities throw TownyExplosionDamagesEntityEvent events when they explode and damage entities. - Add the ability to limit the number of capital letters used in Town and Nation names. - Closes 7497. - New Config Option: filters_colour_chat.modify_chat.max_name_capital_letters - Default: -1 - Maximum number of capital letters that can be used in Town and Nation names. - This count does not include the first letter of a town, and does not count capitalized letters that come after a \_ character. - This means that a town named New_York would register 0 capitals. While McDonalds would register 1. COOLTOWN would register 7 capital letters. - Fix config typo, courtesy of auriasmc with PR [#​7498](https://togithub.com/TownyAdvanced/Towny/issues/7498). (First-Time Contributor!) ***
Cumulative changes since 0.100.3.0
0.100.3.4 - Fix town plot permissions changing not causing the town to save. - Improve /ta town new TOWNNAME MAYORNAME, to support town names entered with spaces in them. - Fix milking animals sometimes being able to get cancelled by the PlayerBucketFillEvent. - Expose cost in successful teleport event, courtesy of Warrior with PR [#​7487](https://togithub.com/TownyAdvanced/Towny/issues/7487). - Closes [#​7486](https://togithub.com/TownyAdvanced/Towny/issues/7486). - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3. - Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3. - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2.
0.100.3.3 - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483).
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtztypicalsmartmanjshalbrooksde-wolfLuexacobrex1
SW1D3RSK1lexiccnWaspyethanArmonicPvPSmallSansSerifNoikzGaming
trevor1097bretomartKeNickGongMilesBHuffroflmarvDynamite99
TuckerAndrews3CasperTimmyMattWillenBloc-kflare2121xSTORMYxSHM
KalqbEcoSMPTheeno74ItzXPurpleXRekar7Folas1337
vyvinkeijodputtNeumimToMerlin6019ProjectGuinnessgageeet
PainOchocoLemar98sediton96ExygleKermXTylorTurner
Rimuru-Tempest-IMPIi123123Alink-MartyRandalABurdJrDarioMaviliaSk8nkill
xCptSpiffyxMatheny01AustinGoodrichRandaeMCxxThyPopeCraig1020
ShiftSadPoseidonGamesRicola4325DruidBrandonBetr101Oppy-Gasai
jb0sSaytenicGirlstheFernofrommars2yurddRaiguriimirochi
levraimariusElTitiGGshneckle28beautybloodtr666pykeDevPGSV
MomshroomgerardvanschipbeabuenodevIntrabit71AldinaMappingSecondEarthOnline
AncientSMCorruptedGreedGranpaGamerMCOdin-The-All-FatherImperialSam12Roman90879
qiqiMaiTriaieSupersmurf82Nikkilectricalexx-jonesItsSynchro
Gl0W1EMultipedBeatlejwkerrgorbyhailSexy-JuraHikitsune-Red
tlm9201TheNyloxvkolasaand 54 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.4`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.4): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.3...0.100.3.4) - Fix town plot permissions changing not causing the town to save. - Improve /ta town new TOWNNAME MAYORNAME, to support town names entered with spaces in them. - Fix milking animals sometimes being able to get cancelled by the PlayerBucketFillEvent. - Expose cost in successful teleport event, courtesy of Warrior with PR [#​7487](https://togithub.com/TownyAdvanced/Towny/issues/7487). - Closes [#​7486](https://togithub.com/TownyAdvanced/Towny/issues/7486). - Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3. - Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3. - Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2. ***
Cumulative changes since 0.100.3.0
0.100.3.3 - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483).
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtztypicalsmartmanjshalbrooksde-wolfLuexacobrex1
SW1D3RSK1lexiccnWaspyethanArmonicPvPSmallSansSerifNoikzGaming
trevor1097bretomartKeNickGongMilesBHuffroflmarvDynamite99
TuckerAndrews3CasperTimmyMattWillenBloc-kflare2121xSTORMYxSHM
KalqbEcoSMPTheeno74ItzXPurpleXRekar7Folas1337
vyvinkeijodputtNeumimToMerlin6019ProjectGuinnessgageeet
PainOchocoLemar98sediton96ExygleKermXTylorTurner
Rimuru-Tempest-IMPIi123123Alink-MartyRandalABurdJrDarioMaviliaSk8nkill
xCptSpiffyxMatheny01AustinGoodrichRandaeMCxxThyPopeCraig1020
ShiftSadPoseidonGamesRicola4325DruidBrandonBetr101Oppy-Gasai
jb0sSaytenicGirlstheFernofrommars2yurddRaiguriimirochi
levraimariusElTitiGGshneckle28beautybloodtr666pykeMomshroom
gerardvanschipbeabuenodevIntrabit71AldinaMappingCrypticBladesSecondEarthOnline
AncientSMCorruptedGreedGranpaGamerMCOdin-The-All-FatherImperialSam12Roman90879
qiqiMaiTriaieSupersmurf82WolfiteNikkilectricalexx-jones
ItsSynchroGl0W1EMultipedBeatlejwkerrgorbyhailSexy-Jura
Hikitsune-Redtlm9201TheNyloxVaspeivkolasaand 53 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.3`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.3): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.2...0.100.3.3) - Fix regex settings not refreshing when using /ta reload {config}. - Fix PlotGroups not being able to support max and min joindays amounts like TownBlocks. - Fix WildernessMapEvent being able to be thrown async. - Add option to make mayors pay their own town's tax, which could prevent towns from dying to upkeep. - Closes [#​7482](https://togithub.com/TownyAdvanced/Towny/issues/7482). - New Config Option: economy.daily_taxes.do_mayors_pay_town_tax - Default: false - When true, a town's mayor will pay the town tax. This feature is a bit redundant because the mayor can withdraw from the bank anyways, but it might keep towns from being deleted for not paying their upkeep. - Fix potential NPEs in PlotGroup, courtesy of galacticwarrior9 with PR [#​7483](https://togithub.com/TownyAdvanced/Towny/issues/7483). ***
Cumulative changes since 0.100.3.0
0.100.3.2 - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme.
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy of Warrior with PR [#​7401](https://togithub.com/TownyAdvanced/Towny/issues/7401).
***

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
MrLoganoReEvaderelukemangoLambsyjsuarezltomhmagic
MKieburtztypicalsmartmanjshalbrookParvatisGitHubsde-wolfLuexa
cobrex1SW1D3RSK1lexiccnWaspyethanArmonicPvPSmallSansSerif
PirateSoftwareNoikzGamingtrevor1097bretomartKeNickGongMilesBHuff
roflmarvDynamite99TuckerAndrews3CasperTimmyMattWillenBloc-k
flare2121xSTORMYxSHMmrzumoKalqbEcoSMPTheeno74
ItzXPurpleXRekar7Folas1337vyvinkeijodputtNeumimTo
Merlin6019ProjectGuinnessgageeetPainOchocoLemar98sediton96
ExygleKermXTylorTurnerRimuru-Tempest-IMPAlink-MartyRandalABurdJr
DarioMaviliaSk8nkillxCptSpiffyxMatheny01AustinGoodrichRandaeMC
xxThyPopeCraig1020ShiftSadPoseidonGamesYatochka8Ricola4325
josegoustDruidBrandonBetr101Oppy-Gasaijb0sSaytenicGirls
theFernofrommars2yurddRaiguriimirochilevraimariusElTitiGG
shneckle28MomshroomgerardvanschipbeabuenodevIntrabit71AldinaMapping
CrypticBladesSecondEarthOnlineAncientSMCorruptedGreedGranpaGamerMCOdin-The-All-Father
ImperialSam12Roman90879qiqiMaiTriaieSupersmurf82Wolfite
NikkilectricItsSynchroGl0W1EMultipedBeatlejwkerrgorbyhail
Sexy-JuraHikitsune-Redtlm9201TheNyloxVaspeiand 50 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
##### ⏬ Download available as a .jar file in the Assets section below: ### [`v0.100.3.2`](https://togithub.com/TownyAdvanced/Towny/releases/tag/0.100.3.2): for MC 1.19.* & 1.20.* & 1.21.* [Compare Source](https://togithub.com/TownyAdvanced/Towny/compare/0.100.3.1...0.100.3.2) - Fix WorldCoord#unloadChunks adding plugin chunk tickets, courtesy of galacticwarrior9 with PR [#​7478](https://togithub.com/TownyAdvanced/Towny/issues/7478). - Handle empty towns during duplicate resident removal, courtesy of Warrior with PR [#​7474](https://togithub.com/TownyAdvanced/Towny/issues/7474). - Add plot group creation/deletion events [#​7476](https://togithub.com/TownyAdvanced/Towny/issues/7476), courtesy of Warrior with PR. - Closes [#​7475](https://togithub.com/TownyAdvanced/Towny/issues/7475). - Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0. - Drop support for MC 1.16-1.18, update the readme. ***
Cumulative changes since 0.100.3.0
0.100.3.1 - Fix new outlaws not being teleported out of the town they were outlawed in. - Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR [#​7466](https://togithub.com/TownyAdvanced/Towny/issues/7466). - Fix plot border modes on Folia, courtesy of Warrior with PR [#​7467](https://togithub.com/TownyAdvanced/Towny/issues/7467). - Raise java version to 17, courtesy
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/Wolfieheart/ArmorStandEditor).
sonarcloud[bot] commented 2 months ago

Please retry analysis of this Pull-Request directly on SonarCloud

sonarcloud[bot] commented 2 months ago

Please retry analysis of this Pull-Request directly on SonarCloud

sonarcloud[bot] commented 2 months ago

Please retry analysis of this Pull-Request directly on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 1 day ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud