Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.palmergames.bukkit.towny:towny to v0.98.2.6 #82

Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 21, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

TownyAdvanced/Towny

v0.98.2.6

Compare Source

  • API: Add TownPreRuinEvent.
    • A cancellable event that prevents a town from being into a Ruined status.
    • When cancelled the town is instead sent to be deleted.
    • Fix README typo re: 1.19 version number, courtesy of AToska21 with PR #​5983. (First-Time Contributor!)
    • Check if economy is enabled in town plots command, courtesy of Warriorrrr with PR #​5985.

Cumulative changes since 0.98.2.0
0.98.2.5
  • Fix nation tax message using inputed amount instead of what the taxes were actually set to, courtesy of partydev with PR #​5974. (First-Time Contributor!)
  • Fix teleport costs being refunded out of thin air.
  • Fix possible stackoverflow exception for translations, courtesy of Warriorrrr with PR #​5976.
  • Protect the economy plugin being asked for bank balances during listing.
  • Protect borders from sculk spread, if the server is using a new enough version of spigot, which has fixed the API.
    • Spigot built June 20, 2022 and onwards will see the smarter sculk-spread logic.
    • The recently added protection.prevent_sculk_spread_in_mobs_off_locations will have no effect on servers which are up to date.
0.98.2.4
  • Fix nation upkeep string not being translated on /towny prices.
  • API: Add #getBoundingBox(), #getUpperMostCornerLocation(), #getLowerMostCornerLocation() to WorldCoord.
  • Update mayor and previous mayor cache and perms when /ta set mayor is used.
  • Improve accuracy of PreNewTownEvent#getTownLocation, courtesy of Warriorrrr with PR #​5952.
  • Always consider en-US an enabled language in Towny, so that add-on plugins missing languages will still function.
  • Specify Locale.ROOT when we're using toUpperCase() in a few classes.
MC 1.19 Compatibility
  • Update adventure bukkit to 4.1.1, courtesy of Warriorrrr with PR #​5961.
  • Fix chest boats being breakable/stealable, courtesy of Warriorrrr with PR #​5960.
  • Prevent Sculk spread in areas where Towny removes mobs.
    • This is likely a temporary measure, until there's a way to determine where the sculk spread is coming from.
  • New Config Option: protection.prevent_sculk_spread_in_mobs_off_locations
    • Default: true
    • When set to true, sculk will not spread into areas which have mobs disabled.
    • This uses the wildernessmobs world setting when in the Towny wilderness.
    • This might be a temporary setting until there is an API for sculk spread.
  • API: Add TownyAPI#areMobsEnabled(Location)
    • Returns true if Towny would let a mob exist at the location.
0.98.2.3
  • Add specific denial messages to nation and town spawn when the server has public spawning disabled entirely.
  • Bump language file to 0.151.
  • Save a town when it becomes a nation capital, making sure that their potentially-new peaceful/neutral status is also saved.
  • Make respawn anchors respect the deny bed use option, courtesy of Warriorrrr with #​5942.
  • API: add NewDayTaxAndUpkeepPreCollectionEvent.
    • Cancellable event that can prevent Towny from collecting any tax or upkeep.
0.98.2.2
  • Add new ItemLists for plants, ores, saplings, trees & leaves.
  • Add new ItemLists for doors, signs, torches, beds and skulls.
  • Make Material set loader for TownyWorld's Material lists be able to load ItemLists Groups.
    • The Config's lists for default new worlds can now be much shorter.
    • New configs will use the groupings.
  • Fix CooldownTimerTask not running by default.
  • Enhance CooldownTimerTask for readability, track town and nation cooldowns by their UUIDs.
  • Fix CooldownTimerTask for neutrality on nations and towns not starting.
  • Fix Arena plot setting not checking for a town pvp cooldown.
  • Fix potential NPE in towny:insidetown luckperms context.
0.98.2.1
  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxcigamingKeNickGongMilesBHuff
pebblehostAkiranyaBamBamTheEggmanNoikzGamingTakeoRenka
LordHenryVonHenrySolarCivLitning11SkapMCJannies
LemuridaeeReEvadereqckcatroflmarvbeabuenodev
LoJoShobenjamin1313ThePontificateAllieDragonTegulaThePig
benlmyersKjellWolfCalestonDynamite99bloctown
TuckerAndrews3darthpetiPixelJames22CboxheroWillysHub
ColbertoSwagertoAgalothMille12313LaBoulangerieMrSneakyGuy
EblyssBurgBoiakup001Intrabit71VexfulNiko
MetaverseRPNKawadaJPfinder1793mattematti2gladmountain
5zvkrazzysinghhavencraftmcTokusieBloc-k
flare2121EchoGravitySW1D3RSK1PeskdtxSTORMYxSHM
bdagenais2DantexdetxtraplineFauultySpellRenoldHenold
TamaKaiNyaAnachroSoftechterSupJLaughingspadeMightyMat
0xBitMCAlessioGrLightNing002Kamen9981Valerie2308
Zee1029ethsmithWextraSanictrDownsurge
lukemangoand 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.5

Compare Source

  • Fix nation tax message using inputed amount instead of what the taxes were actually set to, courtesy of partydev with PR #​5974. (First-Time Contributor!)
    • Fix teleport costs being refunded out of thin air.
    • Fix possible stackoverflow exception for translations, courtesy of Warriorrrr with PR #​5976.
    • Protect the economy plugin being asked for bank balances during listing.
    • Protect borders from sculk spread, if the server is using a new enough version of spigot, which has fixed the API.
      • Spigot built June 20, 2022 and onwards will see the smarter sculk-spread logic.
      • The recently added protection.prevent_sculk_spread_in_mobs_off_locations will have no effect on servers which are up to date.

Cumulative changes since 0.98.2.0
0.98.2.4
  • Fix nation upkeep string not being translated on /towny prices.
  • API: Add #getBoundingBox(), #getUpperMostCornerLocation(), #getLowerMostCornerLocation() to WorldCoord.
  • Update mayor and previous mayor cache and perms when /ta set mayor is used.
  • Improve accuracy of PreNewTownEvent#getTownLocation, courtesy of Warriorrrr with PR #​5952.
  • Always consider en-US an enabled language in Towny, so that add-on plugins missing languages will still function.
  • Specify Locale.ROOT when we're using toUpperCase() in a few classes.
MC 1.19 Compatibility
  • Update adventure bukkit to 4.1.1, courtesy of Warriorrrr with PR #​5961.
  • Fix chest boats being breakable/stealable, courtesy of Warriorrrr with PR #​5960.
  • Prevent Sculk spread in areas where Towny removes mobs.
    • This is likely a temporary measure, until there's a way to determine where the sculk spread is coming from.
  • New Config Option: protection.prevent_sculk_spread_in_mobs_off_locations
    • Default: true
    • When set to true, sculk will not spread into areas which have mobs disabled.
    • This uses the wildernessmobs world setting when in the Towny wilderness.
    • This might be a temporary setting until there is an API for sculk spread.
  • API: Add TownyAPI#areMobsEnabled(Location)
    • Returns true if Towny would let a mob exist at the location.
0.98.2.3
  • Add specific denial messages to nation and town spawn when the server has public spawning disabled entirely.
  • Bump language file to 0.151.
  • Save a town when it becomes a nation capital, making sure that their potentially-new peaceful/neutral status is also saved.
  • Make respawn anchors respect the deny bed use option, courtesy of Warriorrrr with #​5942.
  • API: add NewDayTaxAndUpkeepPreCollectionEvent.
    • Cancellable event that can prevent Towny from collecting any tax or upkeep.
0.98.2.2
  • Add new ItemLists for plants, ores, saplings, trees & leaves.
  • Add new ItemLists for doors, signs, torches, beds and skulls.
  • Make Material set loader for TownyWorld's Material lists be able to load ItemLists Groups.
    • The Config's lists for default new worlds can now be much shorter.
    • New configs will use the groupings.
  • Fix CooldownTimerTask not running by default.
  • Enhance CooldownTimerTask for readability, track town and nation cooldowns by their UUIDs.
  • Fix CooldownTimerTask for neutrality on nations and towns not starting.
  • Fix Arena plot setting not checking for a town pvp cooldown.
  • Fix potential NPE in towny:insidetown luckperms context.
0.98.2.1
  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxcigamingKeNickGongMilesBHuff
pebblehostAkiranyaBamBamTheEggmanNoikzGamingTakeoRenka
LordHenryVonHenrySolarCivLitning11SkapMCJannies
LemuridaeeReEvadereqckcatroflmarvbeabuenodev
LoJoShobenjamin1313ThePontificateAllieDragonTegulaThePig
benlmyersKjellWolfCalestonDynamite99bloctown
TuckerAndrews3darthpetiPixelJames22CboxheroWillysHub
ColbertoSwagertoAgalothMille12313LaBoulangerieMrSneakyGuy
EblyssBurgBoiakup001Intrabit71VexfulNiko
MetaverseRPNKawadaJPfinder1793mattematti2gladmountain
5zvkrazzysinghhavencraftmcTokusieBloc-k
flare2121EchoGravitySW1D3RSK1PeskdtxSTORMYxSHM
bdagenais2DantexdetxtraplineFauultySpellRenoldHenold
TamaKaiNyaAnachroSoftechterSupJLaughingspadeMightyMat
0xBitMCAlessioGrLightNing002Kamen9981Valerie2308
Zee1029ethsmithWextraSanictrDownsurge
lukemangoand 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.4

Compare Source

  • Fix nation upkeep string not being translated on /towny prices.
    • Closes #​5949.
    • API: Add #getBoundingBox(), #getUpperMostCornerLocation(), #getLowerMostCornerLocation() to WorldCoord.
    • Update mayor and previous mayor cache and perms when /ta set mayor is used.
    • Improve accuracy of PreNewTownEvent#getTownLocation, courtesy of Warriorrrr with PR #​5952.
    • Always consider en-US an enabled language in Towny, so that add-on plugins missing languages will still function.
    • Specify Locale.ROOT when we're using toUpperCase() in a few classes.
MC 1.19 Compatibility
  • Update adventure bukkit to 4.1.1, courtesy of Warriorrrr with PR #​5961.
  • Fix chest boats being breakable/stealable, courtesy of Warriorrrr with PR #​5960.
  • Prevent Sculk spread in areas where Towny removes mobs.
    • This is likely a temporary measure, until there's a way to determine where the sculk spread is coming from.
  • New Config Option: protection.prevent_sculk_spread_in_mobs_off_locations
    • Default: true
    • When set to true, sculk will not spread into areas which have mobs disabled.
    • This uses the wildernessmobs world setting when in the Towny wilderness.
    • This might be a temporary setting until there is an API for sculk spread.
  • API: Add TownyAPI#areMobsEnabled(Location)
    • Returns true if Towny would let a mob exist at the location.

Cumulative changes since 0.98.2.0
0.98.2.3
  • Add specific denial messages to nation and town spawn when the server has public spawning disabled entirely.
  • Bump language file to 0.151.
  • Save a town when it becomes a nation capital, making sure that their potentially-new peaceful/neutral status is also saved.
  • Make respawn anchors respect the deny bed use option, courtesy of Warriorrrr with #​5942.
  • API: add NewDayTaxAndUpkeepPreCollectionEvent.
    • Cancellable event that can prevent Towny from collecting any tax or upkeep.
0.98.2.2
  • Add new ItemLists for plants, ores, saplings, trees & leaves.
  • Add new ItemLists for doors, signs, torches, beds and skulls.
  • Make Material set loader for TownyWorld's Material lists be able to load ItemLists Groups.
    • The Config's lists for default new worlds can now be much shorter.
    • New configs will use the groupings.
  • Fix CooldownTimerTask not running by default.
  • Enhance CooldownTimerTask for readability, track town and nation cooldowns by their UUIDs.
  • Fix CooldownTimerTask for neutrality on nations and towns not starting.
  • Fix Arena plot setting not checking for a town pvp cooldown.
  • Fix potential NPE in towny:insidetown luckperms context.
0.98.2.1
  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxPestoNotPastacigamingKeNickGong
MilesBHuffpebblehostAkiranyaBamBamTheEggmanNoikzGaming
TakeoRenkaLordHenryVonHenrySolarCivLitning11SkapMC
JanniesLemuridaeeReEvadereqckcatroflmarv
beabuenodevLoJoShobenjamin1313ThePontificateAllieDragon
TegulaThePigbenlmyersKjellWolfCalestonDynamite99
bloctownTuckerAndrews3darthpetiPixelJames22Cboxhero
WillysHubDefinitelyNotPestoColbertoSwagertoAgalothMille12313
LaBoulangerieMrSneakyGuyEblyssBurgBoiakup001
Intrabit71VexfulNikoMetaverseRPNKawadaJPfinder1793
mattematti2gladmountainPosvite5zvkrazzysingh
havencraftmcTokusieBloc-kflare2121EchoGravity
SW1D3RSK1PeskdtxSTORMYxSHMbdagenais2Dantexde
txtraplineFauultySpellRenoldHenoldTamaKaiNyaAnachroSoft
echterSupJLaughingspadeMightyMat0xBitMCAlessioGr
LightNing002Kamen9981Valerie2308Zee1029ethsmith
WextraSanictrand 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.3

Compare Source

  • Add specific denial messages to nation and town spawn when the server has public spawning disabled entirely.
    • Closes #​5940.
    • Bump language file to 0.151.
    • Save a town when it becomes a nation capital, making sure that their potentially-new peaceful/neutral status is also saved.
    • Make respawn anchors respect the deny bed use option, courtesy of Warriorrrr with #​5942.
    • API: add NewDayTaxAndUpkeepPreCollectionEvent.
      • Cancellable event that can prevent Towny from collecting any tax or upkeep.

Cumulative changes since 0.98.2.0
0.98.2.2
  • Add new ItemLists for plants, ores, saplings, trees & leaves.
  • Add new ItemLists for doors, signs, torches, beds and skulls.
  • Make Material set loader for TownyWorld's Material lists be able to load ItemLists Groups.
    • The Config's lists for default new worlds can now be much shorter.
    • New configs will use the groupings.
  • Fix CooldownTimerTask not running by default.
  • Enhance CooldownTimerTask for readability, track town and nation cooldowns by their UUIDs.
  • Fix CooldownTimerTask for neutrality on nations and towns not starting.
  • Fix Arena plot setting not checking for a town pvp cooldown.
  • Fix potential NPE in towny:insidetown luckperms context.
0.98.2.1
  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxPestoNotPastacigamingKeNickGong
MilesBHuffpebblehostAkiranyaBamBamTheEggmanNoikzGaming
TakeoRenkaLordHenryVonHenrySolarCivLitning11SkapMC
JanniesLemuridaeeReEvadereqckcatroflmarv
beabuenodevLoJoShobenjamin1313ThePontificateAllieDragon
TegulaThePigbenlmyersKjellWolfCalestonDynamite99
bloctownTuckerAndrews3darthpetiPixelJames22Cboxhero
WillysHubDefinitelyNotPestoColbertoSwagertoAgalothMille12313
LaBoulangerieMrSneakyGuyEblyssBurgBoiakup001
Intrabit71VexfulNikoMetaverseRPNKawadaJPfinder1793
mattematti2gladmountainPosvite5zvkrazzysingh
havencraftmcTokusieBloc-kflare2121EchoGravity
SW1D3RSK1PeskdtxSTORMYxSHMbdagenais2Dantexde
txtraplineFauultySpellRenoldHenoldTamaKaiNyaAnachroSoft
echterSupJLaughingspadeMightyMat0xBitMCAlessioGr
LightNing002Kamen9981Valerie2308and 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.2

Compare Source

  • Add new ItemLists for plants, ores, saplings, trees & leaves.
    • Add new ItemLists for doors, signs, torches, beds and skulls.
    • Make Material set loader for TownyWorld's Material lists be able to load ItemLists Groups.
      • The Config's lists for default new worlds can now be much shorter.
      • New configs will use the groupings.
    • Fix CooldownTimerTask not running by default.
    • Enhance CooldownTimerTask for readability, track town and nation cooldowns by their UUIDs.
    • Fix CooldownTimerTask for neutrality on nations and towns not starting.
    • Fix Arena plot setting not checking for a town pvp cooldown.
    • Fix potential NPE in towny:insidetown luckperms context.

Cumulative changes since 0.98.2.0
0.98.2.1
  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxPestoNotPastacigamingKeNickGong
MilesBHuffpebblehostAkiranyaBamBamTheEggmanNoikzGaming
TakeoRenkaLordHenryVonHenrySolarCivLitning11SkapMC
JanniesLemuridaeeReEvadereqckcatroflmarv
beabuenodevLoJoShobenjamin1313ThePontificateAllieDragon
TegulaThePigbenlmyersKjellWolfCalestonDynamite99
bloctownTuckerAndrews3darthpetiPixelJames22Cboxhero
WillysHubDefinitelyNotPestoColbertoSwagertoAgalothMille12313
LaBoulangerieMrSneakyGuyEblyssBurgBoiakup001
Intrabit71VexfulNikoMetaverseRPNKawadaJPfinder1793
mattematti2gladmountainPosvite5zvkrazzysingh
havencraftmcmaarslangeTokusieBloc-kflare2121
EchoGravitySW1D3RSK1PeskdtxSTORMYxSHMbdagenais2
DantexdetxtraplineFauultySpellRenoldHenoldTamaKaiNya
AnachroSoftechterSupJLaughingspadeMightyMat0xBitMC
AlessioGrand 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.1

Compare Source

  • Fix potential comod error during mob removal, courtesy of Warriorrrr with #​5930.

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxPestoNotPastacigamingKeNickGong
MilesBHuffpebblehostAkiranyaBamBamTheEggmanNoikzGaming
TakeoRenkaLordHenryVonHenrySolarCivLitning11SkapMC
JanniesLemuridaeeReEvadereqckcatroflmarv
beabuenodevLoJoShobenjamin1313ThePontificateAllieDragon
TegulaThePigbenlmyersKjellWolfCalestonDynamite99
bloctownTuckerAndrews3darthpetiPixelJames22Cboxhero
WillysHubDefinitelyNotPestoColbertoSwagertoAgalothMille12313
LaBoulangerieMrSneakyGuyEblyssBurgBoiakup001
Intrabit71VexfulNikoMetaverseRPNKawadaJPfinder1793
mattematti2gladmountainPosvite5zvkrazzysingh
havencraftmcmaarslangeTokusieBloc-kflare2121
EchoGravitySW1D3RSK1PeskdtxSTORMYxSHMLDRAGOD
bdagenais2DantexdetxtraplineFauultySpellRenoldHenold
TamaKaiNyaAnachroSoftechterSupJLaughingspadeMightyMat
0xBitMCAlessioGrand 13 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .jar file in the Assets section below:

v0.98.2.0

Compare Source

Towny Advanced 0.98.2.0

##### Release contains: Towny 0.98.2.0 TownyChat 0.96

Welcome to Towny 0.98.2.0.
Towny 0.98.2.0 is the third release in the 0.98.*.* series!
This release adds a couple of very nice things including Plot Type caching, things made async and many quality of life changes.
This release fixes a fair number of bugs too, so you should be updating to this drag-and-drop release as soon as possible.
This version supports Minecraft 1.16 and newer.
This is a drag-and-drop update: just replace your old .jars with the new ones and Towny will take care of the rest of the update by itself.
➕ Added (25)
#### ➕ Added:
  • Add Plot type caching for towns.
    • Towns now keep track of how many plots of each type, their forsale and hasresident status in memory.
    • This opens the door to a new set of features based on plot types.
  • Replace references to Kings in the english language files with the word Leader or Nation Leader.
    • Nation king commands now include aliases for leader.
    • Leader is now a banned town and nation name.
  • Add confirmation to /ta reset.
  • Drop support for MC 1.14.* and 1.15.*.
  • Add REMOVE MigrationType to ConfigMigrator.
  • Add warning message on login telling players they are in fact bankrupt.
  • Add new asmayorinunowned permission node, courtesy of Warriorrrr with PR #​5836.
  • Update townyperms comment, courtesy of Warriorrrr with PR #​5841.
  • Improve hibernated residents loading, courtesy of Warriorrrr with PR #​5840
  • Open baltop book synchronously, courtesy of Warriorrrr with PR #​5861.
  • Cache towny time, courtesy of Warriorrrr with PR #​5859.
  • Add descriptive error if Towny is being shaded, courtesy of Warriorrrr with #​5864.
  • Check player name async on login, courtesy of Warriorrrr with PR #​5900.
  • Allow specific luckperms contexts to be disabled, courtesy of Warriorrrr with PR #​5898.
  • Protect against cauldron filling/emptying, courtesy of Warriorrrr with PR #​5901.
  • Show ally requests to players with accept permissions, courtesy of Warriorrrr with PR #​5903.
  • Add option to disable pickups while under respawn protection, courtesy of Warriorrrr with PR #​5902.
  • Add player name to /t claim withdraw reason, courtesy of Warriorrrr with PR #​5922.
  • Make the mob removal task partially async, courtesy of Warriorrrr with PR #​5918.
  • Add AccountAuditor#getTransactions, courtesy of Warriorrrr with PR #​5914.
  • Add NationPreAddAllyEvent, courtesy of galacticwarrior9 with PR #​5832.
  • Let admins bypass nation capital checks with confirmation, courtesy of Gamer153 with PR #​5834.
  • New time-related placeholders till New Day, courtesy of LoJoSho with PR #​5856. (First-Time Contributor!)
  • Add Town & Nation LuckPerms Contexts courtesy of Galster-dev, with PR #​5883. (First-Time Contributor!)
    • These are contexts that apply per-town and per-nation, making it possible to give permissions to a single Town's members etc.
  • Add plot types component to the town status screen, courtesy of Altruiis with PR #​5905. (First-Time Contributor!)

➕ Automatic Config Edits (1)
#### ➕ Towny will automatically edit the following settings in your config and existing worlds - Add missing SUGAR_CANE to unclaimed zone ignore materials.
✨ Command Changes (3)
✨ New Commands (3) #### ✨ New Commands:
  • /res toggle bordertitles
    • Allows a player to turn on/off the Title messages seen when entering/leaving a town, when using_titles is true in the config.
    • Closes #​5767.
  • /ta checkoutposts
    • Checks all the towns on the server for invalid outposts spawns, removing any that aren't within the town.
  • /ta town TOWNNAME checkoutposts
    • Checks the outpost spawns for a single town, removing any that aren't within the town.

❌ Removed Commands (0) #### ❌ Removed Commands: - None.

📕 Config Changes (2)
📕 New Config Options (2) #### 📕 New Config Options: ##### These new settings will be added to your config with their default settings. - plugin.interfacing.enabled_contexts - Default: "*" - Configure what contexts to enable/disable here, contexts must be separated by a comma. - Available contexts: towny:resident, towny:mayor, towny:king, towny:insidetown, towny:insideowntown, towny:insideownplot, towny:townrank, towny:nationrank, towny:town, towny:nation - global_town_settings.respawn_protection.allow_pickup - Default: true - If disabled, players will not be able to pickup items while under respawn protection.
❌ Removed Config Options (0) #### ❌ Removed Config Options: - None.

🔑 Permission Node Changes (3)
🔑 New Permission Nodes (3) #### 🔑 New Permission Nodes: **No change required in townyperms.yml.** - towny.command.plot.asmayorinunowned - Meant for an assistant-like rank, allowing them permission to complete mayor-like tasks, but only in town-owned plots with no resident owning said plots. - These tasks include: - managing plot groups, - putting plots for sale, not for sale, - altering jail cells, - using /plot perm add|remove, - using /plot trust add|remove - This node is a child node of towny.command.plot.* and does not require any changes to your townyperms.yml. - towny.command.townyadmin.checkoutposts - towny.command.townyadmin.town.checkoutposts
❌ Removed Permission Nodes (0) #### ❌ Removed Permission Nodes: - None.

💻 API Changes (13)
#### 💻 API: - Allow other plugins to use ConfigMigrator. - Able to be used by plugins which use Towny's internal CommentedConfiguration class. - Requires a json migration file in your plugin's resources folder. - New events: - PlayerKeepsInventoryEvent - PlayerKeepsExperienceEvent - Two events that allow other plugins to cancel Towny saving player's inventory or xp orbs. - Resident Utility Methods: - Add Resident#hasPermissionNode(String). - Add Resident#isAdmin(). - Improve PlayerKeepsInventoryEvent and PlayerKeepsExperienceEvent by making PlayerDeathEvent accessible and providing #getKiller. - Make TownRemoveResidentRankEvent and TownAddResidentRankEvent cancellable. - When an admin uses the /ta command to add or remove a rank, the events are thrown but not cancellable. - Make NationRemoveResidentRankEvent and NationAddResidentRankEvents thrown when the admin uses the /ta commands. - Add setShowingPlotNotifications to the PlayerChangePlotEvent. - Other plugins may use the API to disable plot notifications (or if they are disabled in the config, enable them.) - Adds ability to suppress error messages sent by TownyActionEvents, courtesy of PestoNotPasta with PR #​5925.

🔧 Fixed (25)
#### 🔧 Fixed:
  • Fix merging towns with outposts, when the outposts are not being limited by the town_levels in the config.
    • Also probably fix max-bonus-bought blocks also causing a similar issue.
  • Fix a cancelled new town still broadcasting the creation of a new Town.
  • Fix tricky players being able to able to spy on TownyChat.
  • Correctly hide online and vanished players from the tab complete commands.
  • Fix /ta set mayor command putting a town's hasUpkeep value in the opposite state.
  • Draw SpawnPoint particles Async.
  • Fix Error seen when a plugin cancels the NationPreAddEnemyEvent.
  • Remove the last of the NotRegisteredExceptions from the TownyPlaceholderExpansion.
  • Fix error that prevents using town and nation spawn commands when is_public_spawn_cost_affected_by_town_spawncost is set to false.
  • Translate a couple things that weren't translated.
  • Fix outpost spawns being able to be made in other towns in rare conditions.
  • Fix regression from 0.98.1.1 causing java.lang.NullPointerException on load.
  • Return is116Plus method to Towny so TownyChat will be happy.
  • Fix formatting of a town's conqueredDays in the flatfile database.
  • Fix new day unconquering task being run Async.
  • Re-add extra isOutpost test to Town#removeTownBlock for mysql-using servers.
  • Fix potential NPE caused by /plot set reset.
  • Fix message shown when outlaws try to /t spawn from a town they are outlawed in.
  • Remove NotRegisteredException usage in calling PlayerEnterTownEvent and PlayerLeaveTownEvent.
  • Handle different Objects which aren't CommandSenders in the main sendErrorMsg method.
  • Fix SpawnEvents not being cancelled correctly.
  • Fix water being able to be placed in waterloggable blocks on plot borders, courtesy of Warriorrrr with PR #​5736.
  • Fix runCommand for plots button, courtesy of Warriorrrr with PR #​5910.
  • Fix /towny top balance, courtesy of Altruiis with PR #​5839. (First-Time Contributor!)
  • Fix /ta checkperm having incorrect tab completions, courtesy of Altruiis with PR #​5830.

🌏 Language Updates (2)
#### 🌏 Language Updates: - Bump language files to 0.150. - New Language: Ukrainian translation added via Crowdin.com. Set your client to Ukrainian in order to see translation.
👽 Placeholder Updates (7)
#### 👽 Placeholder Updates: - %townyadvanced_time_until_new_day_hours_raw% - Display the raw number of hours until new day. - %townyadvanced_time_until_new_day_minutes_raw% - Display the raw number of minutesuntil new day. - %townyadvanced_time_until_new_day_seconds_raw% - Display the raw number of seconds until new day. - %townyadvanced_time_until_new_day_formatted% - Display the amount of time until a new day, formatted and translated. - %townyadvanced_time_until_new_day_hours_formatted% - Display the amount of hours until a new day, formatted and translated. - %townyadvanced_time_until_new_day_minutes_formatted% - Display the amount of minutes until a new day, formatted and translated. - %townyadvanced_time_until_new_day_seconds_formatted% - Display the amount of seconds until a new day, formatted and translated.
💬 TownyChat Changes (0)
#### 💬 TownyChat Changes:
  • None

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.

MrLoganoMomshroomCobrex1 KarlOfDuty scatterspell
TheFlagCouriergerardvanschipDrprofLuigiSmallSansSerifTheNylox
diontimmertrevor1097benevolent2012Scottlander100EnvyEnfys
MidnightSugarmzyaxPestoNotPastacigamingKeNickGong
MilesBHuffpebblehostAkiranyaBamBamTheEggmanNoikzGaming
TakeoRenkaLordHenryVonHenrySolarCivLitning11SkapMC
TausesJanniesLemuridaeeReEvadereqckcat
roflmarvbeabuenodevLoJoShobenjamin1313ThePontificate
AllieDragonTegulaThePigbenlmyersKjellWolfCaleston
Dynamite99bloctownGalliutTuckerAndrews3darthpeti
PixelJames22CboxheroWillysHubDefinitelyNotPestoColbertoSwagerto
AgalothMille12313LaBoulangerieMrSneakyGuyEblyss
BurgBoiakup001Intrabit71VexfulNikoMetaverseRPN
KawadaJPfinder1793mattematti2gladmountainPosvite
ZhekaRampa5zvkrazzysinghhavencraftmcmaarslange
TokusieBloc-kflare2121EchoGravitySW1D3RSK1
PeskdtxSTORMYxSHMLDRAGODbdagenais2Dantexde
txtraplineFauultySpellRenoldHenoldTamaKaiNyaAnachroSoft
echterSupJand 14 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 Perks!

Important Links
How Towny WorksTowny Install GuideTowny Update Guide
Complete Changelog Default Config FilesCommands/Permissions
Placeholders
##### ⏬ Download available as a .zip file in the Assets section below:

v0.98.1.13

Compare Source

  • Fix runCommand for plots button, courtesy of Warriorrrr with PR #​5910.
    • Remove the last of the NotRegisteredExceptions from the TownyPlaceholderExpansion.
    • Fix error that prevents using town and nation spawn commands when is_public_spawn_cost_affected_by_town_spawncost is set to false.
      • Closes [#​5921](http

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@sonarcloud
Copy link

sonarcloud bot commented Jun 21, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Wolfieheart added a commit that referenced this pull request Jun 22, 2022
Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Wolfieheart added a commit that referenced this pull request Jun 22, 2022
Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
@renovate
Copy link
Author

renovate bot commented Jun 22, 2022

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.98.2.6). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/com.palmergames.bukkit.towny-towny-0.x branch June 22, 2022 19:34
Wolfieheart added a commit that referenced this pull request Jun 22, 2022
* [CORE] Version Bump to 1.18.2-35

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [MVN] Introduce WorldGuard, Plotsquared, GriefPrevention Addons

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Introduce WorldGuard Protection

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] PlotSquared and Towny Implementations

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] PlotSquared Added to SoftDepend List

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Fix Towny Protection not returning correctly and implement protection checks in Edit Class

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Comments added to explain the changes to CanEdit Function

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE]  Add GriefPreventionProtection - Closes Wolfieheart/ArmorStandEditor-Issues#24 in FULL

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Code Review Remarks from Sonar.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Code Review Remarks from Sonar.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Bump PlotSquared to 6.6.0

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Bump WorldGuard to 7.0.7 and Towny to 0.98.0.3

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* Create ru_RU.yml

* Update ru_RU.yml

* Update ru_RU.yml

* [CORE] Update CanEdit with Protections

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix Metrics - English not a language, which was bizzare.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix Metrics - English not a language, which was bizzare.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Revert "Update CanEdit with Protections"

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 (#42)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* [CORE] Merge ItemFrame and ArmorStand canEdit Checks to 1 consolodated if Statement

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Bump Towny to v0.98.1.0 (#45)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* [CORE] Reimplement Protection Fix and Split ItemFrame and ArmorStand CanEdit. Potential Fix for: Wolfieheart/ArmorStandEditor-Issues#28

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CI] Update actions/cache action to v3 (#48)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* [CI] Update dependency com.palmergames.bukkit.towny:towny to v0.98.1.2 (#47)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>

* [CORE] Fix for Invisible ArmorStands being unable to be moved. Fix Wolfieheart/ArmorStandEditor-Issues#28

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Update Towny from 0.98.1.2 -> 0.98.1.3

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CI] Update maven-shade-plugin to v3.3.0 (#52)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* [CI] Bump towny to v0.98.1.4 (#56)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>

* [CI] Dependancy Updates: Towny, Plotsquared etc.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Update Protections to have Permission to IgnoreProtection + Implement asedit.*

Ignore Protection Perms are defauled to false, ASEdit.* is ONLY FOR OP USE!

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [ci-skip] Fix Spacing Issues in plugin.yml

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Add List of Developers and Small Improvement to Calculations in Util - Thanks Havens-Edge-MC / Gyztor!

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>
Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>

* [CORE] Correct Spelling in Util - FULLCIRCLE to fullCircle - #JustIDEComplaints

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>
Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>

* [CI-SKIP] Add Havens-Edge-MC to authors list - Fantastic Repo with good ideas for improvements. Will keep an eye on ;)

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>
Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>

* [CORE] Revert and continue rework of WorldGuard Protection to introduce custom flag.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>
Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>

* [CORE] Revert WorldGuard Custom Flag Implementation to 1.18.2-35pre2 Base. Fixes and Tested for Wolfieheart/ArmorStandEditor-Issues#32

# This reverts commit d7ebdb6.

* [CI-SKIP] Add Placeholder TODO for Metrics RE: Invisibilty

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Signed-off-by: Laurence Somers <lsomers@omp.com>

* [CORE] Optimize Imports for Language

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix apparent typo for InvisibleItemFrames in Config and Add Metrics to check Config Usage

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Protections & Debug Logging

- Introduce One of the Many Skyblock Plugins to the Protection List.
- Introduce more Debug Logging: Need to think on what and where.
- Optimize Protection Import
- Reorder Finals for SpigotResourceId and PluginID for Bstats and Updater etc. etc.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix the Build - Could not find NMSVersion

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Version Bump to 1.18.2-35

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Github <xMakeItRain94@gmail.com>

* [CORE] Re-commit permissions to ignore Protections

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Better GriefPrevention Implementation for Wolfieheart/ArmorStandEditor-Issues#36

Has to be tested in full later on.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Code Review Remarks from Sonar + Add Event that we cant getEnabledClaimsForWorld in GriefPrevention

Has to be tested in full later on.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Code Review Remarks from Sonar + Add Event that we cant getEnabledClaimsForWorld in GriefPrevention

Has to be tested in full later on.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Remove TODO in ArmorStandEditorPlugin - Made it a ? for 1.19

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] CustomModelData Support on EditTool Functionality ONLY! To be Tested Throughly later.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] CR Remarks + Add TODO to add to Lang File for Failure.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI-SKIP] Fix comment RE: EditTool and commandGive

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Add GiveCommand Language Message on Success. Still to be added to Lang Files

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix Crash in relation SkyblockProtection - Not Initialized in PlayerEditorManager

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix Bug Per Sonar Remarks

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Update actions/upload-artifact action to v3.1.0 (#71)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* [CI] Introduce Stale System

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Move Issue Templates over to this Repository

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.1.13 (#75)

[CI] Update dependency com.palmergames.bukkit.towny:towny to v0.98.1.13 (#75)

* [CI] Move Dependabot over to a Weekly Schedule

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Update Language to include messages RE: Give Command.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Update All Language Files to Match.

- Run NL Translations through Miknes123

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Add Debug Output for Commands.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Add Alternate Chat Color Support and Better Checks in Skyblock Protection for Bypass Mode

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] FIX Check for CustomModelData

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Prep Move to 1.19.x

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Prep Move to 1.19.x - Fix after fact.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Prep Move to 1.19.x part 3

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix Tab Spaces to be 4 Standard for all files. Update License to GNU v3, Add Java 11 Build.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Prep 1.19.x Part 4 - Wolfie keeps missing things Update :P

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix Java Failure, Drop 11 Build and only support 17 and 18 for now.

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Introduction of CONTRIBUTING.MD and pull_request_templates

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* Delete LICENSE.md

* Create LICENSE.md

* [CI] Update CONTRIBUTING.MD and PR Template to follow the standard we are now using for Major Versions

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI] Fix up CONTRIBUTING.MD

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI] Fix up Dependencies:

- Bump PlotSquared-Bukkit and PlotSquared-Core to 6.7.0
- Bump Towny to 0.98.2.2

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Add in 1.19 Version Notes and info RE Contributions

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Version Bump - Spigot 1.19 Support as base API

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Fix to remove the Additional Message if Give Fails

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] POM Builds still 1.19.x-35 instead of 1.19-35

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CORE] Bump PS to 6.9.0

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: xMakeItRain94@gmail.com <ParamoreFan1994$>

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.2.4 (#79)

* [CI] Introduce Stale System

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* [CI] Move Issue Templates over to this Repository

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Signed-off-by: Wolfstorm <xMakeItRain94@gmail.com>

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.2.4

Co-authored-by: Wolfstorm <xMakeItRain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Introduce GriefDefender Protection - Fixes #81

Signed-off-by: xMakeItRain94@gmail.com <ParamoreFan1994$>

* [CORE] Add IgnoreProtections to Plugin.yml -> Basically I forgot to do this

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI SKIP] Add in Info RE: GriefPrevention no longer being active

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix issue with UpdateChecker post Relocation

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix issue with UpdateChecker post Relocation

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix Debug Output being active by default.

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI] Update Towny to 0.98.2.6 - Closes #82

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI-SKIP] Fix Description for GriefDefender Ignore Protection Perms.

#CopyPasteError

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

Co-authored-by: KPidS <WKPidS@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Laurence Somers <lsomers@omp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant