Skip to content

Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4#3300

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/towny
Sep 8, 2025
Merged

Update dependency com.palmergames.bukkit.towny:towny to v0.101.2.4#3300
renovate[bot] merged 1 commit intomainfrom
renovate/towny

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
com.palmergames.bukkit.towny:towny 0.101.2.3 -> 0.101.2.4 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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:

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the Renovate label Sep 8, 2025
@renovate renovate bot requested a review from a team as a code owner September 8, 2025 02:14
@renovate renovate bot added the Renovate label Sep 8, 2025
@renovate renovate bot enabled auto-merge (squash) September 8, 2025 02:14
@renovate renovate bot merged commit c1d5880 into main Sep 8, 2025
9 checks passed
@renovate renovate bot deleted the renovate/towny branch September 8, 2025 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants