Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2024

This PR contains the following updates:

Package Change Age Confidence
com.palmergames.bukkit.towny:towny 0.100.4.4 -> 0.101.2.5 age confidence

Release Notes

TownyAdvanced/Towny (com.palmergames.bukkit.towny:towny)

v0.101.2.5: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

  • Target Paper instead of spigot, courtesy of Warrior with PR #​7885.
    • Towny will not require Paper or one of its derivatives.
    • Towny will not start if your server uses Spigot or Craftbukkit.
    • Some plugins will not work until they are updated to no longer use the now-removed com.palmergames.adventure package.
      • Before you update Towny look at whether you use TownyResources, TownyFlight, other Towny add-on plugins, Sponsor plugins created by LlmDl.
      • If you are using these plugins do not update your Towny to 0.101.2.5 immediately.
    • Fix the paper startup check, courtesy of Warrior with PR #​7954.
    • Hide scores in scoreboard huds, courtesy of Warrior with PR #​7886.
    • Replace MethodHandles with method calls where possible, courtesy of Warrior with PR #​7887.
    • Fix offline player reflection for 1.21.9, courtesy of Warrior with PR #​7973.
    • Replace trivial streams in Town & mark as unmodifiable, courtesy of Warrior with PR #​7946.
    • Stop using Properties to load object files, preserve raw metadata for #​7925, courtesy of GoodrichDev with PR #​7935.
    • Add option to make a town's town_level determined by their townblock count, instead of resident count.
    • New Config Option: global_town_settings.town_level_is_determined_by_townblock_count_instead_of_resident_count
      • Default: false
      • When set to true, the town's TownLevel is determined by the number of townblocks the town owns, instead of the number of residents.
      • This setting will have no effect when town_block_ratio is set to 0.
    • Sort /t list by forsale by for sale price, courtesy of Warrior with PR #​7951.
    • Fix formatting for listing resident modes, courtesy of SulkyWhale with PR #​7952.
    • Improve method for preventing saturation loss in towns, courtesy of SulkyWhale with PR #​7958.

Cumulative changes since 0.101.2.0
0.101.2.4
  • Use a property for junit versions, courtesy of Warrior with PR #​7926.
  • Fix plotpreclaim cancel message, courtesy of ZapolyarnyDev with PR #​7924.
  • Fix /ta nation NAME set capital command not making sure the town in question is part of a nation or in the nation at all.
  • Add /res friend list online subcommand, courtesy of Warrior with PR #​7928.
  • New Command: /res friend list online
    • Shows you a list of online friends.
  • Fix language dash -> underscore normalization NPE, courtesy of Warrior with PR #​7929.
  • Merge the build and test actions back into one, courtesy of Warrior with PR #​7930.
  • Add LuckPerms permissions source, courtesy of Warrior with PR #​7933.
  • Add new constructor for ListDataField, courtesy of SulkyWhale with PR #​7937.
0.101.2.3
  • Suppress outlaw warning for spectators, courtesy of Warrior with PR #​7919.
  • Add PAPI Placeholders for unformatted tags for town and nation along with any overrides, courtesy of OoLunar with PR #​7917.
  • New PAPI Placeholders:
    • %townyadvanced_town_tag_unformatted% - The town tag without any formatting from the Towny config.yml.
    • %townyadvanced_town_tag_override_unformatted% - The town tag (or town name if no tag is set,) without any formatting from the Towny config.yml.
    • %townyadvanced_nation_tag_unformatted% - The nation tag without any formatting from the Towny config.yml.
    • %townyadvanced_nation_tag_override_unformatted% - The nation tag (or nation name if no tag is set,) without any formatting from the Towny config.yml.
  • Add build information to the version command, courtesy of Warrior with PR #​7914.
  • Add support for new 1.21.9 blocks, courtesy of Warrior with PR #​7913.
    • Adds support for copper golems being protected from waxing/scraping.
    • Adds support for new chests and shelves being treated as switches.
  • Automatic Config Edit:
    • ",COPPER_CHEST,COPPER_GOLEM_STATUE,SHELVES" will be added to the config.yml's switch_ids.
  • Add town & nation upkeep & neutrality payment events, courtesy of Alienn-Know & Warrior with PR #​7888.
  • New API Events:
    • NationNeutralCostPaidEvent
    • NationUpkeepCostPaidEvent
    • TownNeutralCostPaidEvent
    • TownUpkeepCostPaidEvent
  • Add Town forSaleTime for use in API, courtesy of GoodrichDev #​7908.
  • Replace AtomicReference usages in the task scheduler, courtesy of Warrior with PR #​7906.
  • Fix districts becoming un-unclaimable.
0.101.2.2
  • Fix Overclaimed Upkeep Penalty not being charged to towns which don't pay any upkeep.
  • Add permission validation for town allylist & enemylist commands, courtesy of Lemar98 with PR #​7899.
  • New permission nodes:
    • towny.command.town.allylist
    • towny.command.town.enemylist
    • Add these to the nomad section of the townyperms.yml file if you would like.
  • Add tab completions for /plot group toggle, courtesy of SulkyWhale with PR #​7897.
  • Log removed blocks with coreprotect, courtesy of Warrior with PR #​7898.
  • New Command: /res toggle ignoresinvites.
    • Allows players to automatically ignore town invites, useful for server staff.
  • New permission node: towny.command.resident.toggle.ignoreinvites
    • Child node of towny.command.resident.toggle.*, no changes to townyperms.yml required.
  • New Command /t list by forsale
    • Lists towns with a preference for towns which are currently forsale using /t forsale.
    • Closes #​7910.
  • New Permission Node: towny.command.town.list.forsale
    • Child node of towny.command.town.list.*, no changes to townyperms.yml required.
0.101.2.1
  • Send the eco prefix with rename calls to VaultUnlocked, courtesy of creatorfromhell with PR #​7878.
  • New Command: /ta eco depositalltowns [amount]
    • Deposits money to all towns.
  • New Command: /ta eco depositallnations [amount]
    • Deposits money to all nations.
  • New Permission Node: towny.command.townyadmin.eco.depositalltowns
    • Child Node of towny.command.townyadmin.eco.*.
  • New Permission Node: towny.command.townyadmin.eco.depositallnations
    • Child Node of towny.command.townyadmin.eco.*.
  • Idiot-proof the webmap URL.
  • Clear resident gui pages on logout, courtesy of Warrior with PR #​7896.
  • Allow the TownPreUnclaimEvent to no longer be fired when a town is being deleted, allowing Districts to get properly deleted when their town will no longer exist.
  • Precompute mob removal classes to entity types, courtesy of Warrior with PR #​7894.
  • Add renaming Towny ranks, courtesy of SulkyWhale with PR #​7884.
  • New Command: /ta townyperms townrank renamerank [oldrankname] [newrankname]
    • Renames a town rank to a new name.
  • New Command: /ta townyperms nationrank renamerank [oldrankname] [newrankname]
    • Renames a nation rank to a new name.
  • Always read global.yml for overrides, courtesy of Warrior with PR #​7877.
  • Config option for non-public towns to show map link, courtesy of GoodrichDev with PR #​7873.
    • Allows non-public towns to display a clickable map link in the town status screens, making it easier for players and admins to locate towns on the web map, even if the towns are private.
    • Closes #​7872.
  • New Config Option: plugin.interfacing.web_map.non_public_towns_show_map_link
    • Default: false
    • When true, non-public towns will show a link to their map location in the town status screen.
  • Add world toggle for jailing, courtesy of squeaky2137 with PR #​7863.
  • New Command: /tw toggle jailing
  • New Permission Node: towny.command.townyworld.toggle.jailing
  • New Config Option: new_world_settings.plot_management.jailing_enabled
    • Default: true
    • Sets the default setting for newly detected worlds.

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.

DrprofLuigiakup001pebblehostEblysstomhmagicjshalbrook
LuexaTurtleCraftManWoodiieScrafttechGoodrichDevcobrex1
SW1D3RSK1lexiccnarif-banaitrevor1097KeNickGongMilesBHuff
Litning11GeneralDarianBloc-kxSTORMYxSHMlukemangoEcoSMP
Theeno74Rekar7Folas1337OrbitalHareMrMirhankeijodputt
NeumimToProjectGuinnessediton96ExygleKermXTylorTurner
HippieBeakNewspoetxxThyPopeTechiriondruidmattjb0s
yurddKepZeeRaenCallistoZacharySeebeck2020Realm-Of-RhayaPookachu
MrG00s3ubobubobloanderKarl4sKr1stuX32danny
KRDuckyM4lvsminefortcomLegacyAspectDuncan56zinck78
EmperorDazedtripsittrSenterisGraffAirTesqageEarrthLegacy
FusionZ1ShermansWorldItsAkkConceptualalineamorim2424-designVznsSponsorminiliam7
WallisledRu1n0609leManiedAndyRecktjaceh555miguelhenrique29072005-creator
VIPWiktorKeKnowltonGeorgeNanceAnderssxnMomshroomgerardvanschip
Intrabit71ItzXPurpleXspikehiddenAncientSMCorruptedGreedOdin-The-All-Father
TriaieSupersmurf82NikkilectricCactusbandityurigarciiaspektrsoyuz
DrPanda123sengfuestYaBroBlackCatwatchoftarturusLupanchamAngyMine
Gl0W1EgorbyhailSexy-JuraHikitsune-RedTheNyloxand 57 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.101.2.4: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

  • Use a property for junit versions, courtesy of Warrior with PR #​7926.
    • Fix plotpreclaim cancel message, courtesy of ZapolyarnyDev with PR #​7924.
    • Fix /ta nation NAME set capital command not making sure the town in question is part of a nation or in the nation at all.
    • Add /res friend list online subcommand, courtesy of Warrior with PR #​7928.
    • New Command: /res friend list online
      • Shows you a list of online friends.
    • Fix language dash -> underscore normalization NPE, courtesy of Warrior with PR #​7929.
    • Merge the build and test actions back into one, courtesy of Warrior with PR #​7930.
    • Add LuckPerms permissions source, courtesy of Warrior with PR #​7933.
    • Add new constructor for ListDataField, courtesy of SulkyWhale with PR #​7937.

Cumulative changes since 0.101.2.0
0.101.2.3
  • Suppress outlaw warning for spectators, courtesy of Warrior with PR #​7919.
  • Add PAPI Placeholders for unformatted tags for town and nation along with any overrides, courtesy of OoLunar with PR #​7917.
  • New PAPI Placeholders:
    • %townyadvanced_town_tag_unformatted% - The town tag without any formatting from the Towny config.yml.
    • %townyadvanced_town_tag_override_unformatted% - The town tag (or town name if no tag is set,) without any formatting from the Towny config.yml.
    • %townyadvanced_nation_tag_unformatted% - The nation tag without any formatting from the Towny config.yml.
    • %townyadvanced_nation_tag_override_unformatted% - The nation tag (or nation name if no tag is set,) without any formatting from the Towny config.yml.
  • Add build information to the version command, courtesy of Warrior with PR #​7914.
  • Add support for new 1.21.9 blocks, courtesy of Warrior with PR #​7913.
    • Adds support for copper golems being protected from waxing/scraping.
    • Adds support for new chests and shelves being treated as switches.
  • Automatic Config Edit:
    • ",COPPER_CHEST,COPPER_GOLEM_STATUE,SHELVES" will be added to the config.yml's switch_ids.
  • Add town & nation upkeep & neutrality payment events, courtesy of Alienn-Know & Warrior with PR #​7888.
  • New API Events:
    • NationNeutralCostPaidEvent
    • NationUpkeepCostPaidEvent
    • TownNeutralCostPaidEvent
    • TownUpkeepCostPaidEvent
  • Add Town forSaleTime for use in API, courtesy of GoodrichDev #​7908.
  • Replace AtomicReference usages in the task scheduler, courtesy of Warrior with PR #​7906.
  • Fix districts becoming un-unclaimable.
0.101.2.2
  • Fix Overclaimed Upkeep Penalty not being charged to towns which don't pay any upkeep.
  • Add permission validation for town allylist & enemylist commands, courtesy of Lemar98 with PR #​7899.
  • New permission nodes:
    • towny.command.town.allylist
    • towny.command.town.enemylist
    • Add these to the nomad section of the townyperms.yml file if you would like.
  • Add tab completions for /plot group toggle, courtesy of SulkyWhale with PR #​7897.
  • Log removed blocks with coreprotect, courtesy of Warrior with PR #​7898.
  • New Command: /res toggle ignoresinvites.
    • Allows players to automatically ignore town invites, useful for server staff.
  • New permission node: towny.command.resident.toggle.ignoreinvites
    • Child node of towny.command.resident.toggle.*, no changes to townyperms.yml required.
  • New Command /t list by forsale
    • Lists towns with a preference for towns which are currently forsale using /t forsale.
    • Closes #​7910.
  • New Permission Node: towny.command.town.list.forsale
    • Child node of towny.command.town.list.*, no changes to townyperms.yml required.
0.101.2.1
  • Send the eco prefix with rename calls to VaultUnlocked, courtesy of creatorfromhell with PR #​7878.
  • New Command: /ta eco depositalltowns [amount]
    • Deposits money to all towns.
  • New Command: /ta eco depositallnations [amount]
    • Deposits money to all nations.
  • New Permission Node: towny.command.townyadmin.eco.depositalltowns
    • Child Node of towny.command.townyadmin.eco.*.
  • New Permission Node: towny.command.townyadmin.eco.depositallnations
    • Child Node of towny.command.townyadmin.eco.*.
  • Idiot-proof the webmap URL.
  • Clear resident gui pages on logout, courtesy of Warrior with PR #​7896.
  • Allow the TownPreUnclaimEvent to no longer be fired when a town is being deleted, allowing Districts to get properly deleted when their town will no longer exist.
  • Precompute mob removal classes to entity types, courtesy of Warrior with PR #​7894.
  • Add renaming Towny ranks, courtesy of SulkyWhale with PR #​7884.
  • New Command: /ta townyperms townrank renamerank [oldrankname] [newrankname]
    • Renames a town rank to a new name.
  • New Command: /ta townyperms nationrank renamerank [oldrankname] [newrankname]
    • Renames a nation rank to a new name.
  • Always read global.yml for overrides, courtesy of Warrior with PR #​7877.
  • Config option for non-public towns to show map link, courtesy of GoodrichDev with PR #​7873.
    • Allows non-public towns to display a clickable map link in the town status screens, making it easier for players and admins to locate towns on the web map, even if the towns are private.
    • Closes #​7872.
  • New Config Option: plugin.interfacing.web_map.non_public_towns_show_map_link
    • Default: false
    • When true, non-public towns will show a link to their map location in the town status screen.
  • Add world toggle for jailing, courtesy of squeaky2137 with PR #​7863.
  • New Command: /tw toggle jailing
  • New Permission Node: towny.command.townyworld.toggle.jailing
  • New Config Option: new_world_settings.plot_management.jailing_enabled
    • Default: true
    • Sets the default setting for newly detected worlds.

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.

DrprofLuigiakup001pebblehostEblysslukemangotomhmagic
jshalbrookLuexaTurtleCraftManWoodiieScrafttechGoodrichDev
cobrex1SW1D3RSK1lexiccnarif-banaitrevor1097KeNickGong
MilesBHuffLitning11LoJoShoGeneralDarianBloc-kxSTORMYxSHM
FireBird37EcoSMPTheeno74Rekar7Folas1337MrMirhan
keijodputtNeumimToProjectGuinnessediton96ExygleKermX
TylorTurnerHippieBeak1456o9NewspoetxxThyPopeTechirion
druidmattjb0syurddKepZeeRaenCallistoim-whar
ZacharySeebeck2020Realm-Of-RhayaPookachuHelios312Piopaw250168MrG00s3
ubobubobloanderKarl4sKr1stuX32dannyKRDucky
M4lvsminefortcomLegacyAspectDuncan56Naethu7zinck78
EmperorDazedtripsittrSenterisKiszhenGraffAirTesqage
EarrthLegacyFusionZ1ShermansWorldbenjamindu117ImEnigma2x0ItsAkkConceptual
alineamorim2424-designVznsSponsorminiliam7Wallisledyolo69-stsRu1n0609
leManiedAndyRecktjaceh555MomshroomgerardvanschipIntrabit71
ItzXPurpleXspikehiddenAncientSMCorruptedGreedOdin-The-All-FatherConquerBou
TriaieSupersmurf82NikkilectricCactusbanditAttiPlayzyurigarciia
spektrsoyuzDrPanda123stepanwrsengfuestYaBroBlackCatwatchoftarturus
LupanchamGl0W1EgorbyhailSexy-JuraSecondEarthOnlineHikitsune-Red
TheNyloxand 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.101.2.3: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

  • Suppress outlaw warning for spectators, courtesy of Warrior with PR #​7919.
    • Closes #​7918.
    • Add PAPI Placeholders for unformatted tags for town and nation along with any overrides, courtesy of OoLunar with PR #​7917.
    • New PAPI Placeholders:
      • %townyadvanced_town_tag_unformatted% - The town tag without any formatting from the Towny config.yml.
      • %townyadvanced_town_tag_override_unformatted% - The town tag (or town name if no tag is set,) without any formatting from the Towny config.yml.
      • %townyadvanced_nation_tag_unformatted% - The nation tag without any formatting from the Towny config.yml.
      • %townyadvanced_nation_tag_override_unformatted% - The nation tag (or nation name if no tag is set,) without any formatting from the Towny config.yml.
    • Add build information to the version command, courtesy of Warrior with PR #​7914.
    • Add support for new 1.21.9 blocks, courtesy of Warrior with PR #​7913.
      • Adds support for copper golems being protected from waxing/scraping.
      • Adds support for new chests and shelves being treated as switches.
    • Automatic Config Edit:
      • ",COPPER_CHEST,COPPER_GOLEM_STATUE,SHELVES" will be added to the config.yml's switch_ids.
    • Add town & nation upkeep & neutrality payment events, courtesy of Alienn-Know & Warrior with PR #​7888.
    • New API Events:
      • NationNeutralCostPaidEvent
      • NationUpkeepCostPaidEvent
      • TownNeutralCostPaidEvent
      • TownUpkeepCostPaidEvent
    • Add Town forSaleTime for use in API, courtesy of GoodrichDev #​7908.
    • Replace AtomicReference usages in the task scheduler, courtesy of Warrior with PR #​7906.
    • Fix districts becoming un-unclaimable.

Cumulative changes since 0.101.2.0
0.101.2.2
  • Fix Overclaimed Upkeep Penalty not being charged to towns which don't pay any upkeep.
  • Add permission validation for town allylist & enemylist commands, courtesy of Lemar98 with PR #​7899.
  • New permission nodes:
    • towny.command.town.allylist
    • towny.command.town.enemylist
    • Add these to the nomad section of the townyperms.yml file if you would like.
  • Add tab completions for /plot group toggle, courtesy of SulkyWhale with PR #​7897.
  • Log removed blocks with coreprotect, courtesy of Warrior with PR #​7898.
  • New Command: /res toggle ignoresinvites.
    • Allows players to automatically ignore town invites, useful for server staff.
  • New permission node: towny.command.resident.toggle.ignoreinvites
    • Child node of towny.command.resident.toggle.*, no changes to townyperms.yml required.
  • New Command /t list by forsale
    • Lists towns with a preference for towns which are currently forsale using /t forsale.
    • Closes #​7910.
  • New Permission Node: towny.command.town.list.forsale
    • Child node of towny.command.town.list.*, no changes to townyperms.yml required.
0.101.2.1
  • Send the eco prefix with rename calls to VaultUnlocked, courtesy of creatorfromhell with PR #​7878.
  • New Command: /ta eco depositalltowns [amount]
    • Deposits money to all towns.
  • New Command: /ta eco depositallnations [amount]
    • Deposits money to all nations.
  • New Permission Node: towny.command.townyadmin.eco.depositalltowns
    • Child Node of towny.command.townyadmin.eco.*.
  • New Permission Node: towny.command.townyadmin.eco.depositallnations
    • Child Node of towny.command.townyadmin.eco.*.
  • Idiot-proof the webmap URL.
  • Clear resident gui pages on logout, courtesy of Warrior with PR #​7896.
  • Allow the TownPreUnclaimEvent to no longer be fired when a town is being deleted, allowing Districts to get properly deleted when their town will no longer exist.
  • Precompute mob removal classes to entity types, courtesy of Warrior with PR #​7894.
  • Add renaming Towny ranks, courtesy of SulkyWhale with PR #​7884.
  • New Command: /ta townyperms townrank renamerank [oldrankname] [newrankname]
    • Renames a town rank to a new name.
  • New Command: /ta townyperms nationrank renamerank [oldrankname] [newrankname]
    • Renames a nation rank to a new name.
  • Always read global.yml for overrides, courtesy of Warrior with PR #​7877.
  • Config option for non-public towns to show map link, courtesy of GoodrichDev with PR #​7873.
    • Allows non-public towns to display a clickable map link in the town status screens, making it easier for players and admins to locate towns on the web map, even if the towns are private.
    • Closes #​7872.
  • New Config Option: plugin.interfacing.web_map.non_public_towns_show_map_link
    • Default: false
    • When true, non-public towns will show a link to their map location in the town status screen.
  • Add world toggle for jailing, courtesy of squeaky2137 with PR #​7863.
  • New Command: /tw toggle jailing
  • New Permission Node: towny.command.townyworld.toggle.jailing
  • New Config Option: new_world_settings.plot_management.jailing_enabled
    • Default: true
    • Sets the default setting for newly detected worlds.

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.

DrprofLuigiakup001pebblehostEblysslukemangotomhmagic
jshalbrookLuexaTurtleCraftManWoodiieScrafttechGoodrichDev
cobrex1SW1D3RSK1lexiccnarif-banaitrevor1097KeNickGong
MilesBHuffLitning11LoJoShoGeneralDarianBloc-kxSTORMYxSHM
FireBird37EcoSMPTheeno74Rekar7Folas1337MrMirhan
keijodputtNeumimToProjectGuinnessediton96ExygleKermX
TylorTurnerHippieBeak1456o9NewspoetxxThyPopeTechirion
druidmattjb0syurddKepZeeRaenCallistoim-whar
ZacharySeebeck2020Realm-Of-RhayaPookachuHelios312Piopaw250168MrG00s3
ubobubobloanderonehndpercentKarl4sSkittlez420ozKr1stuX
32dannyExternalABXKRDuckyM4lvsminefortcomLegacyAspect
SkyestryderDuncan56Naethu7zinck78EmperorDazedrespect0
tripsittrSenterisKiszhenGraffAirNowAidanTristanye-ux
TesqageEarrthLegacyFusionZ1ShermansWorldbenjamindu117ImEnigma2x0
ItsAkkConceptualalineamorim2424-designVznsSponsorminiliam7Wallisledyolo69-sts
Ru1n0609MomshroomgerardvanschipIntrabit71ItzXPurpleXspikehidden
AncientSMCorruptedGreedOdin-The-All-FatherConquerBouTriaieSupersmurf82
NikkilectricCactusbanditAttiPlayzyurigarciiaspektrsoyuzDrPanda123
stepanwrsengfuestYaBroBlackCatwatchoftarturusLupanchamGl0W1E
gorbyhailSexy-JuraSecondEarthOnlineHikitsune-RedTheNyloxand 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.101.2.2: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

  • Fix Overclaimed Upkeep Penalty not being charged to towns which don't pay any upkeep.
    • Add permission validation for town allylist & enemylist commands, courtesy of Lemar98 with PR #​7899.
    • New permission nodes:
      • towny.command.town.allylist
      • towny.command.town.enemylist
      • Add these to the nomad section of the townyperms.yml file if you would like.
    • Add tab completions for /plot group toggle, courtesy of SulkyWhale with PR #​7897.
    • Log removed blocks with coreprotect, courtesy of Warrior with PR #​7898.
    • New Command: /res toggle ignoresinvites.
      • Allows players to automatically ignore town invites, useful for server staff.
    • New permission node: towny.command.resident.toggle.ignoreinvites
      • Child node of towny.command.resident.toggle.*, no changes to townyperms.yml required.
    • New Command /t list by forsale
      • Lists towns with a preference for towns which are currently forsale using /t forsale.
      • Closes #​7910.
    • New Permission Node: towny.command.town.list.forsale
      • Child node of towny.command.town.list.*, no changes to townyperms.yml required.

Cumulative changes since 0.101.2.0
0.101.2.1
  • Send the eco prefix with rename calls to VaultUnlocked, courtesy of creatorfromhell with PR #​7878.
  • New Command: /ta eco depositalltowns [amount]
    • Deposits money to all towns.
  • New Command: /ta eco depositallnations [amount]
    • Deposits money to all nations.
  • New Permission Node: towny.command.townyadmin.eco.depositalltowns
    • Child Node of towny.command.townyadmin.eco.*.
  • New Permission Node: towny.command.townyadmin.eco.depositallnations
    • Child Node of towny.command.townyadmin.eco.*.
  • Idiot-proof the webmap URL.
  • Clear resident gui pages on logout, courtesy of Warrior with PR #​7896.
  • Allow the TownPreUnclaimEvent to no longer be fired when a town is being deleted, allowing Districts to get properly deleted when their town will no longer exist.
  • Precompute mob removal classes to entity types, courtesy of Warrior with PR #​7894.
  • Add renaming Towny ranks, courtesy of SulkyWhale with PR #​7884.
  • New Command: /ta townyperms townrank renamerank [oldrankname] [newrankname]
    • Renames a town rank to a new name.
  • New Command: /ta townyperms nationrank renamerank [oldrankname] [newrankname]
    • Renames a nation rank to a new name.
  • Always read global.yml for overrides, courtesy of Warrior with PR #​7877.
  • Config option for non-public towns to show map link, courtesy of GoodrichDev with PR #​7873.
    • Allows non-public towns to display a clickable map link in the town status screens, making it easier for players and admins to locate towns on the web map, even if the towns are private.
    • Closes #​7872.
  • New Config Option: plugin.interfacing.web_map.non_public_towns_show_map_link
    • Default: false
    • When true, non-public towns will show a link to their map location in the town status screen.
  • Add world toggle for jailing, courtesy of squeaky2137 with PR #​7863.
  • New Command: /tw toggle jailing
  • New Permission Node: towny.command.townyworld.toggle.jailing
  • New Config Option: new_world_settings.plot_management.jailing_enabled
    • Default: true
    • Sets the default setting for newly detected worlds.

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.

DrprofLuigiakup001pebblehostEblysslukemangotomhmagic
jshalbrookLuexaTurtleCraftManWoodiieScrafttechGoodrichDev
cobrex1SW1D3RSK1lexiccnarif-banaitrevor1097KeNickGong
MilesBHuffLitning11LoJoShoGeneralDarianBloc-kxSTORMYxSHM
FireBird37EcoSMPTheeno74Rekar7Folas1337MrMirhan
keijodputtNeumimToProjectGuinnessediton96ExygleKermX
TylorTurnerHippieBeak1456o9NewspoetxxThyPopeTechirion
druidmattjb0syurddKepZeeRaenCallistoim-whar
ZacharySeebeck2020Realm-Of-RhayaPookachuHelios312Piopaw250168MrG00s3
ubobubobloanderonehndpercentKarl4sSkittlez420ozKr1stuX
32dannyExternalABXKRDuckyM4lvsminefortcomLegacyAspect
SkyestryderDuncan56Naethu7EmperorDazedrespect0tripsittr
SenterisKiszhenGraffAirNowAidanTristanye-uxTesqage
EarrthLegacyFusionZ1ShermansWorldbenjamindu117ImEnigma2x0ItsAkkConceptual
alineamorim2424-designVznsSponsorMomshroomgerardvanschipIntrabit71ItzXPurpleX
spikehiddenAncientSMCorruptedGreedOdin-The-All-FatherConquerBouTriaie
Supersmurf82NikkilectricCactusbanditAttiPlayzyurigarciiaspektrsoyuz
DrPanda123stepanwrsengfuestYaBroBlackCatwatchoftarturusLupancham
Gl0W1EgorbyhailSexy-JuraSecondEarthOnlineHikitsune-RedTheNylox
JustoPlayzand 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.101.2.1: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

  • Send the eco prefix with rename calls to VaultUnlocked, courtesy of creatorfromhell with PR #​7878.
    • New Command: /ta eco depositalltowns [amount]
      • Deposits money to all towns.
    • New Command: /ta eco depositallnations [amount]
      • Deposits money to all nations.
    • New Permission Node: towny.command.townyadmin.eco.depositalltowns
      • Child Node of towny.command.townyadmin.eco.*.
    • New Permission Node: towny.command.townyadmin.eco.depositallnations
      • Child Node of towny.command.townyadmin.eco.*.
    • Idiot-proof the webmap URL.
    • Clear resident gui pages on logout, courtesy of Warrior with PR #​7896.
    • Allow the TownPreUnclaimEvent to no longer be fired when a town is being deleted, allowing Districts to get properly deleted when their town will no longer exist.
    • Precompute mob removal classes to entity types, courtesy of Warrior with PR #​7894.
    • Add renaming Towny ranks, courtesy of SulkyWhale with PR #​7884.
    • New Command: /ta townyperms townrank renamerank [oldrankname] [newrankname]
      • Renames a town rank to a new name.
    • New Command: /ta townyperms nationrank renamerank [oldrankname] [newrankname]
      • Renames a nation rank to a new name.
    • Always read global.yml for overrides, courtesy of Warrior with PR #​7877.
    • Config option for non-public towns to show map link, courtesy of GoodrichDev with PR #​7873.
      • Allows non-public towns to display a clickable map link in the town status screens, making it easier for players and admins to locate towns on the web map, even if the towns are private.
      • Closes #​7872.
    • New Config Option: plugin.interfacing.web_map.non_public_towns_show_map_link
      • Default: false
      • When true, non-public towns will show a link to their map location in the town status screen.
    • Add world toggle for jailing, courtesy of squeaky2137 with PR #​7863.
    • New Command: /tw toggle jailing
    • New Permission Node: towny.command.townyworld.toggle.jailing
    • New Config Option: new_world_settings.plot_management.jailing_enabled
      • Default: true
      • Sets the default setting for newly detected worlds.

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.

DrprofLuigiakup001pebblehostEblysslukemangotomhmagic
jshalbrookLuexaWoodiieScrafttechGoodrichDevcobrex1
SW1D3RSK1lexiccnarif-banaitrevor1097KeNickGongMilesBHuff
Litning11LoJoShoTegulaThePigBloc-kflare2121xSTORMYxSHM
FireBird37EcoSMPTheeno74Rekar7Folas1337MrMirhan
keijodputtNeumimToProjectGuinnessediton96ExygleKermX
TylorTurnerHippieBeakNewspoetxxThyPopeTechiriondruidmatt
jb0syurddKepZeeRaenCallistoim-wharZacharySeebeck2020
Realm-Of-RhayaPookachuHelios312Piopaw250168MrG00s3ubobubob
loanderonehndpercentKarl4sKr1stuX32dannyExternalABX
KRDuckyM4lvsminefortcomLegacyAspectSkyestryderDuncan56
Naethu7EmperorDazedrespect0tripsittrSenterisgabfuken
KiszhenGraffAirNowAidanTristanye-uxTesqageEarrthLegacy
FusionZ1ShermansWorlddigiloudisbenjamindu117ImEnigma2x0ItsAkkConceptual
MomshroomgerardvanschipIntrabit71ItzXPurpleXspikehiddenAncientSM
CorruptedGreedOdin-The-All-FatherConquerBouTriaieSupersmurf82Nikkilectric
CactusbandityurigarciiaspektrsoyuzDrPanda123TwizzyCodezstepanwr
sengfuestYaBroBlackCatwatchoftarturusLupanchamGl0W1Egorbyhail
Sexy-JuraBattleBornPMCSecondEarthOnlineHikitsune-RedHHiddenTheNylox
JustoPlayzand 55 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.101.2.0: for MC 1.19.* & 1.20.* & 1.21.*

Compare Source

Towny Advanced 0.101.2.0


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from rainbowdashlabs October 15, 2024 16:10
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from b866752 to 6db193c Compare October 27, 2024 21:26
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.5 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.7 Oct 27, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 6db193c to 1edbf93 Compare October 31, 2024 01:37
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.7 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.9 Oct 31, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 1edbf93 to c1de7c1 Compare November 6, 2024 04:55
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.9 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.11 Nov 6, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from c1de7c1 to 70f5271 Compare November 12, 2024 03:36
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.11 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.12 Nov 12, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 70f5271 to a5ab917 Compare November 14, 2024 03:32
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.12 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.13 Nov 14, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from a5ab917 to c87de04 Compare November 25, 2024 12:50
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.13 Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.14 Nov 25, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from c87de04 to bb2d70b Compare November 29, 2024 13:05
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.100.4.14 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.0 Nov 29, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from bb2d70b to 1316213 Compare December 1, 2024 04:23
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.0 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.1 Dec 1, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 1316213 to dafa6f0 Compare December 1, 2024 06:49
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.1 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.0 Dec 1, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from dafa6f0 to 85dc274 Compare December 1, 2024 15:54
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.0 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.1 Dec 1, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 85dc274 to 58a6328 Compare December 3, 2024 13:29
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.1 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.2 Dec 3, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 58a6328 to 709de3a Compare December 11, 2024 16:08
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.2 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.3 Dec 11, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 709de3a to 68194bc Compare December 27, 2024 19:23
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.3 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.4 Dec 27, 2024
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 68194bc to fd00de5 Compare January 6, 2025 20:36
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.4 Update dependency com.palmergames.bukkit.towny:towny to v0.101.0.5 Jan 6, 2025
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.15 Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.14 Jul 1, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 29cbd09 to 86b8205 Compare July 2, 2025 21:43
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.14 Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.15 Jul 2, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 86b8205 to 5e87ba2 Compare July 3, 2025 04:33
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.15 Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.14 Jul 3, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 5e87ba2 to 7f5a460 Compare July 3, 2025 12:33
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.14 Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.15 Jul 3, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 7f5a460 to 2d1949c Compare July 11, 2025 18:30
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.15 Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.16 Jul 11, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 2d1949c to bf90f4e Compare July 13, 2025 17:35
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.1.16 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.0 Jul 13, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from bf90f4e to 0c4db11 Compare August 1, 2025 01:05
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.0 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.1 Aug 1, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 0c4db11 to f5a2869 Compare August 14, 2025 11:42
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.1 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.2 Aug 14, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from f5a2869 to 5b8ba73 Compare August 25, 2025 14:22
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.2 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.3 Aug 25, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 5b8ba73 to 0430d95 Compare August 26, 2025 01:03
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.3 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.2 Aug 26, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 0430d95 to ec34d9e Compare August 26, 2025 17:38
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.2 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.3 Aug 26, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from ec34d9e to 2d292ba Compare September 6, 2025 18:54
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.3 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4 Sep 6, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from 2d292ba to a2ffcbd Compare October 2, 2025 08:52
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.5 Oct 2, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from a2ffcbd to bae6479 Compare October 2, 2025 17:52
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.5 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4 Oct 2, 2025
@renovate renovate bot force-pushed the deps/com.palmergames.bukkit.towny-towny-0.x branch from bae6479 to 8581192 Compare October 2, 2025 20:52
@renovate renovate bot changed the title Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4 Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.5 Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants