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

chore(deps): update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 #81

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

TownyAdvanced/Towny

v0.98.6.20: for MC 1.16.* & 1.17.* & 1.18.* & 1.19.*

Compare Source

  • Update to 1.19.4, courtesy of Warriorrrr with PR #​6570.

Cumulative changes since 0.98.6.0
0.98.6.19
  • Fix possible ArrayIndexOutOfBoundsException in /ta purge.
  • Fix embassy plots in other towns not having a deleted resident removed as owner.
  • Fix NPC prefixed usernames not being blocked, courtesy of Warriorrrr with PR #​6568.
    • Previously, NPC names that weren't already taken by Towny NPC residents could be used to log in.
  • Add option to stop protected mobs from entering empty boats in Towns.
  • New Config Option: protection.mob_types_protected_from_boat_theft
    • Default: false
    • When set to true, the above mob_types will be protected when they are in a town, from being able to enter empty boats.
    • This protects the mobs from being stolen using boats.
0.98.6.18
  • Add message showing what is required to be paid when someone cannot pay after a confirmation.
  • Fix some Translatable.toString issues, courtesy of Warriorrrr with PR #​6111.
  • Seperate changelog reading into its own class, courtesy of Warriorrrr with PR #​6558.
  • Fix invite objects holding a reference to command senders, courtesy of Warriorrrr with PR #​6559.
0.98.6.17
  • Fix for using invalid plot commands in the wilderness, plot fs.
0.98.6.16
  • Fix backups for windows regression in 0.98.6.13, courtesy of Warriorrrr with PR #​6552.
  • Fix NPE with /plot fs.
  • Fix potential NPE with /towny map.
  • Make TownyWorld#getBukkitWorld more resilient.
0.98.6.15
  • Fix upkeep warning message doing sync economy calls, courtesy of Warriorrrr with PR #​6547.
  • Fix unclaim refunds doing sync economy calls, courtesy of Warriorrrr with PR #​6548.
  • Modernize plot command.
  • API: Add TownyAPI#testPlotOwnerOrThrow
    • Check if a plot is owned by someone.
  • Fix nation percentage taxes not calculating correctly.
0.98.6.14
  • Make sure we aren't paying negative amounts to a Nation bank account during tax time.
  • Add an option to disable the mysql backup warning, courtesy of Warriorrrr with PR #​6542.
  • New Database Config Option: database.sql.disable_backup_warning
    • Default: false
    • Disables the warning when a backup is made about not all Towny data being backed up when mysql is in use.
    • Set this to true when you fully understand what not having flatfile backups means, if your mysql database were to become unusable and you have not configured your own backup solution.
  • Fix potential NPE in MapHud.
  • Add /res toggle townborder.
    • A command that turns on townborder mode.
    • This new mode highlights the borders of the town you're stood in, using the affiliation colours.
0.98.6.13
  • Bump annotations from 24.0.0 to 24.0.1.
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0.
  • Make town and nation level related errors easier to debug, courtesy of Warriorrrr with PR #​6524.
  • Fix potential NPE in TownyBlockListener.
  • Change format used for backup file names, courtesy of Warriorrrr with PR #​6538.
  • Relativize paths in tar.gz backups, courtesy of Warriorrrr with PR #​6537.
0.98.6.12
  • Fix pressure plates not respecting switch permissions, courtesy of Pesto with PR #​6532.
0.98.6.11
  • Fix sql source query NPE, courtesy of Warriorrrr with PR #​6527.
  • Fix /ta set mayor causing an npe if the old mayor is null, courtesy of Warriorrrr with PR #​6528.
0.98.6.10
  • Update paper repo url, courtesy of Warriorrrr with PR #​6520.
  • API: Add PlayerChangePlotTypeEvent.
    • Thrown after a player successfully changes a TownBlock's plot type.
  • Bump log4j-core from 2.19.0 to 2.20.0.
  • Remove town_spawn: true requirement for jailing altering jailed player's spawn points.
  • Alter the TownBlockTypeHandler to be able to receive TownBlockTypes from other plugins on server startup.
0.98.6.9
  • Add remove town only option to resident purge, courtesy of Warriorrrr with PR #​6508.
  • New Config Option: resident_settings.delete_old_residents.only_remove_town
    • Default: false
    • When true players will be removed from their town and become a nomad instead of being fully deleted.
  • Update plugin.yml to use the proper name for MyWorlds, courtesy of bergerkiller with PR #​6511. (First-Time Contributor!)
  • Fix king prefix not showing.
  • Fix min_adjacent_blocks setting breaking outposts, courtesy of JKJameson & LlmDl with PR #​6510.
  • BankAccount update.
    • Old constructor deprecated, setting balanceCap deprecated.
    • Potentially fixes the ability for a town to go bankrupt when this feature is disabled.
  • API: TownEntersBankruptcyEvent.
    • Thrown when a town enters bankruptcy.
0.98.6.8
  • Reduce number of potential NotRegisterExceptions being thrown.
  • Fix claiming free plots causing useless bank history, courtesy of Warriorrrr with PR #​6499.
  • Remove /plot claim repossesion logic in favour of /plot evict, courtesy of Warriorrrr with PR #​6500.
  • Only remove non embassies from the left town on resident leave, courtesy of Warriorrrr with PR #​6501.
  • Fix /ta unclaim causing an NPE, courtesy of Warriorrrr with PR #​6504.
  • Minor changes to reduce NRE usage.
  • Replace messaging used by BaseCommand's getOrThrow methods to be more relevant to players.
  • Replace getResidentOrThrow(UUID) with getResidentOrThrow(Player) for better feedback messages.
0.98.6.7
  • Add peaceful section to townyperms.yml.
    • Permission nodes put into this section will be given to any player that is part of a town or nation that is peaceful.
    • Closes #​6015.
  • Add debtCapModifier to the config Town_Level and Nation_Level.
    • Your configs will automatically have this added with the default 1.0 setting.
    • You can change it from 1.0 to alter towns' and nations' maximum bank account levels are, based on their population.
    • With the default of 1.0, no town or nation will have any change to their current max.
    • Closes #​5037.
  • Fix nations that collect towntax being able to get above their nation bank cap.
  • Fix towns and nations from collecting tax amounts that equal 0.
  • Option to prevent people from claiming in a straight line, courtesy of JKJameson with PR #​6482. (First-Time Contributor!)
  • New Config Option: town.min_adjacent_blocks
    • Default: -1
    • The minimum adjacent town blocks required to expand.
    • This can prevent long lines and snake-like patterns.
    • Set to -1 to disable. Set to 3 to force wider expansions of towns.
  • API: TownBlockPermissionChangeEvent, courtesy of Pesto with PR #​6453.
    • Adds a cancellable event that is fired when a TownBlock is about to have its permission line changed.
  • Fix switch and item use being triggered on left-click, courtesy of Pesto with PR #​6495.
  • Bump bstats-bukkit from 3.0.0 to 3.0.1.
  • Bump maven-javadoc-plugin from 3.4.1 to 3.5.0.
0.98.6.6
  • Replace world with weakref in WorldCoord, courtesy of Warriorrrr with PR #​6451.
  • New Config Option: economy.price_town_neutrality_charges_per_plot
    • Default: false
    • When it is true, the peaceful cost is multiplied by the town's number of claimed townblocks.
    • Note that the base peacful cost is calculated by the price_town_neutrality X town_level peacefulCostMultiplier.
    • Closes #​6486.
  • New Config Option: economy.price_nation_neutrality_charges_per_town
    • Default: false
    • When it is true, the peaceful cost is multiplied by the nation's number of towns.
    • Note that the base peacful cost is calculated by the price_nation_neutrality X nation_level peacefulCostMultiplier.
  • Correct the feedback message shown when /ta town TOWNNAME settownlevel unset is used.
  • Fix worldcoord from location parsing, courtesy of Warriorrrr with PR #​6488.
  • Fix /t claim doing economy calls on the main thread, courtesy of Warriorrrr with PR #​6487.
0.98.6.5
  • Put limits on how many unclaimed townblocks can have their material/entity deletions run at once.
  • Replace some hardcoded town and nation strings with translatables, courtesy of Warriorrrr with PR #​6473.
  • Fix exception when tab completing /t jail with no town, courtesy of Warriorrrr with PR #​6476.
  • Clean up some old PermissionNodes that don't exist.
  • Add peacefulCostMultiplier to the config Town_Level and Nation_Level.
    • Your configs will automatically have this added with the default 1.0 setting.
    • You can change it from 1.0 to alter what towns and nations pay to stay neutral/peaceful each TownyDay.
    • With the default of 1.0, no town or nation will be paying any more than they already were.
    • Closes #​5411.
  • Prevent liquid spilling in actively regenerating plots which were unclaimed.
  • Fix /ta forcemerge having swapped town names in message, courtesy of Warriorrrr with PR #​6484.
  • New Command: Add buy subcommand to /ta town NAME.
0.98.6.4
  • Fix plot hud and plot perm commands showing town settings for mobs/fire that were not relevant.
  • Fix NPE when clicking back button in a non-selection gui, courtesy of Warriorrrr with PR #​6464.
  • Add loading of worlds via their UUID loading, courtesy of Warriorrrr with PR #​6377.
  • New Locales:
    • Pirate English, Upsidedown English, LOLCAT. Currently goign through initial translation on crowdin.
0.98.6.3
  • Fix money.csv not logging server-account deposit/withdraws.
  • Add support for EliteMobs mob removal.
  • Add (for now unused) resourceProductionModifier stat to the config Town_Level.
    • Your configs will automatically have this added with the default 1.0 setting.
0.98.6.2
  • API: Add new TranslationLoader constructor which only requires a Plugin instance.
  • Add tab complete for /ta nation recheck, courtesy of Warriorrrr with PR #​6449.
  • Add confirmation to /n set capital, courtesy of Warriorrrr with PR #​6450.
  • Replace more getTown(name) calls with getTownOrThrow(name).
  • New Config Option: global_town_settings.do_trusted_residents_count_as_residents
    • Default: false
    • When set to true, a player that is trusted by a town is allowed to spawn to the town as if they were a resident.
    • Allows allows the residents of entire an town when that town is trusted by the town.
0.98.6.1
  • Add a 30 second timeout for backup future, courtesy of Warriorrrr with PR #​6428.
  • Fix missing spaces in the /{object} set perm command feedback.
  • Fix missing feedback when /ta plot is used with an incorrect subcommand.
  • Fix /t unjail tabcompleter not including non-residents which are jailed in the town.
  • Bump annotations from 23.1.0 to 24.0.0.
  • Make area selection tool able to handle already claimed plots.
    • It is now possible to use /t claim 4 and then /t claim 5 and the required townblocks is calculated properly.
    • Closes #​6431.
  • Fix missing feedback message when /t unclaim all is used.
  • Add more options for limiting/altering how unjailed players are teleported.
  • New Config Option: jail.unjailed_players_get_teleported
    • Default: true
    • Most types of unjailing result in a player being teleported when they are freed.
    • Setting this to false will prevent that teleporting, resulting in the player not being teleported when they are freed.
  • API: Added UnjailedResidentTeleportEvent.
    • Lets other plugins move unjailed residents to a location of their choice, or cancel the teleport altogether.

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.

DrprofLuigiAllieDragonakup001Intrabit71MattWillenMomshroom
TheFlagCourierKeNickGongMilesBHuffTakeoRenkaThePontificateTegulaThePig
pebblehostEblyssMrLoganoLambsyJayoaksoncobrex1
BamBamTheEggmansuduraCalebGitBritanniaArmonicPvPAviAlibiTobza
VaspeiEpicSpeedNoikzGamingLordHenryVonHenryDynamite99Peskdt
0xBitMCKalqbUnitedLandstjdingsFilthyCasualOfficialEcoSMP
Theeno74serialrainItzXPurpleXRekar7AfricaByTot0real-vgi
SuperRedstoneYTMrMirhanItzPearvyvinPepsiManBTWkeijodputt
NeumimTodemiriumo-zzerDracathioyourlolihunterFreepixelHeadless
Merlin6019vette-danielmanul694tyhppp233TuaniwanGranpaGamerMC
ProjectGuinnessSmallSansSerifDuergurAldinaMappingCrypticBladesSemisol
LuciusredNoxillioxXAngelDelReyXxSecondEarthOnlineVena-Cavahandy-git
SirJuniorAshAncientSMJunkieCraftCorruptedGreedOdin-The-All-FatherItsSynchro
Kali0033DeltaOrionFruitloopinsnotzuneand 33 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
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 - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York.

🚦 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 has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

GPT summary of 32cf3a3:

  • Updated Towny version from 0.98.6.19 to 0.98.6.20 build.gradle

PR summary so far:

  • Updated Towny version from 0.98.6.19 to 0.98.6.20

@github-actions github-actions bot added the codeball:approved Codeball label Mar 17, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codeball: LGTM! 👍

confidence: 0.98 | [dashboard]

@renovate renovate bot force-pushed the dep/com.palmergames.bukkit.towny-towny-0.x branch from 32cf3a3 to 20d046d Compare March 17, 2023 03:26
@github-actions github-actions bot added codeball:needs-review Codeball and removed codeball:approved Codeball labels Mar 17, 2023
@github-actions
Copy link

GPT summary of 20d046d:

  • Updated Towny dependency from 0.98.6.19 to 0.98.6.20 build.gradle

PR summary so far:

  • Updated Towny dependency from version 0.98.6.19 to 0.98.6.20
  • Updated build.gradle file

@renovate renovate bot force-pushed the dep/com.palmergames.bukkit.towny-towny-0.x branch from 20d046d to 1f15aa5 Compare March 17, 2023 05:01
@github-actions
Copy link

GPT summary of 1f15aa5:

  • Updated Towny dependency from 0.98.6.19 to 0.98.6.20 build.gradle

PR summary so far:

  • Updated Towny dependency from version 0.98.6.19 to 0.98.6.20.

@renovate renovate bot force-pushed the dep/com.palmergames.bukkit.towny-towny-0.x branch from 1f15aa5 to 2a1f92d Compare March 17, 2023 06:46
@@ -276,7 +276,7 @@ dependencies {
// Just a reminder: compileOnly means that we're not shading this dependency into our jar. This is usually when we're using a dependency that is already provided by the server. Aka, when it's already in the server's classpath.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPT summary of 8009cc - 35b5bb:

  • Updated Towny dependency from 0.98.6.19 to 0.98.6.20

@github-actions
Copy link

GPT summary of 2a1f92d:

  • Updated the Towny dependency to version 0.98.6.20 build.gradle

PR summary so far:

  • Updated Towny dependency to version 0.98.6.20

@renovate renovate bot force-pushed the dep/com.palmergames.bukkit.towny-towny-0.x branch from 2a1f92d to e377c80 Compare March 17, 2023 08:33
@github-actions
Copy link

GPT summary of e377c80:

  • Updated the Towny dependency from 0.98.6.19 to 0.98.6.20 build.gradle

PR summary so far:

  • Updated Towny dependency to version 0.98.6.20.

@BrycensRanch BrycensRanch changed the title fix(deps): update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 chore(deps): update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 Mar 17, 2023
@BrycensRanch BrycensRanch merged commit f4c721f into alpha Mar 17, 2023
BrycensRanch added a commit that referenced this pull request Mar 18, 2023
## [1.1.0-alpha.16](v1.1.0-alpha.15...v1.1.0-alpha.16) (2023-03-18)

### 🔨  Misc.

* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](#78)) ([966f814](966f814))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](#81)) ([f4c721f](f4c721f))

### 🐛 Bugfix 🐛

* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([ddbbb49](ddbbb49))
@BrycensRanch
Copy link
Owner

🎉 This PR is included in version 1.1.0-alpha.16 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 18, 2023
…v0.98.6.20 (#81)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Mar 18, 2023
## [1.1.0-alpha.16](v1.1.0-alpha.15...v1.1.0-alpha.16) (2023-03-18)

### 🔨  Misc.

* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](#78)) ([966f814](966f814))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](#81)) ([f4c721f](f4c721f))

### 🐛 Bugfix 🐛

* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([ddbbb49](ddbbb49))
BrycensRanch added a commit that referenced this pull request Mar 18, 2023
## [1.1.0-alpha.1](v1.0.11...v1.1.0-alpha.1) (2023-03-18)

### ⚡️ Code Performance

* **discord:** move discord management to new class ([70541c2](70541c2))
* wip ([af11290](af11290))
* wip ([1feda07](1feda07))

### 📝  Documentation

* align plugin name in overview ([e43c3d9](e43c3d9))
* clarify on extra information section ([388a517](388a517))
* **issue-template:** require townyplus dump ([dee053c](dee053c))
* point download link to alpha branch ([0f735e2](0f735e2))
* **refactor:** redo badges ([b79fa3c](b79fa3c))
* remove useless information and point to alpha ([4933d78](4933d78))
* update platforms that we auto publish to ([e410de9](e410de9))

### ✨ Feature ✨

* **expansion:** add %townyplus_town_NAME_networth% ([ff361db](ff361db))
* **ssl:** add in-depth ssl options in config ([a1af36c](a1af36c))
* use github token environment variable ([7e26c86](7e26c86))

### 📦️ Build and CI

* **branch-change:** allow beta branch to pr master ([8b414bc](8b414bc))
* **deps:** bump plugin-publish ([a8259bf](a8259bf))
* **deps:** bump plugin-publish ([acba3ed](acba3ed))
* dont quote polymart id ([f0fb674](f0fb674))
* **e2e:** bump wait time ([d7b67b8](d7b67b8))
* **e2e:** ci ([849039a](849039a))
* **e2e:** dont test tdiscord ([cfdfa68](cfdfa68))
* **e2e:** install in e2e dir ([b04174f](b04174f))
* **e2e:** install in e2e dir ([3604e63](3604e63))
* **e2e:** install in e2e dir ([4e22bbd](4e22bbd))
* **e2e:** install in e2e dir ([2621a67](2621a67))
* **e2e:** install pnpm for testing ([452784e](452784e))
* **e2e:** kill others when done ([400bb2c](400bb2c))
* **e2e:** kill others when done ([4c7a48e](4c7a48e))
* **e2e:** kill others when done ([975eef1](975eef1))
* **e2e:** kill others when done ([5618682](5618682))
* **e2e:** remove sleep dep ([8113817](8113817))
* **e2e:** run tests on ci ([4ebf589](4ebf589))
* **e2e:** update deps ([271bcc4](271bcc4))
* **fix:** allow ci to automatically format src files and commit them ([a920b26](a920b26))
* **fix:** do not upload loaders to cf ([b1a7647](b1a7647))
* **publish:** always produce release artifacts ([dec3b0b](dec3b0b))
* **publish:** attempt to fix curseforge auto upload ([a115245](a115245))
* **publish:** attempt to publish to modrinth automatically ([9325686](9325686))
* **publish:** do not remove changelog markdown  ([14a5b9f](14a5b9f))
* **publish:** fix modrinth config ([81f026f](81f026f))
* **publish:** publish to polymart ([c9aedf4](c9aedf4))
* **publish:** publish with parsed changelog  ([9aa6920](9aa6920))
* **publish:** set release type ([ebbfb50](ebbfb50))
* **publish:** should allow for polymart publish ([77cf9ee](77cf9ee))
* **release:** generate changelog ([2bd0a59](2bd0a59))
* **renovate:** automatically base off of alpha ([8648e24](8648e24))
* **renovate:** run renovate on alpha branch ([7d0ac11](7d0ac11))
* **renovate:** use type chore for all deps ([dcc3e05](dcc3e05))
* **test:** do not upload failing unit tests ([1b7c704](1b7c704))
* upload to curseforge automatically ([162c3d0](162c3d0))
* use actually fixed version of plugin publish ([0d20740](0d20740))

### 🔨  Misc.

* add additional checks  for gh_token ([a2f9ab8](a2f9ab8))
* add advanced dependency management ([d9368f4](d9368f4))
* apply repos to all projects ([a10747d](a10747d))
* comment out unused lang keys ([d6cada4](d6cada4))
* **deps:** bump plugin-publish ([7faadc0](7faadc0))
* **deps:** bump plugin-publish ([04929e1](04929e1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#48](#48)) ([15757d1](15757d1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#51](#51)) ([1c41707](1c41707))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](#78)) ([bf6d847](bf6d847))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.3 ([#79](#79)) ([9048c5d](9048c5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](#81)) ([3f9706f](3f9706f))
* **deps:** update dependency gradle to v8.0.2 ([#52](#52)) ([a67d29c](a67d29c))
* **deps:** update dependency io.javalin:javalin-bundle to v5.4.2 ([#59](#59)) ([7f8ad0a](7f8ad0a))
* **deps:** update dependency net.kyori:adventure-platform-bukkit to v4.3.0 ([#75](#75)) ([b930ed1](b930ed1))
* **deps:** update dependency typescript to v5 ([#80](#80)) ([120ebda](120ebda))
* **deps:** update plugin com.diffplug.spotless to v6.17.0 ([#70](#70)) ([ae1b3bd](ae1b3bd))
* **dev-fix:** fix misspelled env variables ([5368d03](5368d03))
* **dev:** clarify which dev environment built the jar ([881c709](881c709))
* prepare for bypass command to be configurable ([6be37ae](6be37ae))
* **release:** 1.0.11-alpha.1 [skip ci] ([17d9a90](17d9a90)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **release:** 1.0.11-alpha.2 [skip ci] ([9d118e5](9d118e5)), closes [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48)
* **release:** 1.0.11-alpha.3 [skip ci] ([709ceb7](709ceb7)), closes [#49](#49)
* **release:** 1.0.11-alpha.4 [skip ci] ([b128459](b128459)), closes [#51](#51) [#52](#52)
* **release:** 1.0.11-alpha.5 [skip ci] ([9ea3487](9ea3487))
* **release:** 1.0.11-alpha.6 [skip ci] ([41d2b49](41d2b49))
* **release:** 1.0.11-alpha.7 [skip ci] ([d970d53](d970d53))
* **release:** 1.1.0-alpha.1 [skip ci] ([61aa865](61aa865))
* **release:** 1.1.0-alpha.10 [skip ci] ([4e1d41b](4e1d41b))
* **release:** 1.1.0-alpha.11 [skip ci] ([15b8c99](15b8c99))
* **release:** 1.1.0-alpha.12 [skip ci] ([49b8520](49b8520)), closes [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73)
* **release:** 1.1.0-alpha.13 [skip ci] ([c272f9d](c272f9d))
* **release:** 1.1.0-alpha.14 [skip ci] ([4bfb51b](4bfb51b)), closes [#79](#79) [#75](#75) [#80](#80)
* **release:** 1.1.0-alpha.15 [skip ci] ([5075995](5075995))
* **release:** 1.1.0-alpha.16 [skip ci] ([db0269b](db0269b)), closes [#78](#78) [#81](#81)
* **release:** 1.1.0-alpha.2 [skip ci] ([948b08a](948b08a)), closes [#60](#60)
* **release:** 1.1.0-alpha.3 [skip ci] ([51c1e82](51c1e82))
* **release:** 1.1.0-alpha.4 [skip ci] ([4d936ec](4d936ec)), closes [#59](#59) [#65](#65)
* **release:** 1.1.0-alpha.5 [skip ci] ([eed101f](eed101f))
* **release:** 1.1.0-alpha.6 [skip ci] ([36cc8b8](36cc8b8))
* **release:** 1.1.0-alpha.7 [skip ci] ([5d77d00](5d77d00))
* **release:** 1.1.0-alpha.8 [skip ci] ([ecff77b](ecff77b))
* **release:** 1.1.0-alpha.9 [skip ci] ([6ddad35](6ddad35))
* remove testing and update deps to 8.0.2 gradle ([1bd2525](1bd2525))
* **todo:** add reflection todo ([7da3c67](7da3c67))
* update debug server files ([7ec4fc3](7ec4fc3))
* update renovate config ([c3228ab](c3228ab))
* update server files ([525c159](525c159))
* **vscode:** recommend extensions for vscode ([e3dcbc6](e3dcbc6))

### 🧪 Code Test

* bukkit scheduler doesnt exist in mockbukkit ([2527dba](2527dba))
* bump mc test server version ([d92a1a0](d92a1a0))
* **e2e:** add e2e tests ([0ad2513](0ad2513))
* **e2e:** wip ([027cd40](027cd40))
* fix some legal issues :3 ([be536c0](be536c0))
* **server:** add tne for economy testing ([c87dedd](c87dedd))
* **server:** update files ([8bbb7ea](8bbb7ea))
* **server:** update server files ([c2cdb79](c2cdb79))
* **server:** use 1.19.4 ([d27146d](d27146d))

### 🐛 Bugfix 🐛

* **build:** declare cloud-annotations as annotationProcessor ([d5731ae](d5731ae))
* **default config:** use sqlite jdbc url ([bcc2a58](bcc2a58))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.2 ([#43](#43)) [skip ci] ([dffeafd](dffeafd))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.3 ([cbe0383](cbe0383))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.2 ([#46](#46)) ([e4be59d](e4be59d))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.3 ([312573d](312573d))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.2 ([#44](#44)) [skip ci] ([ddd157e](ddd157e))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.2 ([#45](#45)) [skip ci] ([673d4ff](673d4ff))
* **deps:** update dependency com.h2database:h2 to v2 ([#60](#60)) ([bc909ec](bc909ec))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.10 ([8146892](8146892))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.12 ([d0ecc41](d0ecc41))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.14 ([a8b7037](a8b7037))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.15 ([46e5510](46e5510))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 ([#69](#69)) ([1e6e652](1e6e652))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.19 ([ad8cf5d](ad8cf5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 ([#42](#42)) ([3e4870d](3e4870d)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **deps:** update dependency io.leangen.geantyref:geantyref to v1.3.14 ([c8c7771](c8c7771))
* **deps:** update dependency me.clip:placeholderapi to v2.11.3 ([80183cd](80183cd))
* **deps:** update dependency mineverse.aust1n46:venturechat to v3 ([#65](#65)) ([5d14996](5d14996))
* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](#49)) ([c74c416](c74c416))
* **deps:** update dependency net.kyori:adventure-api to v4.13.0 ([#71](#71)) ([7cfe9a5](7cfe9a5))
* **deps:** update dependency net.kyori:adventure-text-logger-slf4j to v4.13.0 ([#72](#72)) ([f30df02](f30df02))
* **deps:** update dependency net.kyori:adventure-text-minimessage to v4.13.0 ([#73](#73)) ([e8f6c44](e8f6c44))
* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([58c64df](58c64df))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.0 ([498ffd1](498ffd1))
* **discordsrv:** do not process msgs if discordSRVListener is null ([7e28070](7e28070))
* do not require github pat to dump ([60e2fad](60e2fad))
* **expansion:** only register when papi is present ([74d5e69](74d5e69))
* localize more functionality ([61d395b](61d395b))
* **reload:** deregister and register expansion ([5480b73](5480b73))
* **renovate:** syntax error [skip ci] ([36cef7f](36cef7f))
* **renovate:** syntax error [skip ci] ([cd5ccdd](cd5ccdd))
* **rest:** use debug instead of regular logger ([7fda71a](7fda71a))
* use cloud duration argument instead of custom ([cfdb473](cfdb473))
BrycensRanch added a commit that referenced this pull request Mar 22, 2023
## [1.1.0-alpha.1](v1.0.11...v1.1.0-alpha.1) (2023-03-22)

### ⚡️ Code Performance

* **discord:** move discord management to new class ([70541c2](70541c2))
* wip ([af11290](af11290))
* wip ([1feda07](1feda07))

### 📝  Documentation

* align plugin name in overview ([e43c3d9](e43c3d9))
* clarify on extra information section ([388a517](388a517))
* **issue-template:** require townyplus dump ([dee053c](dee053c))
* point download link to alpha branch ([0f735e2](0f735e2))
* **refactor:** redo badges ([b79fa3c](b79fa3c))
* remove useless information and point to alpha ([4933d78](4933d78))
* update platforms that we auto publish to ([e410de9](e410de9))

### ✨ Feature ✨

* **expansion:** add %townyplus_town_NAME_networth% ([ff361db](ff361db))
* **ssl:** add in-depth ssl options in config ([a1af36c](a1af36c))
* use github token environment variable ([7e26c86](7e26c86))

### 📦️ Build and CI

* **branch-change:** allow beta branch to pr master ([8b414bc](8b414bc))
* **deps:** bump plugin-publish ([a8259bf](a8259bf))
* **deps:** bump plugin-publish ([acba3ed](acba3ed))
* dont quote polymart id ([f0fb674](f0fb674))
* **e2e:** bump wait time ([d7b67b8](d7b67b8))
* **e2e:** ci ([849039a](849039a))
* **e2e:** dont test tdiscord ([cfdfa68](cfdfa68))
* **e2e:** install in e2e dir ([b04174f](b04174f))
* **e2e:** install in e2e dir ([3604e63](3604e63))
* **e2e:** install in e2e dir ([4e22bbd](4e22bbd))
* **e2e:** install in e2e dir ([2621a67](2621a67))
* **e2e:** install pnpm for testing ([452784e](452784e))
* **e2e:** kill others when done ([400bb2c](400bb2c))
* **e2e:** kill others when done ([4c7a48e](4c7a48e))
* **e2e:** kill others when done ([975eef1](975eef1))
* **e2e:** kill others when done ([5618682](5618682))
* **e2e:** remove sleep dep ([8113817](8113817))
* **e2e:** run tests on ci ([4ebf589](4ebf589))
* **e2e:** update deps ([271bcc4](271bcc4))
* **fix:** allow ci to automatically format src files and commit them ([a920b26](a920b26))
* **fix:** do not upload loaders to cf ([b1a7647](b1a7647))
* **publish:** always produce release artifacts ([dec3b0b](dec3b0b))
* **publish:** attempt to fix curseforge auto upload ([a115245](a115245))
* **publish:** attempt to publish to modrinth automatically ([9325686](9325686))
* **publish:** do not remove changelog markdown  ([14a5b9f](14a5b9f))
* **publish:** fix modrinth config ([81f026f](81f026f))
* **publish:** publish to polymart ([c9aedf4](c9aedf4))
* **publish:** publish with parsed changelog  ([9aa6920](9aa6920))
* **publish:** set release type ([ebbfb50](ebbfb50))
* **publish:** should allow for polymart publish ([77cf9ee](77cf9ee))
* **release:** generate changelog ([2bd0a59](2bd0a59))
* **renovate:** automatically base off of alpha ([8648e24](8648e24))
* **renovate:** run renovate on alpha branch ([7d0ac11](7d0ac11))
* **renovate:** use type chore for all deps ([dcc3e05](dcc3e05))
* **test:** do not upload failing unit tests ([1b7c704](1b7c704))
* upload to curseforge automatically ([162c3d0](162c3d0))
* use actually fixed version of plugin publish ([0d20740](0d20740))

### 🧪 Code Test

* bukkit scheduler doesnt exist in mockbukkit ([2527dba](2527dba))
* bump mc test server version ([d92a1a0](d92a1a0))
* **e2e:** add e2e tests ([0ad2513](0ad2513))
* **e2e:** wip ([027cd40](027cd40))
* fix some legal issues :3 ([be536c0](be536c0))
* **server:** add tne for economy testing ([c87dedd](c87dedd))
* **server:** update files ([8bbb7ea](8bbb7ea))
* **server:** update server files ([c2cdb79](c2cdb79))
* **server:** use 1.19.4 ([d27146d](d27146d))

### 🐛 Bugfix 🐛

* **build:** declare cloud-annotations as annotationProcessor ([d5731ae](d5731ae))
* **default config:** use sqlite jdbc url ([bcc2a58](bcc2a58))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.2 ([#43](#43)) [skip ci] ([dffeafd](dffeafd))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.3 ([cbe0383](cbe0383))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.2 ([#46](#46)) ([e4be59d](e4be59d))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.3 ([312573d](312573d))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.2 ([#44](#44)) [skip ci] ([ddd157e](ddd157e))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.2 ([#45](#45)) [skip ci] ([673d4ff](673d4ff))
* **deps:** update dependency com.h2database:h2 to v2 ([#60](#60)) ([bc909ec](bc909ec))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.10 ([8146892](8146892))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.12 ([d0ecc41](d0ecc41))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.14 ([a8b7037](a8b7037))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.15 ([46e5510](46e5510))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 ([#69](#69)) ([1e6e652](1e6e652))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.19 ([ad8cf5d](ad8cf5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 ([#42](#42)) ([3e4870d](3e4870d)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **deps:** update dependency io.leangen.geantyref:geantyref to v1.3.14 ([c8c7771](c8c7771))
* **deps:** update dependency me.clip:placeholderapi to v2.11.3 ([80183cd](80183cd))
* **deps:** update dependency mineverse.aust1n46:venturechat to v3 ([#65](#65)) ([5d14996](5d14996))
* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](#49)) ([c74c416](c74c416))
* **deps:** update dependency net.kyori:adventure-api to v4.13.0 ([#71](#71)) ([7cfe9a5](7cfe9a5))
* **deps:** update dependency net.kyori:adventure-text-logger-slf4j to v4.13.0 ([#72](#72)) ([f30df02](f30df02))
* **deps:** update dependency net.kyori:adventure-text-minimessage to v4.13.0 ([#73](#73)) ([e8f6c44](e8f6c44))
* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([58c64df](58c64df))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.0 ([498ffd1](498ffd1))
* **discordsrv:** do not process msgs if discordSRVListener is null ([7e28070](7e28070))
* do not require github pat to dump ([60e2fad](60e2fad))
* **expansion:** only register when papi is present ([74d5e69](74d5e69))
* localize more functionality ([61d395b](61d395b))
* **reload:** deregister and register expansion ([5480b73](5480b73))
* **renovate:** syntax error [skip ci] ([36cef7f](36cef7f))
* **renovate:** syntax error [skip ci] ([cd5ccdd](cd5ccdd))
* **rest:** use debug instead of regular logger ([7fda71a](7fda71a))
* use cloud duration argument instead of custom ([cfdb473](cfdb473))

### 🔨  Misc.

* add additional checks  for gh_token ([a2f9ab8](a2f9ab8))
* add advanced dependency management ([d9368f4](d9368f4))
* apply repos to all projects ([a10747d](a10747d))
* comment out unused lang keys ([d6cada4](d6cada4))
* **deps:** bump plugin-publish ([7faadc0](7faadc0))
* **deps:** bump plugin-publish ([04929e1](04929e1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#48](#48)) ([15757d1](15757d1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#51](#51)) ([1c41707](1c41707))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](#78)) ([bf6d847](bf6d847))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.3 ([#79](#79)) ([9048c5d](9048c5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](#81)) ([3f9706f](3f9706f))
* **deps:** update dependency gradle to v8.0.2 ([#52](#52)) ([a67d29c](a67d29c))
* **deps:** update dependency io.javalin:javalin-bundle to v5.4.2 ([#59](#59)) ([7f8ad0a](7f8ad0a))
* **deps:** update dependency net.kyori:adventure-platform-bukkit to v4.3.0 ([#75](#75)) ([b930ed1](b930ed1))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.1 ([#86](#86)) ([40c0242](40c0242))
* **deps:** update dependency typescript to v5 ([#80](#80)) ([120ebda](120ebda))
* **deps:** update plugin com.diffplug.spotless to v6.17.0 ([#70](#70)) ([ae1b3bd](ae1b3bd))
* **deps:** update plugin com.github.johnrengelman.shadow to v8.1.1 ([#84](#84)) ([8c5405c](8c5405c))
* **deps:** update plugin com.github.spotbugs to v5.0.14 ([5518188](5518188))
* **dev-fix:** fix misspelled env variables ([5368d03](5368d03))
* **dev:** clarify which dev environment built the jar ([881c709](881c709))
* prepare for bypass command to be configurable ([6be37ae](6be37ae))
* **release:** 1.0.11-alpha.1 [skip ci] ([17d9a90](17d9a90)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **release:** 1.0.11-alpha.2 [skip ci] ([9d118e5](9d118e5)), closes [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48)
* **release:** 1.0.11-alpha.3 [skip ci] ([709ceb7](709ceb7)), closes [#49](#49)
* **release:** 1.0.11-alpha.4 [skip ci] ([b128459](b128459)), closes [#51](#51) [#52](#52)
* **release:** 1.0.11-alpha.5 [skip ci] ([9ea3487](9ea3487))
* **release:** 1.0.11-alpha.6 [skip ci] ([41d2b49](41d2b49))
* **release:** 1.0.11-alpha.7 [skip ci] ([d970d53](d970d53))
* **release:** 1.1.0-alpha.1 [skip ci] ([b12a0e2](b12a0e2)), closes [#48](#48) [#51](#51) [#78](#78) [#79](#79) [#81](#81) [#52](#52) [#59](#59) [#75](#75) [#80](#80) [#70](#70) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48) [#49](#49) [#51](#51) [#52](#52) [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#79](#79) [#75](#75) [#80](#80) [#78](#78) [#81](#81) [#60](#60) [#59](#59) [#65](#65) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#60](#60) [#69](#69) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#65](#65) [#49](#49) [#71](#71) [#72](#72) [#73](#73)
* **release:** 1.1.0-alpha.1 [skip ci] ([61aa865](61aa865))
* **release:** 1.1.0-alpha.10 [skip ci] ([4e1d41b](4e1d41b))
* **release:** 1.1.0-alpha.11 [skip ci] ([15b8c99](15b8c99))
* **release:** 1.1.0-alpha.12 [skip ci] ([49b8520](49b8520)), closes [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73)
* **release:** 1.1.0-alpha.13 [skip ci] ([c272f9d](c272f9d))
* **release:** 1.1.0-alpha.14 [skip ci] ([4bfb51b](4bfb51b)), closes [#79](#79) [#75](#75) [#80](#80)
* **release:** 1.1.0-alpha.15 [skip ci] ([5075995](5075995))
* **release:** 1.1.0-alpha.16 [skip ci] ([db0269b](db0269b)), closes [#78](#78) [#81](#81)
* **release:** 1.1.0-alpha.2 [skip ci] ([948b08a](948b08a)), closes [#60](#60)
* **release:** 1.1.0-alpha.3 [skip ci] ([51c1e82](51c1e82))
* **release:** 1.1.0-alpha.4 [skip ci] ([4d936ec](4d936ec)), closes [#59](#59) [#65](#65)
* **release:** 1.1.0-alpha.5 [skip ci] ([eed101f](eed101f))
* **release:** 1.1.0-alpha.6 [skip ci] ([36cc8b8](36cc8b8))
* **release:** 1.1.0-alpha.7 [skip ci] ([5d77d00](5d77d00))
* **release:** 1.1.0-alpha.8 [skip ci] ([ecff77b](ecff77b))
* **release:** 1.1.0-alpha.9 [skip ci] ([6ddad35](6ddad35))
* remove testing and update deps to 8.0.2 gradle ([1bd2525](1bd2525))
* **todo:** add reflection todo ([7da3c67](7da3c67))
* update debug server files ([7ec4fc3](7ec4fc3))
* update renovate config ([c3228ab](c3228ab))
* update server files ([525c159](525c159))
* **vscode:** recommend extensions for vscode ([e3dcbc6](e3dcbc6))
BrycensRanch added a commit that referenced this pull request Mar 23, 2023
## [1.1.0-alpha.1](v1.0.11...v1.1.0-alpha.1) (2023-03-23)

### ⚡️ Code Performance

* **discord:** move discord management to new class ([70541c2](70541c2))
* wip ([af11290](af11290))
* wip ([1feda07](1feda07))

### 📝  Documentation

* align plugin name in overview ([e43c3d9](e43c3d9))
* clarify on extra information section ([388a517](388a517))
* **issue-template:** require townyplus dump ([dee053c](dee053c))
* point download link to alpha branch ([0f735e2](0f735e2))
* **refactor:** redo badges ([b79fa3c](b79fa3c))
* remove useless information and point to alpha ([4933d78](4933d78))
* update platforms that we auto publish to ([e410de9](e410de9))

### ✨ Feature ✨

* **expansion:** add %townyplus_town_NAME_networth% ([ff361db](ff361db))
* **ssl:** add in-depth ssl options in config ([a1af36c](a1af36c))
* use github token environment variable ([7e26c86](7e26c86))

### 📦️ Build and CI

* **branch-change:** allow beta branch to pr master ([8b414bc](8b414bc))
* **deps:** bump plugin-publish ([a8259bf](a8259bf))
* **deps:** bump plugin-publish ([acba3ed](acba3ed))
* dont quote polymart id ([f0fb674](f0fb674))
* **e2e:** bump wait time ([d7b67b8](d7b67b8))
* **e2e:** ci ([849039a](849039a))
* **e2e:** dont test tdiscord ([cfdfa68](cfdfa68))
* **e2e:** install in e2e dir ([b04174f](b04174f))
* **e2e:** install in e2e dir ([3604e63](3604e63))
* **e2e:** install in e2e dir ([4e22bbd](4e22bbd))
* **e2e:** install in e2e dir ([2621a67](2621a67))
* **e2e:** install pnpm for testing ([452784e](452784e))
* **e2e:** kill others when done ([400bb2c](400bb2c))
* **e2e:** kill others when done ([4c7a48e](4c7a48e))
* **e2e:** kill others when done ([975eef1](975eef1))
* **e2e:** kill others when done ([5618682](5618682))
* **e2e:** remove sleep dep ([8113817](8113817))
* **e2e:** run tests on ci ([4ebf589](4ebf589))
* **e2e:** update deps ([271bcc4](271bcc4))
* **fix:** allow ci to automatically format src files and commit them ([a920b26](a920b26))
* **fix:** do not upload loaders to cf ([b1a7647](b1a7647))
* **publish:** always produce release artifacts ([dec3b0b](dec3b0b))
* **publish:** attempt to fix curseforge auto upload ([a115245](a115245))
* **publish:** attempt to publish to modrinth automatically ([9325686](9325686))
* **publish:** do not remove changelog markdown  ([14a5b9f](14a5b9f))
* **publish:** fix modrinth config ([81f026f](81f026f))
* **publish:** publish to polymart ([c9aedf4](c9aedf4))
* **publish:** publish with parsed changelog  ([9aa6920](9aa6920))
* **publish:** set release type ([ebbfb50](ebbfb50))
* **publish:** should allow for polymart publish ([77cf9ee](77cf9ee))
* **release:** generate changelog ([2bd0a59](2bd0a59))
* **renovate:** automatically base off of alpha ([8648e24](8648e24))
* **renovate:** run renovate on alpha branch ([7d0ac11](7d0ac11))
* **renovate:** use type chore for all deps ([dcc3e05](dcc3e05))
* **test:** do not upload failing unit tests ([1b7c704](1b7c704))
* upload to curseforge automatically ([162c3d0](162c3d0))
* use actually fixed version of plugin publish ([0d20740](0d20740))

### 🧪 Code Test

* bukkit scheduler doesnt exist in mockbukkit ([2527dba](2527dba))
* bump mc test server version ([d92a1a0](d92a1a0))
* **e2e:** add e2e tests ([0ad2513](0ad2513))
* **e2e:** wip ([027cd40](027cd40))
* fix some legal issues :3 ([be536c0](be536c0))
* **server:** add tne for economy testing ([c87dedd](c87dedd))
* **server:** update files ([8bbb7ea](8bbb7ea))
* **server:** update server files ([c2cdb79](c2cdb79))
* **server:** use 1.19.4 ([d27146d](d27146d))

### 🔨  Misc.

* add additional checks  for gh_token ([a2f9ab8](a2f9ab8))
* add advanced dependency management ([d9368f4](d9368f4))
* apply repos to all projects ([a10747d](a10747d))
* comment out unused lang keys ([d6cada4](d6cada4))
* **deps:** bump plugin-publish ([7faadc0](7faadc0))
* **deps:** bump plugin-publish ([04929e1](04929e1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#48](#48)) ([15757d1](15757d1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#51](#51)) ([1c41707](1c41707))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](#78)) ([bf6d847](bf6d847))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.3 ([#79](#79)) ([9048c5d](9048c5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](#81)) ([3f9706f](3f9706f))
* **deps:** update dependency gradle to v8.0.2 ([#52](#52)) ([a67d29c](a67d29c))
* **deps:** update dependency io.javalin:javalin-bundle to v5.4.2 ([#59](#59)) ([7f8ad0a](7f8ad0a))
* **deps:** update dependency net.kyori:adventure-platform-bukkit to v4.3.0 ([#75](#75)) ([b930ed1](b930ed1))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.1 ([#86](#86)) ([40c0242](40c0242))
* **deps:** update dependency typescript to v5 ([#80](#80)) ([120ebda](120ebda))
* **deps:** update plugin com.diffplug.spotless to v6.17.0 ([#70](#70)) ([ae1b3bd](ae1b3bd))
* **deps:** update plugin com.github.johnrengelman.shadow to v8.1.1 ([#84](#84)) ([8c5405c](8c5405c))
* **deps:** update plugin com.github.spotbugs to v5.0.14 ([5518188](5518188))
* **dev-fix:** fix misspelled env variables ([5368d03](5368d03))
* **dev:** clarify which dev environment built the jar ([881c709](881c709))
* prepare for bypass command to be configurable ([6be37ae](6be37ae))
* **release:** 1.0.11-alpha.1 [skip ci] ([17d9a90](17d9a90)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **release:** 1.0.11-alpha.2 [skip ci] ([9d118e5](9d118e5)), closes [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48)
* **release:** 1.0.11-alpha.3 [skip ci] ([709ceb7](709ceb7)), closes [#49](#49)
* **release:** 1.0.11-alpha.4 [skip ci] ([b128459](b128459)), closes [#51](#51) [#52](#52)
* **release:** 1.0.11-alpha.5 [skip ci] ([9ea3487](9ea3487))
* **release:** 1.0.11-alpha.6 [skip ci] ([41d2b49](41d2b49))
* **release:** 1.0.11-alpha.7 [skip ci] ([d970d53](d970d53))
* **release:** 1.1.0-alpha.1 [skip ci] ([f2297bc](f2297bc)), closes [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#60](#60) [#69](#69) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#65](#65) [#49](#49) [#71](#71) [#72](#72) [#73](#73) [#48](#48) [#51](#51) [#78](#78) [#79](#79) [#81](#81) [#52](#52) [#59](#59) [#75](#75) [#86](#86) [#80](#80) [#70](#70) [#84](#84) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48) [#49](#49) [#51](#51) [#52](#52) [#48](#48) [#51](#51) [#78](#78) [#79](#79) [#81](#81) [#52](#52) [#59](#59) [#75](#75) [#80](#80) [#70](#70) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48) [#49](#49) [#51](#51) [#52](#52) [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#79](#79) [#75](#75) [#80](#80) [#78](#78) [#81](#81) [#60](#60) [#59](#59) [#65](#65) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#60](#60) [#69](#69) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#65](#65) [#49](#49) [#71](#71) [#72](#72) [#73](#73) [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#79](#79) [#75](#75) [#80](#80) [#78](#78) [#81](#81) [#60](#60) [#59](#59) [#65](#65)
* **release:** 1.1.0-alpha.1 [skip ci] ([b12a0e2](b12a0e2)), closes [#48](#48) [#51](#51) [#78](#78) [#79](#79) [#81](#81) [#52](#52) [#59](#59) [#75](#75) [#80](#80) [#70](#70) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#48](#48) [#49](#49) [#51](#51) [#52](#52) [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#79](#79) [#75](#75) [#80](#80) [#78](#78) [#81](#81) [#60](#60) [#59](#59) [#65](#65) [#43](#43) [#46](#46) [#44](#44) [#45](#45) [#60](#60) [#69](#69) [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31) [#65](#65) [#49](#49) [#71](#71) [#72](#72) [#73](#73)
* **release:** 1.1.0-alpha.1 [skip ci] ([61aa865](61aa865))
* **release:** 1.1.0-alpha.10 [skip ci] ([4e1d41b](4e1d41b))
* **release:** 1.1.0-alpha.11 [skip ci] ([15b8c99](15b8c99))
* **release:** 1.1.0-alpha.12 [skip ci] ([49b8520](49b8520)), closes [#70](#70) [#69](#69) [#71](#71) [#72](#72) [#73](#73)
* **release:** 1.1.0-alpha.13 [skip ci] ([c272f9d](c272f9d))
* **release:** 1.1.0-alpha.14 [skip ci] ([4bfb51b](4bfb51b)), closes [#79](#79) [#75](#75) [#80](#80)
* **release:** 1.1.0-alpha.15 [skip ci] ([5075995](5075995))
* **release:** 1.1.0-alpha.16 [skip ci] ([db0269b](db0269b)), closes [#78](#78) [#81](#81)
* **release:** 1.1.0-alpha.2 [skip ci] ([948b08a](948b08a)), closes [#60](#60)
* **release:** 1.1.0-alpha.3 [skip ci] ([51c1e82](51c1e82))
* **release:** 1.1.0-alpha.4 [skip ci] ([4d936ec](4d936ec)), closes [#59](#59) [#65](#65)
* **release:** 1.1.0-alpha.5 [skip ci] ([eed101f](eed101f))
* **release:** 1.1.0-alpha.6 [skip ci] ([36cc8b8](36cc8b8))
* **release:** 1.1.0-alpha.7 [skip ci] ([5d77d00](5d77d00))
* **release:** 1.1.0-alpha.8 [skip ci] ([ecff77b](ecff77b))
* **release:** 1.1.0-alpha.9 [skip ci] ([6ddad35](6ddad35))
* remove testing and update deps to 8.0.2 gradle ([1bd2525](1bd2525))
* **todo:** add reflection todo ([7da3c67](7da3c67))
* update debug server files ([7ec4fc3](7ec4fc3))
* update renovate config ([c3228ab](c3228ab))
* update server files ([525c159](525c159))
* **vscode:** recommend extensions for vscode ([e3dcbc6](e3dcbc6))

### 🐛 Bugfix 🐛

* **build:** declare cloud-annotations as annotationProcessor ([d5731ae](d5731ae))
* **default config:** use sqlite jdbc url ([bcc2a58](bcc2a58))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.2 ([#43](#43)) [skip ci] ([dffeafd](dffeafd))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.3 ([cbe0383](cbe0383))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.2 ([#46](#46)) ([e4be59d](e4be59d))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.3 ([312573d](312573d))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.2 ([#44](#44)) [skip ci] ([ddd157e](ddd157e))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.2 ([#45](#45)) [skip ci] ([673d4ff](673d4ff))
* **deps:** update dependency com.h2database:h2 to v2 ([#60](#60)) ([bc909ec](bc909ec))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.10 ([8146892](8146892))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.12 ([d0ecc41](d0ecc41))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.14 ([a8b7037](a8b7037))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.15 ([46e5510](46e5510))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 ([#69](#69)) ([1e6e652](1e6e652))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.19 ([ad8cf5d](ad8cf5d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.23 ([3c6cc72](3c6cc72))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 ([#42](#42)) ([3e4870d](3e4870d)), closes [#39](#39) [#38](#38) [#37](#37) [#36](#36) [#35](#35) [#34](#34) [#33](#33) [#32](#32) [#31](#31) [#30](#30) [#30](#30) [#36](#36) [#37](#37) [#32](#32) [#39](#39) [#33](#33) [#34](#34) [#30](#30) [#30](#30) [#38](#38) [#35](#35) [#31](#31)
* **deps:** update dependency io.leangen.geantyref:geantyref to v1.3.14 ([c8c7771](c8c7771))
* **deps:** update dependency me.clip:placeholderapi to v2.11.3 ([80183cd](80183cd))
* **deps:** update dependency mineverse.aust1n46:venturechat to v3 ([#65](#65)) ([5d14996](5d14996))
* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](#49)) ([c74c416](c74c416))
* **deps:** update dependency net.kyori:adventure-api to v4.13.0 ([#71](#71)) ([7cfe9a5](7cfe9a5))
* **deps:** update dependency net.kyori:adventure-text-logger-slf4j to v4.13.0 ([#72](#72)) ([f30df02](f30df02))
* **deps:** update dependency net.kyori:adventure-text-minimessage to v4.13.0 ([#73](#73)) ([e8f6c44](e8f6c44))
* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([58c64df](58c64df))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.0 ([498ffd1](498ffd1))
* **discordsrv:** do not process msgs if discordSRVListener is null ([7e28070](7e28070))
* do not require github pat to dump ([60e2fad](60e2fad))
* **expansion:** only register when papi is present ([74d5e69](74d5e69))
* localize more functionality ([61d395b](61d395b))
* **reload:** deregister and register expansion ([5480b73](5480b73))
* **renovate:** syntax error [skip ci] ([36cef7f](36cef7f))
* **renovate:** syntax error [skip ci] ([cd5ccdd](cd5ccdd))
* **rest:** use debug instead of regular logger ([7fda71a](7fda71a))
* use cloud duration argument instead of custom ([cfdb473](cfdb473))
BrycensRanch added a commit that referenced this pull request Mar 23, 2023
## [1.1.0-alpha.1](https://github.com/BrycensRanch/TownyPlus/compare/v1.0.11...v1.1.0-alpha.1) (2023-03-23)

### ⚡️ Code Performance

* **discord:** move discord management to new class ([70541c2](https://github.com/BrycensRanch/TownyPlus/commit/70541c2726799000bde4c47fcb25a630c1159473))
* wip ([af11290](https://github.com/BrycensRanch/TownyPlus/commit/af11290a561690031afbd9c62fdcb7c9029d8e68))
* wip ([1feda07](https://github.com/BrycensRanch/TownyPlus/commit/1feda075284f80e9fec304995c8d2e9d21dd50f0))

### 📝  Documentation

* align plugin name in overview ([e43c3d9](https://github.com/BrycensRanch/TownyPlus/commit/e43c3d948e54d067b711fc13ef25c6ecf442d349))
* clarify on extra information section ([388a517](https://github.com/BrycensRanch/TownyPlus/commit/388a517fa4a53a721b2d54f415d330bcbe8475e8))
* **issue-template:** require townyplus dump ([dee053c](https://github.com/BrycensRanch/TownyPlus/commit/dee053c041edeb428985140d98909563cfd1ffe5))
* point download link to alpha branch ([0f735e2](https://github.com/BrycensRanch/TownyPlus/commit/0f735e25ae3134de32bdc2e1b2c67796d8c26897))
* **refactor:** redo badges ([b79fa3c](https://github.com/BrycensRanch/TownyPlus/commit/b79fa3ca6cfa6c54493b9cee4156bb1e6a6e92e8))
* remove useless information and point to alpha ([4933d78](https://github.com/BrycensRanch/TownyPlus/commit/4933d78e3cd65e59e51a4bdc3a212714a6e8df03))
* update platforms that we auto publish to ([e410de9](https://github.com/BrycensRanch/TownyPlus/commit/e410de956da92d60226660ec6dccf91612ac11f2))

### ✨ Feature ✨

* **expansion:** add %townyplus_town_NAME_networth% ([ff361db](https://github.com/BrycensRanch/TownyPlus/commit/ff361db92d89621ebe48a9477a15cd4461e81307))
* **ssl:** add in-depth ssl options in config ([a1af36c](https://github.com/BrycensRanch/TownyPlus/commit/a1af36c43d4d3527e9454c019a13dc6fdd9500db))
* use github token environment variable ([7e26c86](https://github.com/BrycensRanch/TownyPlus/commit/7e26c864484b65e4bc33439f3b2358e7e9d14f62))

### 📦️ Build and CI

* **branch-change:** allow beta branch to pr master ([8b414bc](https://github.com/BrycensRanch/TownyPlus/commit/8b414bc1529e3d8647c1e124011ffd8c6798be31))
* **deps:** bump plugin-publish ([a8259bf](https://github.com/BrycensRanch/TownyPlus/commit/a8259bf725013d168e516a26770427b53ca5f0d6))
* **deps:** bump plugin-publish ([acba3ed](https://github.com/BrycensRanch/TownyPlus/commit/acba3ed627a707580722b5bde9dde216082f4b6f))
* dont quote polymart id ([f0fb674](https://github.com/BrycensRanch/TownyPlus/commit/f0fb6742920f43631c535118b3ff5de502aeae0a))
* **e2e:** bump wait time ([d7b67b8](https://github.com/BrycensRanch/TownyPlus/commit/d7b67b808cccc36466b2b47a0d68f2210f95c7b0))
* **e2e:** ci ([849039a](https://github.com/BrycensRanch/TownyPlus/commit/849039a0093b73841d81c459ed0963ed308da15b))
* **e2e:** dont test tdiscord ([cfdfa68](https://github.com/BrycensRanch/TownyPlus/commit/cfdfa686fbd749d4d66a499a1ee16cc373ecfd45))
* **e2e:** install in e2e dir ([b04174f](https://github.com/BrycensRanch/TownyPlus/commit/b04174f0958957c6f6bc795461140dd8bf0ce71e))
* **e2e:** install in e2e dir ([3604e63](https://github.com/BrycensRanch/TownyPlus/commit/3604e63626f798e443b015eddfbbcb77c6b6cfe4))
* **e2e:** install in e2e dir ([4e22bbd](https://github.com/BrycensRanch/TownyPlus/commit/4e22bbd3ba3f52f6db69dd07deb4060c0bcb53bd))
* **e2e:** install in e2e dir ([2621a67](https://github.com/BrycensRanch/TownyPlus/commit/2621a67d65ccde1acb1845b0a88e3a37bac80fe9))
* **e2e:** install pnpm for testing ([452784e](https://github.com/BrycensRanch/TownyPlus/commit/452784e07917e997c0051002d6cfa5df10894241))
* **e2e:** kill others when done ([400bb2c](https://github.com/BrycensRanch/TownyPlus/commit/400bb2cc56cc74cd873f29cf8d6cd1dd72ee2c91))
* **e2e:** kill others when done ([4c7a48e](https://github.com/BrycensRanch/TownyPlus/commit/4c7a48eb1150e90c446300e9dd9d847b3b00dc28))
* **e2e:** kill others when done ([975eef1](https://github.com/BrycensRanch/TownyPlus/commit/975eef1800235494e0cb5a04c04dbcea2a045e37))
* **e2e:** kill others when done ([5618682](https://github.com/BrycensRanch/TownyPlus/commit/5618682b3adcd68d19eeae90a6d5a96f29c73a91))
* **e2e:** remove sleep dep ([8113817](https://github.com/BrycensRanch/TownyPlus/commit/81138170d13768ac5b4e2c5f50f2652b9872acc3))
* **e2e:** run tests on ci ([4ebf589](https://github.com/BrycensRanch/TownyPlus/commit/4ebf589110e33b9374294e2ae3d84136aecd0a66))
* **e2e:** update deps ([271bcc4](https://github.com/BrycensRanch/TownyPlus/commit/271bcc4fe659ae91ddc087f29ec49ec3ebfcdc6a))
* **fix:** allow ci to automatically format src files and commit them ([a920b26](https://github.com/BrycensRanch/TownyPlus/commit/a920b264319215f19741109590bc7b11a376a4a1))
* **fix:** do not upload loaders to cf ([b1a7647](https://github.com/BrycensRanch/TownyPlus/commit/b1a7647f06e4c728694829bfbf01087c5d9d8a19))
* **publish:** always produce release artifacts ([dec3b0b](https://github.com/BrycensRanch/TownyPlus/commit/dec3b0bfbfb0132dbb7c7b4b8db6f199e1e1871b))
* **publish:** attempt to fix curseforge auto upload ([a115245](https://github.com/BrycensRanch/TownyPlus/commit/a1152453e0f2c3a797e04447d82bbb3e9432c55a))
* **publish:** attempt to publish to modrinth automatically ([9325686](https://github.com/BrycensRanch/TownyPlus/commit/93256868f42337d53e3741e3e16398bd900e9698))
* **publish:** do not remove changelog markdown  ([14a5b9f](https://github.com/BrycensRanch/TownyPlus/commit/14a5b9f8b238325bd9c1a910c8e6dd291f478085))
* **publish:** fix modrinth config ([81f026f](https://github.com/BrycensRanch/TownyPlus/commit/81f026fa4dff3b689c53cd48b2d0a7f4a6f5cd77))
* **publish:** publish to polymart ([c9aedf4](https://github.com/BrycensRanch/TownyPlus/commit/c9aedf4b67b5cfc53a8adfbab6c0f3661c6b5aaa))
* **publish:** publish with parsed changelog  ([9aa6920](https://github.com/BrycensRanch/TownyPlus/commit/9aa6920c3b84bcca9a32e7475f115512adea36f4))
* **publish:** set release type ([ebbfb50](https://github.com/BrycensRanch/TownyPlus/commit/ebbfb507a171557c27fe610e6e8cda4d7cf0510e))
* **publish:** should allow for polymart publish ([77cf9ee](https://github.com/BrycensRanch/TownyPlus/commit/77cf9ee2e88cce57bf0727455a9c831034bc260c))
* **release:** generate changelog ([2bd0a59](https://github.com/BrycensRanch/TownyPlus/commit/2bd0a59b35037d472171490bf56e85b0464a50e5))
* **renovate:** automatically base off of alpha ([8648e24](https://github.com/BrycensRanch/TownyPlus/commit/8648e249b848516bdcc6f7701790368c3383be48))
* **renovate:** run renovate on alpha branch ([7d0ac11](https://github.com/BrycensRanch/TownyPlus/commit/7d0ac119ab784b0eca76882c93284ccb816c9258))
* **renovate:** use type chore for all deps ([dcc3e05](https://github.com/BrycensRanch/TownyPlus/commit/dcc3e052e1f9496e751bf9896ed96ce2ebaec06b))
* **test:** do not upload failing unit tests ([1b7c704](https://github.com/BrycensRanch/TownyPlus/commit/1b7c704beaa1c689193fc26ce04c9d35e81eca17))
* upload to curseforge automatically ([162c3d0](https://github.com/BrycensRanch/TownyPlus/commit/162c3d0231e70a3b8af34ad3760481e2d9d95636))
* use actually fixed version of plugin publish ([0d20740](https://github.com/BrycensRanch/TownyPlus/commit/0d207406104dc3bfdf28719751c45c945fa6b16f))

### 🧪 Code Test

* bukkit scheduler doesnt exist in mockbukkit ([2527dba](https://github.com/BrycensRanch/TownyPlus/commit/2527dbac5b9f68fb325ee911158b88f39b8e8879))
* bump mc test server version ([d92a1a0](https://github.com/BrycensRanch/TownyPlus/commit/d92a1a074b6a1b2fa84ac02229e63d665511430d))
* **e2e:** add e2e tests ([0ad2513](https://github.com/BrycensRanch/TownyPlus/commit/0ad251300e0bb45146458492775432077e19e170))
* **e2e:** wip ([027cd40](https://github.com/BrycensRanch/TownyPlus/commit/027cd406a487a3e8eac0436b611ddbfe4df3b0be))
* fix some legal issues :3 ([be536c0](https://github.com/BrycensRanch/TownyPlus/commit/be536c0198ab31562cb86eca32afc457e4bebb3b))
* **server:** add tne for economy testing ([c87dedd](https://github.com/BrycensRanch/TownyPlus/commit/c87deddcb5c59d7916378d29dd82e5efa4ebbc7d))
* **server:** update files ([8bbb7ea](https://github.com/BrycensRanch/TownyPlus/commit/8bbb7eac1f931256d63af2318593c7583b2af77a))
* **server:** update server files ([c2cdb79](https://github.com/BrycensRanch/TownyPlus/commit/c2cdb7966b60e6f5286bdc1fa6cdc47557fc793e))
* **server:** use 1.19.4 ([d27146d](https://github.com/BrycensRanch/TownyPlus/commit/d27146dc9918f4039a0755de5f35292dbe0ea2bc))

### 🐛 Bugfix 🐛

* **build:** declare cloud-annotations as annotationProcessor ([d5731ae](https://github.com/BrycensRanch/TownyPlus/commit/d5731ae3a3545505ca5b0a5e358d0f82258621d9))
* **default config:** use sqlite jdbc url ([bcc2a58](https://github.com/BrycensRanch/TownyPlus/commit/bcc2a58c77ceba439d50c681972f7cd87f0c0512))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.2 ([#43](https://github.com/BrycensRanch/TownyPlus/issues/43)) [skip ci] ([dffeafd](https://github.com/BrycensRanch/TownyPlus/commit/dffeafdfb4fe0b2ba646ffcf82c4610cf3e9345d))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.3 ([cbe0383](https://github.com/BrycensRanch/TownyPlus/commit/cbe0383e936676e079d7dff5f2695629fa2f7798))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.2 ([#46](https://github.com/BrycensRanch/TownyPlus/issues/46)) ([e4be59d](https://github.com/BrycensRanch/TownyPlus/commit/e4be59d639d721b3689f3ccf987f784b7120470c))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.3 ([312573d](https://github.com/BrycensRanch/TownyPlus/commit/312573def96c9b3df78a821e1c802b856ad451b1))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.2 ([#44](https://github.com/BrycensRanch/TownyPlus/issues/44)) [skip ci] ([ddd157e](https://github.com/BrycensRanch/TownyPlus/commit/ddd157ee573552d4fbb703f5f1881ba65850c208))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.2 ([#45](https://github.com/BrycensRanch/TownyPlus/issues/45)) [skip ci] ([673d4ff](https://github.com/BrycensRanch/TownyPlus/commit/673d4ff86a20405f4b831cb9cd23c3239cd4d76d))
* **deps:** update dependency com.h2database:h2 to v2 ([#60](https://github.com/BrycensRanch/TownyPlus/issues/60)) ([bc909ec](https://github.com/BrycensRanch/TownyPlus/commit/bc909ecf3b1c3683ff6a7f9f1a6ca6c7f9debf93))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.10 ([8146892](https://github.com/BrycensRanch/TownyPlus/commit/8146892a190d49bd504cc1563568869a5042db02))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.12 ([d0ecc41](https://github.com/BrycensRanch/TownyPlus/commit/d0ecc41acc4f5f895b93fc915ef23a9a975b7d7b))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.14 ([a8b7037](https://github.com/BrycensRanch/TownyPlus/commit/a8b70372f1632733f28f4e0d2af9c247f457f376))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.15 ([46e5510](https://github.com/BrycensRanch/TownyPlus/commit/46e5510f408d69cb070694a8bb82aba493ea104d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 ([#69](https://github.com/BrycensRanch/TownyPlus/issues/69)) ([1e6e652](https://github.com/BrycensRanch/TownyPlus/commit/1e6e652f5c5e70426f3b80b2db4a40f7ac5ea7ee))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.19 ([ad8cf5d](https://github.com/BrycensRanch/TownyPlus/commit/ad8cf5d0065a59e8fe6acd0710df570ec24adfc9))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.23 ([3c6cc72](https://github.com/BrycensRanch/TownyPlus/commit/3c6cc72a46aa36a2b3b3d6c5479af7feb0683201))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 ([#42](https://github.com/BrycensRanch/TownyPlus/issues/42)) ([3e4870d](https://github.com/BrycensRanch/TownyPlus/commit/3e4870dc16927947bc0538a6ac5fe60cde760c37)), closes [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31)
* **deps:** update dependency io.leangen.geantyref:geantyref to v1.3.14 ([c8c7771](https://github.com/BrycensRanch/TownyPlus/commit/c8c7771d4b90a0284c4cc375437644a4c2bafe0b))
* **deps:** update dependency me.clip:placeholderapi to v2.11.3 ([80183cd](https://github.com/BrycensRanch/TownyPlus/commit/80183cd392e7c67ffdfbaea02138a651c4161083))
* **deps:** update dependency mineverse.aust1n46:venturechat to v3 ([#65](https://github.com/BrycensRanch/TownyPlus/issues/65)) ([5d14996](https://github.com/BrycensRanch/TownyPlus/commit/5d149967ded3c75a6bc104b960e2afd79836e520))
* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](https://github.com/BrycensRanch/TownyPlus/issues/49)) ([c74c416](https://github.com/BrycensRanch/TownyPlus/commit/c74c416d7fc8ac9b8132384166755d46451203c5))
* **deps:** update dependency net.kyori:adventure-api to v4.13.0 ([#71](https://github.com/BrycensRanch/TownyPlus/issues/71)) ([7cfe9a5](https://github.com/BrycensRanch/TownyPlus/commit/7cfe9a5927ef3874a8700d3d9af9777052c685fa))
* **deps:** update dependency net.kyori:adventure-text-logger-slf4j to v4.13.0 ([#72](https://github.com/BrycensRanch/TownyPlus/issues/72)) ([f30df02](https://github.com/BrycensRanch/TownyPlus/commit/f30df026b1f42b29642cea0cc9aabf99898a579c))
* **deps:** update dependency net.kyori:adventure-text-minimessage to v4.13.0 ([#73](https://github.com/BrycensRanch/TownyPlus/issues/73)) ([e8f6c44](https://github.com/BrycensRanch/TownyPlus/commit/e8f6c448a0723540c43ba44e75add7fa8f5a74a0))
* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([58c64df](https://github.com/BrycensRanch/TownyPlus/commit/58c64dfdfa27b6f432b4f5792ffb7dadfc18cbc0))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.0 ([498ffd1](https://github.com/BrycensRanch/TownyPlus/commit/498ffd10363cdf2476bd5e6b617402c41da807ab))
* **discordsrv:** do not process msgs if discordSRVListener is null ([7e28070](https://github.com/BrycensRanch/TownyPlus/commit/7e2807001a3a6ca758e8cadf0178527a80c6bcd7))
* do not require github pat to dump ([60e2fad](https://github.com/BrycensRanch/TownyPlus/commit/60e2fad37294835e791692cf728464a77a0d9564))
* **expansion:** only register when papi is present ([74d5e69](https://github.com/BrycensRanch/TownyPlus/commit/74d5e697921d165c5105bd60fa1cd9e845b65cb8))
* localize more functionality ([61d395b](https://github.com/BrycensRanch/TownyPlus/commit/61d395b2d586a43a54d25e0aa7a3ad0f7df66b62))
* **reload:** deregister and register expansion ([5480b73](https://github.com/BrycensRanch/TownyPlus/commit/5480b73f872e50995d4bcb998e1753f8c8ab191f))
* **renovate:** syntax error [skip ci] ([36cef7f](https://github.com/BrycensRanch/TownyPlus/commit/36cef7ffb26bbf5ec3afa2f442d6bee70ebff78f))
* **renovate:** syntax error [skip ci] ([cd5ccdd](https://github.com/BrycensRanch/TownyPlus/commit/cd5ccddcf299be3857e407bea1c2f85af70ba600))
* **rest:** use debug instead of regular logger ([7fda71a](https://github.com/BrycensRanch/TownyPlus/commit/7fda71a3b6df5c3e81e0c07338cc8fff5200dca0))
* use cloud duration argument instead of custom ([cfdb473](https://github.com/BrycensRanch/TownyPlus/commit/cfdb473f27258c9f5397dcb6ce917120ae99aaf5))

### 🔨  Misc.

* add additional checks  for gh_token ([a2f9ab8](https://github.com/BrycensRanch/TownyPlus/commit/a2f9ab8d6fb91488ecea447661e6f917aaa3c109))
* add advanced dependency management ([d9368f4](https://github.com/BrycensRanch/TownyPlus/commit/d9368f4bf8e01b9730c542d8462c7e1cfc3431a8))
* apply repos to all projects ([a10747d](https://github.com/BrycensRanch/TownyPlus/commit/a10747d5978f0915d004f803f1cee0df43ac249b))
* attempt to fix project version ([affd461](https://github.com/BrycensRanch/TownyPlus/commit/affd46130cba74d055c346dee9908d9892e18d7f))
* comment out unused lang keys ([d6cada4](https://github.com/BrycensRanch/TownyPlus/commit/d6cada43f118bd8f74f7a47f65a5c74c3d0a1efb))
* **deps:** bump plugin-publish ([7faadc0](https://github.com/BrycensRanch/TownyPlus/commit/7faadc071f2576b0f57349942fc41fa984170f0b))
* **deps:** bump plugin-publish ([04929e1](https://github.com/BrycensRanch/TownyPlus/commit/04929e118001fb16fdf486599b57924fb846a0b1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#48](https://github.com/BrycensRanch/TownyPlus/issues/48)) ([15757d1](https://github.com/BrycensRanch/TownyPlus/commit/15757d162bd93e77a79821e1156287b19030499d))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#51](https://github.com/BrycensRanch/TownyPlus/issues/51)) ([1c41707](https://github.com/BrycensRanch/TownyPlus/commit/1c41707d194c046e70235cf9f677f3261e15fe8c))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](https://github.com/BrycensRanch/TownyPlus/issues/78)) ([bf6d847](https://github.com/BrycensRanch/TownyPlus/commit/bf6d847ab8b4cbde41735c693480ac4414d334dc))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.3 ([#79](https://github.com/BrycensRanch/TownyPlus/issues/79)) ([9048c5d](https://github.com/BrycensRanch/TownyPlus/commit/9048c5d9033318fa94e97bc3cdb7d98c08f42f74))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](https://github.com/BrycensRanch/TownyPlus/issues/81)) ([3f9706f](https://github.com/BrycensRanch/TownyPlus/commit/3f9706f6f7d9d8867b8e4e477bcf1e972ced259e))
* **deps:** update dependency gradle to v8.0.2 ([#52](https://github.com/BrycensRanch/TownyPlus/issues/52)) ([a67d29c](https://github.com/BrycensRanch/TownyPlus/commit/a67d29c72c5e3980f5e7d2e2c2ce68c93cb85e7c))
* **deps:** update dependency io.javalin:javalin-bundle to v5.4.2 ([#59](https://github.com/BrycensRanch/TownyPlus/issues/59)) ([7f8ad0a](https://github.com/BrycensRanch/TownyPlus/commit/7f8ad0ad75050bf3e34e53464514b1829bead937))
* **deps:** update dependency net.kyori:adventure-platform-bukkit to v4.3.0 ([#75](https://github.com/BrycensRanch/TownyPlus/issues/75)) ([b930ed1](https://github.com/BrycensRanch/TownyPlus/commit/b930ed1e55e8182b2be71b045c35c9135a8a9600))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.1 ([#86](https://github.com/BrycensRanch/TownyPlus/issues/86)) ([40c0242](https://github.com/BrycensRanch/TownyPlus/commit/40c024243341c61412e57590a4b65652991e5ff6))
* **deps:** update dependency typescript to v5 ([#80](https://github.com/BrycensRanch/TownyPlus/issues/80)) ([120ebda](https://github.com/BrycensRanch/TownyPlus/commit/120ebda6a094ac2beb80c3568d957b7e66fa4f1b))
* **deps:** update plugin com.diffplug.spotless to v6.17.0 ([#70](https://github.com/BrycensRanch/TownyPlus/issues/70)) ([ae1b3bd](https://github.com/BrycensRanch/TownyPlus/commit/ae1b3bdc9793a66edb57d45c1f4540492b1baf36))
* **deps:** update plugin com.github.johnrengelman.shadow to v8.1.1 ([#84](https://github.com/BrycensRanch/TownyPlus/issues/84)) ([8c5405c](https://github.com/BrycensRanch/TownyPlus/commit/8c5405c0735682f3bf016bc0eea788ce4accccbf))
* **deps:** update plugin com.github.spotbugs to v5.0.14 ([5518188](https://github.com/BrycensRanch/TownyPlus/commit/5518188c98acd8c691c5a40f3e18fe6803fdc6ed))
* **dev-fix:** fix misspelled env variables ([5368d03](https://github.com/BrycensRanch/TownyPlus/commit/5368d03fe8e52271b9250b6c963209e2489f347b))
* **dev:** clarify which dev environment built the jar ([881c709](https://github.com/BrycensRanch/TownyPlus/commit/881c70973d85a646d8eb7f2adf0574f8c731dc1f))
* prepare for bypass command to be configurable ([6be37ae](https://github.com/BrycensRanch/TownyPlus/commit/6be37aef47c7cecdb24df92344db576cddb24adc))
* **release:** 1.0.11-alpha.1 [skip ci] ([17d9a90](https://github.com/BrycensRanch/TownyPlus/commit/17d9a90871e78527ca4fa7d3e90331e7ef449da4)), closes [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31)
* **release:** 1.0.11-alpha.2 [skip ci] ([9d118e5](https://github.com/BrycensRanch/TownyPlus/commit/9d118e5e9120390dc7815b0db245b54a3f3bad61)), closes [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48)
* **release:** 1.0.11-alpha.3 [skip ci] ([709ceb7](https://github.com/BrycensRanch/TownyPlus/commit/709ceb7c646cd4592d62f9a204f83db563523745)), closes [#49](https://github.com/BrycensRanch/TownyPlus/issues/49)
* **release:** 1.0.11-alpha.4 [skip ci] ([b128459](https://github.com/BrycensRanch/TownyPlus/commit/b1284597f180f6a2dc5900e64d46cef2a27aa317)), closes [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52)
* **release:** 1.0.11-alpha.5 [skip ci] ([9ea3487](https://github.com/BrycensRanch/TownyPlus/commit/9ea3487b4b008d1392b20cef8f6d0ef3c47c8985))
* **release:** 1.0.11-alpha.6 [skip ci] ([41d2b49](https://github.com/BrycensRanch/TownyPlus/commit/41d2b49c44b14b84483f2c1cde5f630822940690))
* **release:** 1.0.11-alpha.7 [skip ci] ([d970d53](https://github.com/BrycensRanch/TownyPlus/commit/d970d530dd3d6aa93bc1d83aec02442a93e359d0))
* **release:** 1.1.0-alpha.1 [skip ci] ([0b35ac6](https://github.com/BrycensRanch/TownyPlus/commit/0b35ac6a9557f117ad11696db30a91d66efe048f)), closes [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73)
* **release:** 1.1.0-alpha.1 [skip ci] ([f2297bc](https://github.com/BrycensRanch/TownyPlus/commit/f2297bc7d190af453214102cb840d3dbf611452e)), closes [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65)
* **release:** 1.1.0-alpha.1 [skip ci] ([b12a0e2](https://github.com/BrycensRanch/TownyPlus/commit/b12a0e293aa6cffa7975176e26b586e8bb6d32a8)), closes [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73)
* **release:** 1.1.0-alpha.1 [skip ci] ([61aa865](https://github.com/BrycensRanch/TownyPlus/commit/61aa86539ea3fbab2482170ee37150a00079b710))
* **release:** 1.1.0-alpha.10 [skip ci] ([4e1d41b](https://github.com/BrycensRanch/TownyPlus/commit/4e1d41b10f568bb476eb2522ac0a397978c365a3))
* **release:** 1.1.0-alpha.11 [skip ci] ([15b8c99](https://github.com/BrycensRanch/TownyPlus/commit/15b8c99e01617347306e30561aaef65e504b205e))
* **release:** 1.1.0-alpha.12 [skip ci] ([49b8520](https://github.com/BrycensRanch/TownyPlus/commit/49b8520094a6e0574018b5a4f8c3c9768b444785)), closes [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73)
* **release:** 1.1.0-alpha.13 [skip ci] ([c272f9d](https://github.com/BrycensRanch/TownyPlus/commit/c272f9d242b961e4ad0761709dcab20f88bb6315))
* **release:** 1.1.0-alpha.14 [skip ci] ([4bfb51b](https://github.com/BrycensRanch/TownyPlus/commit/4bfb51bde1d68cd081a33426884ed5ef4e1ce1ce)), closes [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80)
* **release:** 1.1.0-alpha.15 [skip ci] ([5075995](https://github.com/BrycensRanch/TownyPlus/commit/5075995de50553691169da5b46f7121acca7050a))
* **release:** 1.1.0-alpha.16 [skip ci] ([db0269b](https://github.com/BrycensRanch/TownyPlus/commit/db0269ba3472034fec0809e4b3c1d35ef0ec85d0)), closes [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81)
* **release:** 1.1.0-alpha.2 [skip ci] ([948b08a](https://github.com/BrycensRanch/TownyPlus/commit/948b08ab046917c78a95a8fafdb72b2c4297843c)), closes [#60](https://github.com/BrycensRanch/TownyPlus/issues/60)
* **release:** 1.1.0-alpha.3 [skip ci] ([51c1e82](https://github.com/BrycensRanch/TownyPlus/commit/51c1e828c768a617ffccc89f1c9474609e0d7205))
* **release:** 1.1.0-alpha.4 [skip ci] ([4d936ec](https://github.com/BrycensRanch/TownyPlus/commit/4d936ec97445e069a37117af14d3ca9fe8128f1d)), closes [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65)
* **release:** 1.1.0-alpha.5 [skip ci] ([eed101f](https://github.com/BrycensRanch/TownyPlus/commit/eed101f3ffff6334f634e0c4b052370e3f339c81))
* **release:** 1.1.0-alpha.6 [skip ci] ([36cc8b8](https://github.com/BrycensRanch/TownyPlus/commit/36cc8b8d2123fbaa4bb946e2a7927808825bb6e1))
* **release:** 1.1.0-alpha.7 [skip ci] ([5d77d00](https://github.com/BrycensRanch/TownyPlus/commit/5d77d00556b996dc44d14d672133560699b83cb7))
* **release:** 1.1.0-alpha.8 [skip ci] ([ecff77b](https://github.com/BrycensRanch/TownyPlus/commit/ecff77bdc2946ce0fda376ce51c66553a521fa3f))
* **release:** 1.1.0-alpha.9 [skip ci] ([6ddad35](https://github.com/BrycensRanch/TownyPlus/commit/6ddad352c133fef0591c119f788882e40f4b3c93))
* remove testing and update deps to 8.0.2 gradle ([1bd2525](https://github.com/BrycensRanch/TownyPlus/commit/1bd2525d2a4da8deb29c204345260355c5fa147a))
* **todo:** add reflection todo ([7da3c67](https://github.com/BrycensRanch/TownyPlus/commit/7da3c67718628a97b7a9664a708b1f8e5adb6af1))
* update debug server files ([7ec4fc3](https://github.com/BrycensRanch/TownyPlus/commit/7ec4fc3c8d10b10e0e04c69879f030c3731e1057))
* update renovate config ([c3228ab](https://github.com/BrycensRanch/TownyPlus/commit/c3228ab61b33b4f9ec39e0e1103085ccffc78e68))
* update server files ([525c159](https://github.com/BrycensRanch/TownyPlus/commit/525c159a1bed5e71b541e96a2d5a5919ea377ca9))
* **vscode:** recommend extensions for vscode ([e3dcbc6](https://github.com/BrycensRanch/TownyPlus/commit/e3dcbc6d823155d23dd72757bd0f11d6bf1d25f7))
BrycensRanch added a commit that referenced this pull request Mar 24, 2023
## [1.1.0-alpha.1](https://github.com/BrycensRanch/TownyPlus/compare/v1.0.11...v1.1.0-alpha.1) (2023-03-24)

### ⚡️ Code Performance

* **discord:** move discord management to new class ([70541c2](https://github.com/BrycensRanch/TownyPlus/commit/70541c2726799000bde4c47fcb25a630c1159473))
* wip ([af11290](https://github.com/BrycensRanch/TownyPlus/commit/af11290a561690031afbd9c62fdcb7c9029d8e68))
* wip ([1feda07](https://github.com/BrycensRanch/TownyPlus/commit/1feda075284f80e9fec304995c8d2e9d21dd50f0))

### 📝  Documentation

* align plugin name in overview ([e43c3d9](https://github.com/BrycensRanch/TownyPlus/commit/e43c3d948e54d067b711fc13ef25c6ecf442d349))
* clarify on extra information section ([388a517](https://github.com/BrycensRanch/TownyPlus/commit/388a517fa4a53a721b2d54f415d330bcbe8475e8))
* **issue-template:** require townyplus dump ([dee053c](https://github.com/BrycensRanch/TownyPlus/commit/dee053c041edeb428985140d98909563cfd1ffe5))
* point download link to alpha branch ([0f735e2](https://github.com/BrycensRanch/TownyPlus/commit/0f735e25ae3134de32bdc2e1b2c67796d8c26897))
* **refactor:** redo badges ([b79fa3c](https://github.com/BrycensRanch/TownyPlus/commit/b79fa3ca6cfa6c54493b9cee4156bb1e6a6e92e8))
* remove useless information and point to alpha ([4933d78](https://github.com/BrycensRanch/TownyPlus/commit/4933d78e3cd65e59e51a4bdc3a212714a6e8df03))
* update platforms that we auto publish to ([e410de9](https://github.com/BrycensRanch/TownyPlus/commit/e410de956da92d60226660ec6dccf91612ac11f2))

### ✨ Feature ✨

* **expansion:** add %townyplus_town_NAME_networth% ([ff361db](https://github.com/BrycensRanch/TownyPlus/commit/ff361db92d89621ebe48a9477a15cd4461e81307))
* **ssl:** add in-depth ssl options in config ([a1af36c](https://github.com/BrycensRanch/TownyPlus/commit/a1af36c43d4d3527e9454c019a13dc6fdd9500db))
* use github token environment variable ([7e26c86](https://github.com/BrycensRanch/TownyPlus/commit/7e26c864484b65e4bc33439f3b2358e7e9d14f62))

### 📦️ Build and CI

* **branch-change:** allow beta branch to pr master ([8b414bc](https://github.com/BrycensRanch/TownyPlus/commit/8b414bc1529e3d8647c1e124011ffd8c6798be31))
* **deps:** bump plugin-publish ([a8259bf](https://github.com/BrycensRanch/TownyPlus/commit/a8259bf725013d168e516a26770427b53ca5f0d6))
* **deps:** bump plugin-publish ([acba3ed](https://github.com/BrycensRanch/TownyPlus/commit/acba3ed627a707580722b5bde9dde216082f4b6f))
* dont quote polymart id ([f0fb674](https://github.com/BrycensRanch/TownyPlus/commit/f0fb6742920f43631c535118b3ff5de502aeae0a))
* **e2e:** bump wait time ([d7b67b8](https://github.com/BrycensRanch/TownyPlus/commit/d7b67b808cccc36466b2b47a0d68f2210f95c7b0))
* **e2e:** ci ([849039a](https://github.com/BrycensRanch/TownyPlus/commit/849039a0093b73841d81c459ed0963ed308da15b))
* **e2e:** dont test tdiscord ([cfdfa68](https://github.com/BrycensRanch/TownyPlus/commit/cfdfa686fbd749d4d66a499a1ee16cc373ecfd45))
* **e2e:** install in e2e dir ([b04174f](https://github.com/BrycensRanch/TownyPlus/commit/b04174f0958957c6f6bc795461140dd8bf0ce71e))
* **e2e:** install in e2e dir ([3604e63](https://github.com/BrycensRanch/TownyPlus/commit/3604e63626f798e443b015eddfbbcb77c6b6cfe4))
* **e2e:** install in e2e dir ([4e22bbd](https://github.com/BrycensRanch/TownyPlus/commit/4e22bbd3ba3f52f6db69dd07deb4060c0bcb53bd))
* **e2e:** install in e2e dir ([2621a67](https://github.com/BrycensRanch/TownyPlus/commit/2621a67d65ccde1acb1845b0a88e3a37bac80fe9))
* **e2e:** install pnpm for testing ([452784e](https://github.com/BrycensRanch/TownyPlus/commit/452784e07917e997c0051002d6cfa5df10894241))
* **e2e:** kill others when done ([400bb2c](https://github.com/BrycensRanch/TownyPlus/commit/400bb2cc56cc74cd873f29cf8d6cd1dd72ee2c91))
* **e2e:** kill others when done ([4c7a48e](https://github.com/BrycensRanch/TownyPlus/commit/4c7a48eb1150e90c446300e9dd9d847b3b00dc28))
* **e2e:** kill others when done ([975eef1](https://github.com/BrycensRanch/TownyPlus/commit/975eef1800235494e0cb5a04c04dbcea2a045e37))
* **e2e:** kill others when done ([5618682](https://github.com/BrycensRanch/TownyPlus/commit/5618682b3adcd68d19eeae90a6d5a96f29c73a91))
* **e2e:** remove sleep dep ([8113817](https://github.com/BrycensRanch/TownyPlus/commit/81138170d13768ac5b4e2c5f50f2652b9872acc3))
* **e2e:** run tests on ci ([4ebf589](https://github.com/BrycensRanch/TownyPlus/commit/4ebf589110e33b9374294e2ae3d84136aecd0a66))
* **e2e:** update deps ([271bcc4](https://github.com/BrycensRanch/TownyPlus/commit/271bcc4fe659ae91ddc087f29ec49ec3ebfcdc6a))
* **fix:** allow ci to automatically format src files and commit them ([a920b26](https://github.com/BrycensRanch/TownyPlus/commit/a920b264319215f19741109590bc7b11a376a4a1))
* **fix:** do not upload loaders to cf ([b1a7647](https://github.com/BrycensRanch/TownyPlus/commit/b1a7647f06e4c728694829bfbf01087c5d9d8a19))
* **publish:** always produce release artifacts ([dec3b0b](https://github.com/BrycensRanch/TownyPlus/commit/dec3b0bfbfb0132dbb7c7b4b8db6f199e1e1871b))
* **publish:** attempt to fix curseforge auto upload ([a115245](https://github.com/BrycensRanch/TownyPlus/commit/a1152453e0f2c3a797e04447d82bbb3e9432c55a))
* **publish:** attempt to publish to modrinth automatically ([9325686](https://github.com/BrycensRanch/TownyPlus/commit/93256868f42337d53e3741e3e16398bd900e9698))
* **publish:** do not remove changelog markdown  ([14a5b9f](https://github.com/BrycensRanch/TownyPlus/commit/14a5b9f8b238325bd9c1a910c8e6dd291f478085))
* **publish:** fix modrinth config ([81f026f](https://github.com/BrycensRanch/TownyPlus/commit/81f026fa4dff3b689c53cd48b2d0a7f4a6f5cd77))
* **publish:** publish to polymart ([c9aedf4](https://github.com/BrycensRanch/TownyPlus/commit/c9aedf4b67b5cfc53a8adfbab6c0f3661c6b5aaa))
* **publish:** publish with parsed changelog  ([9aa6920](https://github.com/BrycensRanch/TownyPlus/commit/9aa6920c3b84bcca9a32e7475f115512adea36f4))
* **publish:** set release type ([ebbfb50](https://github.com/BrycensRanch/TownyPlus/commit/ebbfb507a171557c27fe610e6e8cda4d7cf0510e))
* **publish:** should allow for polymart publish ([77cf9ee](https://github.com/BrycensRanch/TownyPlus/commit/77cf9ee2e88cce57bf0727455a9c831034bc260c))
* **release:** generate changelog ([2bd0a59](https://github.com/BrycensRanch/TownyPlus/commit/2bd0a59b35037d472171490bf56e85b0464a50e5))
* **renovate:** automatically base off of alpha ([8648e24](https://github.com/BrycensRanch/TownyPlus/commit/8648e249b848516bdcc6f7701790368c3383be48))
* **renovate:** run renovate on alpha branch ([7d0ac11](https://github.com/BrycensRanch/TownyPlus/commit/7d0ac119ab784b0eca76882c93284ccb816c9258))
* **renovate:** use type chore for all deps ([dcc3e05](https://github.com/BrycensRanch/TownyPlus/commit/dcc3e052e1f9496e751bf9896ed96ce2ebaec06b))
* **test:** do not upload failing unit tests ([1b7c704](https://github.com/BrycensRanch/TownyPlus/commit/1b7c704beaa1c689193fc26ce04c9d35e81eca17))
* upload to curseforge automatically ([162c3d0](https://github.com/BrycensRanch/TownyPlus/commit/162c3d0231e70a3b8af34ad3760481e2d9d95636))
* use actually fixed version of plugin publish ([0d20740](https://github.com/BrycensRanch/TownyPlus/commit/0d207406104dc3bfdf28719751c45c945fa6b16f))

### 🧪 Code Test

* bukkit scheduler doesnt exist in mockbukkit ([2527dba](https://github.com/BrycensRanch/TownyPlus/commit/2527dbac5b9f68fb325ee911158b88f39b8e8879))
* bump mc test server version ([d92a1a0](https://github.com/BrycensRanch/TownyPlus/commit/d92a1a074b6a1b2fa84ac02229e63d665511430d))
* **e2e:** add e2e tests ([0ad2513](https://github.com/BrycensRanch/TownyPlus/commit/0ad251300e0bb45146458492775432077e19e170))
* **e2e:** wip ([027cd40](https://github.com/BrycensRanch/TownyPlus/commit/027cd406a487a3e8eac0436b611ddbfe4df3b0be))
* fix some legal issues :3 ([be536c0](https://github.com/BrycensRanch/TownyPlus/commit/be536c0198ab31562cb86eca32afc457e4bebb3b))
* **server:** add tne for economy testing ([c87dedd](https://github.com/BrycensRanch/TownyPlus/commit/c87deddcb5c59d7916378d29dd82e5efa4ebbc7d))
* **server:** update files ([8bbb7ea](https://github.com/BrycensRanch/TownyPlus/commit/8bbb7eac1f931256d63af2318593c7583b2af77a))
* **server:** update server files ([c2cdb79](https://github.com/BrycensRanch/TownyPlus/commit/c2cdb7966b60e6f5286bdc1fa6cdc47557fc793e))
* **server:** use 1.19.4 ([d27146d](https://github.com/BrycensRanch/TownyPlus/commit/d27146dc9918f4039a0755de5f35292dbe0ea2bc))

### 🐛 Bugfix 🐛

* **build:** declare cloud-annotations as annotationProcessor ([d5731ae](https://github.com/BrycensRanch/TownyPlus/commit/d5731ae3a3545505ca5b0a5e358d0f82258621d9))
* **default config:** use sqlite jdbc url ([bcc2a58](https://github.com/BrycensRanch/TownyPlus/commit/bcc2a58c77ceba439d50c681972f7cd87f0c0512))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.2 ([#43](https://github.com/BrycensRanch/TownyPlus/issues/43)) [skip ci] ([dffeafd](https://github.com/BrycensRanch/TownyPlus/commit/dffeafdfb4fe0b2ba646ffcf82c4610cf3e9345d))
* **deps:** update dependency cloud.commandframework:cloud-annotations to v1.8.3 ([cbe0383](https://github.com/BrycensRanch/TownyPlus/commit/cbe0383e936676e079d7dff5f2695629fa2f7798))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.2 ([#46](https://github.com/BrycensRanch/TownyPlus/issues/46)) ([e4be59d](https://github.com/BrycensRanch/TownyPlus/commit/e4be59d639d721b3689f3ccf987f784b7120470c))
* **deps:** update dependency cloud.commandframework:cloud-core to v1.8.3 ([312573d](https://github.com/BrycensRanch/TownyPlus/commit/312573def96c9b3df78a821e1c802b856ad451b1))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.2 ([#44](https://github.com/BrycensRanch/TownyPlus/issues/44)) [skip ci] ([ddd157e](https://github.com/BrycensRanch/TownyPlus/commit/ddd157ee573552d4fbb703f5f1881ba65850c208))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.2 ([#45](https://github.com/BrycensRanch/TownyPlus/issues/45)) [skip ci] ([673d4ff](https://github.com/BrycensRanch/TownyPlus/commit/673d4ff86a20405f4b831cb9cd23c3239cd4d76d))
* **deps:** update dependency com.h2database:h2 to v2 ([#60](https://github.com/BrycensRanch/TownyPlus/issues/60)) ([bc909ec](https://github.com/BrycensRanch/TownyPlus/commit/bc909ecf3b1c3683ff6a7f9f1a6ca6c7f9debf93))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.10 ([8146892](https://github.com/BrycensRanch/TownyPlus/commit/8146892a190d49bd504cc1563568869a5042db02))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.12 ([d0ecc41](https://github.com/BrycensRanch/TownyPlus/commit/d0ecc41acc4f5f895b93fc915ef23a9a975b7d7b))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.14 ([a8b7037](https://github.com/BrycensRanch/TownyPlus/commit/a8b70372f1632733f28f4e0d2af9c247f457f376))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.15 ([46e5510](https://github.com/BrycensRanch/TownyPlus/commit/46e5510f408d69cb070694a8bb82aba493ea104d))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.18 ([#69](https://github.com/BrycensRanch/TownyPlus/issues/69)) ([1e6e652](https://github.com/BrycensRanch/TownyPlus/commit/1e6e652f5c5e70426f3b80b2db4a40f7ac5ea7ee))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.19 ([ad8cf5d](https://github.com/BrycensRanch/TownyPlus/commit/ad8cf5d0065a59e8fe6acd0710df570ec24adfc9))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.23 ([3c6cc72](https://github.com/BrycensRanch/TownyPlus/commit/3c6cc72a46aa36a2b3b3d6c5479af7feb0683201))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.9 ([#42](https://github.com/BrycensRanch/TownyPlus/issues/42)) ([3e4870d](https://github.com/BrycensRanch/TownyPlus/commit/3e4870dc16927947bc0538a6ac5fe60cde760c37)), closes [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31)
* **deps:** update dependency io.leangen.geantyref:geantyref to v1.3.14 ([c8c7771](https://github.com/BrycensRanch/TownyPlus/commit/c8c7771d4b90a0284c4cc375437644a4c2bafe0b))
* **deps:** update dependency me.clip:placeholderapi to v2.11.3 ([80183cd](https://github.com/BrycensRanch/TownyPlus/commit/80183cd392e7c67ffdfbaea02138a651c4161083))
* **deps:** update dependency mineverse.aust1n46:venturechat to v3 ([#65](https://github.com/BrycensRanch/TownyPlus/issues/65)) ([5d14996](https://github.com/BrycensRanch/TownyPlus/commit/5d149967ded3c75a6bc104b960e2afd79836e520))
* **deps:** update dependency net.dv8tion:jda to v5.0.0-beta.5 ([#49](https://github.com/BrycensRanch/TownyPlus/issues/49)) ([c74c416](https://github.com/BrycensRanch/TownyPlus/commit/c74c416d7fc8ac9b8132384166755d46451203c5))
* **deps:** update dependency net.kyori:adventure-api to v4.13.0 ([#71](https://github.com/BrycensRanch/TownyPlus/issues/71)) ([7cfe9a5](https://github.com/BrycensRanch/TownyPlus/commit/7cfe9a5927ef3874a8700d3d9af9777052c685fa))
* **deps:** update dependency net.kyori:adventure-text-logger-slf4j to v4.13.0 ([#72](https://github.com/BrycensRanch/TownyPlus/issues/72)) ([f30df02](https://github.com/BrycensRanch/TownyPlus/commit/f30df026b1f42b29642cea0cc9aabf99898a579c))
* **deps:** update dependency net.kyori:adventure-text-minimessage to v4.13.0 ([#73](https://github.com/BrycensRanch/TownyPlus/issues/73)) ([e8f6c44](https://github.com/BrycensRanch/TownyPlus/commit/e8f6c448a0723540c43ba44e75add7fa8f5a74a0))
* **deps:** update dependency org.postgresql:postgresql to v42.6.0 ([58c64df](https://github.com/BrycensRanch/TownyPlus/commit/58c64dfdfa27b6f432b4f5792ffb7dadfc18cbc0))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.0 ([498ffd1](https://github.com/BrycensRanch/TownyPlus/commit/498ffd10363cdf2476bd5e6b617402c41da807ab))
* **discordsrv:** do not process msgs if discordSRVListener is null ([7e28070](https://github.com/BrycensRanch/TownyPlus/commit/7e2807001a3a6ca758e8cadf0178527a80c6bcd7))
* do not require github pat to dump ([60e2fad](https://github.com/BrycensRanch/TownyPlus/commit/60e2fad37294835e791692cf728464a77a0d9564))
* **expansion:** only register when papi is present ([74d5e69](https://github.com/BrycensRanch/TownyPlus/commit/74d5e697921d165c5105bd60fa1cd9e845b65cb8))
* localize more functionality ([61d395b](https://github.com/BrycensRanch/TownyPlus/commit/61d395b2d586a43a54d25e0aa7a3ad0f7df66b62))
* **reload:** deregister and register expansion ([5480b73](https://github.com/BrycensRanch/TownyPlus/commit/5480b73f872e50995d4bcb998e1753f8c8ab191f))
* **renovate:** syntax error [skip ci] ([36cef7f](https://github.com/BrycensRanch/TownyPlus/commit/36cef7ffb26bbf5ec3afa2f442d6bee70ebff78f))
* **renovate:** syntax error [skip ci] ([cd5ccdd](https://github.com/BrycensRanch/TownyPlus/commit/cd5ccddcf299be3857e407bea1c2f85af70ba600))
* **rest:** use debug instead of regular logger ([7fda71a](https://github.com/BrycensRanch/TownyPlus/commit/7fda71a3b6df5c3e81e0c07338cc8fff5200dca0))
* use cloud duration argument instead of custom ([cfdb473](https://github.com/BrycensRanch/TownyPlus/commit/cfdb473f27258c9f5397dcb6ce917120ae99aaf5))

### 🔨  Misc.

* add additional checks  for gh_token ([a2f9ab8](https://github.com/BrycensRanch/TownyPlus/commit/a2f9ab8d6fb91488ecea447661e6f917aaa3c109))
* add advanced dependency management ([d9368f4](https://github.com/BrycensRanch/TownyPlus/commit/d9368f4bf8e01b9730c542d8462c7e1cfc3431a8))
* apply repos to all projects ([a10747d](https://github.com/BrycensRanch/TownyPlus/commit/a10747d5978f0915d004f803f1cee0df43ac249b))
* attempt to fix project version ([affd461](https://github.com/BrycensRanch/TownyPlus/commit/affd46130cba74d055c346dee9908d9892e18d7f))
* comment out unused lang keys ([d6cada4](https://github.com/BrycensRanch/TownyPlus/commit/d6cada43f118bd8f74f7a47f65a5c74c3d0a1efb))
* **deps:** bump plugin-publish ([7faadc0](https://github.com/BrycensRanch/TownyPlus/commit/7faadc071f2576b0f57349942fc41fa984170f0b))
* **deps:** bump plugin-publish ([04929e1](https://github.com/BrycensRanch/TownyPlus/commit/04929e118001fb16fdf486599b57924fb846a0b1))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#48](https://github.com/BrycensRanch/TownyPlus/issues/48)) ([15757d1](https://github.com/BrycensRanch/TownyPlus/commit/15757d162bd93e77a79821e1156287b19030499d))
* **deps:** update brycensranch/plugin-publish digest to fc86191 ([#51](https://github.com/BrycensRanch/TownyPlus/issues/51)) ([1c41707](https://github.com/BrycensRanch/TownyPlus/commit/1c41707d194c046e70235cf9f677f3261e15fe8c))
* **deps:** update dependency cloud.commandframework:cloud-minecraft-extras to v1.8.3 ([#78](https://github.com/BrycensRanch/TownyPlus/issues/78)) ([bf6d847](https://github.com/BrycensRanch/TownyPlus/commit/bf6d847ab8b4cbde41735c693480ac4414d334dc))
* **deps:** update dependency cloud.commandframework:cloud-paper to v1.8.3 ([#79](https://github.com/BrycensRanch/TownyPlus/issues/79)) ([9048c5d](https://github.com/BrycensRanch/TownyPlus/commit/9048c5d9033318fa94e97bc3cdb7d98c08f42f74))
* **deps:** update dependency com.palmergames.bukkit.towny:towny to v0.98.6.20 ([#81](https://github.com/BrycensRanch/TownyPlus/issues/81)) ([3f9706f](https://github.com/BrycensRanch/TownyPlus/commit/3f9706f6f7d9d8867b8e4e477bcf1e972ced259e))
* **deps:** update dependency gradle to v8.0.2 ([#52](https://github.com/BrycensRanch/TownyPlus/issues/52)) ([a67d29c](https://github.com/BrycensRanch/TownyPlus/commit/a67d29c72c5e3980f5e7d2e2c2ce68c93cb85e7c))
* **deps:** update dependency io.javalin:javalin-bundle to v5.4.2 ([#59](https://github.com/BrycensRanch/TownyPlus/issues/59)) ([7f8ad0a](https://github.com/BrycensRanch/TownyPlus/commit/7f8ad0ad75050bf3e34e53464514b1829bead937))
* **deps:** update dependency net.kyori:adventure-platform-bukkit to v4.3.0 ([#75](https://github.com/BrycensRanch/TownyPlus/issues/75)) ([b930ed1](https://github.com/BrycensRanch/TownyPlus/commit/b930ed1e55e8182b2be71b045c35c9135a8a9600))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.41.0.1 ([#86](https://github.com/BrycensRanch/TownyPlus/issues/86)) ([40c0242](https://github.com/BrycensRanch/TownyPlus/commit/40c024243341c61412e57590a4b65652991e5ff6))
* **deps:** update dependency typescript to v5 ([#80](https://github.com/BrycensRanch/TownyPlus/issues/80)) ([120ebda](https://github.com/BrycensRanch/TownyPlus/commit/120ebda6a094ac2beb80c3568d957b7e66fa4f1b))
* **deps:** update mikepenz/gradle-dependency-submission action to v0.8.6 ([ac761f1](https://github.com/BrycensRanch/TownyPlus/commit/ac761f16da1b46b2700ac07529a427166e2c6e9a))
* **deps:** update plugin com.diffplug.spotless to v6.17.0 ([#70](https://github.com/BrycensRanch/TownyPlus/issues/70)) ([ae1b3bd](https://github.com/BrycensRanch/TownyPlus/commit/ae1b3bdc9793a66edb57d45c1f4540492b1baf36))
* **deps:** update plugin com.github.johnrengelman.shadow to v8.1.1 ([#84](https://github.com/BrycensRanch/TownyPlus/issues/84)) ([8c5405c](https://github.com/BrycensRanch/TownyPlus/commit/8c5405c0735682f3bf016bc0eea788ce4accccbf))
* **deps:** update plugin com.github.spotbugs to v5.0.14 ([5518188](https://github.com/BrycensRanch/TownyPlus/commit/5518188c98acd8c691c5a40f3e18fe6803fdc6ed))
* **dev-fix:** fix misspelled env variables ([5368d03](https://github.com/BrycensRanch/TownyPlus/commit/5368d03fe8e52271b9250b6c963209e2489f347b))
* **dev:** clarify which dev environment built the jar ([881c709](https://github.com/BrycensRanch/TownyPlus/commit/881c70973d85a646d8eb7f2adf0574f8c731dc1f))
* prepare for bypass command to be configurable ([6be37ae](https://github.com/BrycensRanch/TownyPlus/commit/6be37aef47c7cecdb24df92344db576cddb24adc))
* **release:** 1.0.11-alpha.1 [skip ci] ([17d9a90](https://github.com/BrycensRanch/TownyPlus/commit/17d9a90871e78527ca4fa7d3e90331e7ef449da4)), closes [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31)
* **release:** 1.0.11-alpha.2 [skip ci] ([9d118e5](https://github.com/BrycensRanch/TownyPlus/commit/9d118e5e9120390dc7815b0db245b54a3f3bad61)), closes [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48)
* **release:** 1.0.11-alpha.3 [skip ci] ([709ceb7](https://github.com/BrycensRanch/TownyPlus/commit/709ceb7c646cd4592d62f9a204f83db563523745)), closes [#49](https://github.com/BrycensRanch/TownyPlus/issues/49)
* **release:** 1.0.11-alpha.4 [skip ci] ([b128459](https://github.com/BrycensRanch/TownyPlus/commit/b1284597f180f6a2dc5900e64d46cef2a27aa317)), closes [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52)
* **release:** 1.0.11-alpha.5 [skip ci] ([9ea3487](https://github.com/BrycensRanch/TownyPlus/commit/9ea3487b4b008d1392b20cef8f6d0ef3c47c8985))
* **release:** 1.0.11-alpha.6 [skip ci] ([41d2b49](https://github.com/BrycensRanch/TownyPlus/commit/41d2b49c44b14b84483f2c1cde5f630822940690))
* **release:** 1.0.11-alpha.7 [skip ci] ([d970d53](https://github.com/BrycensRanch/TownyPlus/commit/d970d530dd3d6aa93bc1d83aec02442a93e359d0))
* **release:** 1.1.0-alpha.1 [skip ci] ([9d743f7](https://github.com/BrycensRanch/TownyPlus/commit/9d743f74b75756722ad5b196e01513417c50423d)), closes [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#86](https://github.com/BrycensRanch/TownyPlus/issues/86) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#84](https://github.com/BrycensRanch/TownyPlus/issues/84) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#43](https://github.com/BrycensRanch/TownyPlus/issues/43) [#46](https://github.com/BrycensRanch/TownyPlus/issues/46) [#44](https://github.com/BrycensRanch/TownyPlus/issues/44) [#45](https://github.com/BrycensRanch/TownyPlus/issues/45) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#36](https://github.com/BrycensRanch/TownyPlus/issues/36) [#37](https://github.com/BrycensRanch/TownyPlus/issues/37) [#32](https://github.com/BrycensRanch/TownyPlus/issues/32) [#39](https://github.com/BrycensRanch/TownyPlus/issues/39) [#33](https://github.com/BrycensRanch/TownyPlus/issues/33) [#34](https://github.com/BrycensRanch/TownyPlus/issues/34) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#30](https://github.com/BrycensRanch/TownyPlus/issues/30) [#38](https://github.com/BrycensRanch/TownyPlus/issues/38) [#35](https://github.com/BrycensRanch/TownyPlus/issues/35) [#31](https://github.com/BrycensRanch/TownyPlus/issues/31) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65) [#49](https://github.com/BrycensRanch/TownyPlus/issues/49) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#70](https://github.com/BrycensRanch/TownyPlus/issues/70) [#69](https://github.com/BrycensRanch/TownyPlus/issues/69) [#71](https://github.com/BrycensRanch/TownyPlus/issues/71) [#72](https://github.com/BrycensRanch/TownyPlus/issues/72) [#73](https://github.com/BrycensRanch/TownyPlus/issues/73) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#75](https://github.com/BrycensRanch/TownyPlus/issues/75) [#80](https://github.com/BrycensRanch/TownyPlus/issues/80) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#60](https://github.com/BrycensRanch/TownyPlus/issues/60) [#59](https://github.com/BrycensRanch/TownyPlus/issues/59) [#65](https://github.com/BrycensRanch/TownyPlus/issues/65)
* **release:** 1.1.0-alpha.1 [skip ci] ([0b35ac6](https://github.com/BrycensRanch/TownyPlus/commit/0b35ac6a9557f117ad11696db30a91d66efe048f)), closes [#48](https://github.com/BrycensRanch/TownyPlus/issues/48) [#51](https://github.com/BrycensRanch/TownyPlus/issues/51) [#78](https://github.com/BrycensRanch/TownyPlus/issues/78) [#79](https://github.com/BrycensRanch/TownyPlus/issues/79) [#81](https://github.com/BrycensRanch/TownyPlus/issues/81) [#52](https://github.com/BrycensRanch/TownyPlus/issues/52) [#59](https://github.com/BrycensRa…
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant