Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 14, 2022

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2022
@Ghost-chu Ghost-chu merged commit 75a799d into master Jan 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/me.xanium-GemsEconomy-4.9.3-BCRemake-1.5 branch January 16, 2022 05:17
sandtechnology added a commit that referenced this pull request Feb 8, 2022
* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](IntellectualSites/PlotSquared@6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814a.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993.
commit cce8232.
commit cec6caa.
commit 0980715.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ff)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4a.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](IntellectualSites/PlotSquared@6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](IncrediblePlugins/LandsAPI@5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac69.

Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com>
Co-authored-by: Ghost_chu <2908803755@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nikomaru <76208219+nlkomaru@users.noreply.github.com>
Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com>
Co-authored-by: Ryan <ramsden.ryan@live.com>
sandtechnology added a commit that referenced this pull request May 25, 2022
* Improve always counting command logic

* Throwing exception for default setAlwaysCountingContainer

* New Crowdin updates (#61)

* New translations messages.json (Swedish)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Italian)

* Fix typo

* Optimize shop purge feature
1.Disable purge command when purge not enabled
2.Stop making run method public
3.Add option at-server-startup and backup to optimize user experience
4.Fix config files always updating shop.sign-dye-color option when first install

* Fix typo

* fix no message will be sent if hit limit

* use Short#MAX_VALUE

* New Crowdin updates (#62)

* New translations messages.json (Norwegian)

* New translations messages.json (Norwegian)

* Fix missing comment and improve some comments

* Send cancelled message to player when block was broken

* Update external lib, switch openInv to maven repo

* #42 Fix item matching issue again, revert previous fix and correct raw item matching

* Fix typo

* A solution for setting offline owner and offline staff

* Fix tab-completing player name not returning online players when enabled include-offlineplayer-list

* Fix spigot based server test not catching Throwable

* Remove unused dep

* Revert "Remove unused dep"

This reverts commit 1a0b21bfd28783475eefa62e499e9dfa858283f1.

* Remove usage for Short.MAX_VALUE, is the vanilla server limit

* Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#63)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New Crowdin updates (#70)

* New translations messages.json (Polish)

* New translations messages.json (Polish)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc00354a09a206dc7ef267e2fbbfbcd5742.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ffe5c7d10a52a7bd1cbacc00331e15a3d76)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6392036c5888113c87b828cb6876b529d4)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4aadc00a39cc7c338dfa18b9793e8795e7c.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519cc2012d2561b2352a4ab540218cd81d8e.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 5.1.0.5 (#124) (#136)

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump to 5.1.0.6

* Fix error when checking display item

* #141 Fix NPE when reporting error was disabled

* #142 Fix mojang file downloading always waiting for 20 secs, because it did not run at all

* Fix "Container invalid" log not respect logging type

* New Crowdin translations by Github Action (#139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump MockBukkit-v1.18 from 1.18.1 to 1.24.1 (#140)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.18.1 to 1.24.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.11 to 2.6.12 (#143)

Bumps SongodaCore from 2.6.11 to 2.6.12.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.8.4 to 1.9.0 (#137)

Bumps SuperiorSkyblockAPI from 1.8.4 to 1.9.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openinvapi from 4.1.9 to 4.1.10 (#138)

Bumps [openinvapi](https://github.com/Jikoo/OpenInv) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/Jikoo/OpenInv/releases)
- [Commits](https://github.com/Jikoo/OpenInv/compare/4.1.9...4.1.10)

---
updated-dependencies:
- dependency-name: com.github.jikoo.OpenInv:openinvapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove intellectualsites repo since it already released in maven central

* Add whitelist-worlds feature for WorldGuardIntegration

* Fix bad config

* Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Implement refund-from-tax-account-as-much-as-possible feature

* Use local variable in refunding

* [2nd] Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Fix a bug for taking tax account when refunding

* update codemc link (#147)

* fix wrong update link

* update link

* Bump to 5.1.0.7

* [Lands Integration] support the deleted and expired land

* New Crowdin translations by Github Action (#151)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* update link again (#150)

* fix wrong update link

* update link

* update link

* Bump SpartanAPI from 3.0 to 5.0 (#146)

Bumps SpartanAPI from 3.0 to 5.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#148)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.27.2 to 6.0.2 (#149)

Bumps LandsAPI from 5.27.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.1 to 6.6.2 (#153)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Try to fix i18n file loading error by filling some contents into default file

* Update crowdin.yml

* Workaround for git security fix

* Fix all shop loading failed when only one shop corrupted

* Update crowdin.yml

* Enhanced 3rd plugin class and conflict checking

* Check if the 3rd plugin enabled and optimize conflict checking text

* Fix NBTAPI class conflict checking not work

* Fix 3rd plugin support not enabled and BlocksHub support

* Fix blocksHub support not working again

* New Crowdin translations by Github Action (#154)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump lombok from 1.18.22 to 1.18.24 (#157)

Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#160)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.2 to 6.6.3 (#158)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.2...6.6.3)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Optimize the stacking changing logic, auto change price and log when disabled stacking

* Fix taxing failed when using per-shop tax account

* Fix duplicated register event

* #167 Fix SuperiorSkyblock2 not handling coop and add privilege setup

* New Crowdin translations by Github Action (#161)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump helper from 5.6.9 to 5.6.10 (#162)

Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/lucko/helper/releases)
- [Commits](https://github.com/lucko/helper/commits)

---
updated-dependencies:
- dependency-name: me.lucko:helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.9.0 to 1.10.0 (#165)

Bumps SuperiorSkyblockAPI from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.3 to 6.7.0 (#166)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.3 to 6.7.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.3...6.7.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rollback test

* New Crowdin translations by Github Action (#169)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Remove useless InventoryMoveItemEvent listening
It won't trigger will player using an inventory

* Bump SuperiorSkyblockAPI from 1.10.0 to 1.10.1 (#174)

Bumps SuperiorSkyblockAPI from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MockBukkit-v1.18 from 1.24.1 to 2.0.0 (#173)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.24.1 to 2.0.0.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#175)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.7.0 to 6.8.0 (#170)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix incorrect message displaying when allow stacking option changed

* Fix incorrect min and max price comment

* Remove outdated option in comment

* Remove the warning message in economy-type and add manual for Multi-Currency

Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com>
Co-authored-by: Ghost_chu <2908803755@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andre_601 <github@andre601.ch>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: YuanYuanOwO <81153017+YuanYuanOwO@users.noreply.github.com>
@sandtechnology sandtechnology mentioned this pull request May 25, 2022
sandtechnology added a commit that referenced this pull request May 25, 2022
* Improve always counting command logic

* Throwing exception for default setAlwaysCountingContainer

* New Crowdin updates (#61)

* New translations messages.json (Swedish)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Italian)

* Fix typo

* Optimize shop purge feature
1.Disable purge command when purge not enabled
2.Stop making run method public
3.Add option at-server-startup and backup to optimize user experience
4.Fix config files always updating shop.sign-dye-color option when first install

* Fix typo

* fix no message will be sent if hit limit

* use Short#MAX_VALUE

* New Crowdin updates (#62)

* New translations messages.json (Norwegian)

* New translations messages.json (Norwegian)

* Fix missing comment and improve some comments

* Send cancelled message to player when block was broken

* Update external lib, switch openInv to maven repo

* #42 Fix item matching issue again, revert previous fix and correct raw item matching

* Fix typo

* A solution for setting offline owner and offline staff

* Fix tab-completing player name not returning online players when enabled include-offlineplayer-list

* Fix spigot based server test not catching Throwable

* Remove unused dep

* Revert "Remove unused dep"

This reverts commit 1a0b21bfd28783475eefa62e499e9dfa858283f1.

* Remove usage for Short.MAX_VALUE, is the vanilla server limit

* Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#63)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New Crowdin updates (#70)

* New translations messages.json (Polish)

* New translations messages.json (Polish)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc00354a09a206dc7ef267e2fbbfbcd5742.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ffe5c7d10a52a7bd1cbacc00331e15a3d76)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6392036c5888113c87b828cb6876b529d4)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4aadc00a39cc7c338dfa18b9793e8795e7c.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519cc2012d2561b2352a4ab540218cd81d8e.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 5.1.0.5 (#124) (#136)

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump to 5.1.0.6

* Fix error when checking display item

* #141 Fix NPE when reporting error was disabled

* #142 Fix mojang file downloading always waiting for 20 secs, because it did not run at all

* Fix "Container invalid" log not respect logging type

* New Crowdin translations by Github Action (#139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump MockBukkit-v1.18 from 1.18.1 to 1.24.1 (#140)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.18.1 to 1.24.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.11 to 2.6.12 (#143)

Bumps SongodaCore from 2.6.11 to 2.6.12.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.8.4 to 1.9.0 (#137)

Bumps SuperiorSkyblockAPI from 1.8.4 to 1.9.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openinvapi from 4.1.9 to 4.1.10 (#138)

Bumps [openinvapi](https://github.com/Jikoo/OpenInv) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/Jikoo/OpenInv/releases)
- [Commits](https://github.com/Jikoo/OpenInv/compare/4.1.9...4.1.10)

---
updated-dependencies:
- dependency-name: com.github.jikoo.OpenInv:openinvapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove intellectualsites repo since it already released in maven central

* Add whitelist-worlds feature for WorldGuardIntegration

* Fix bad config

* Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Implement refund-from-tax-account-as-much-as-possible feature

* Use local variable in refunding

* [2nd] Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Fix a bug for taking tax account when refunding

* update codemc link (#147)

* fix wrong update link

* update link

* Bump to 5.1.0.7

* [Lands Integration] support the deleted and expired land

* New Crowdin translations by Github Action (#151)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* update link again (#150)

* fix wrong update link

* update link

* update link

* Bump SpartanAPI from 3.0 to 5.0 (#146)

Bumps SpartanAPI from 3.0 to 5.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#148)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.27.2 to 6.0.2 (#149)

Bumps LandsAPI from 5.27.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.1 to 6.6.2 (#153)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Try to fix i18n file loading error by filling some contents into default file

* Update crowdin.yml

* Workaround for git security fix

* Fix all shop loading failed when only one shop corrupted

* Update crowdin.yml

* Enhanced 3rd plugin class and conflict checking

* Check if the 3rd plugin enabled and optimize conflict checking text

* Fix NBTAPI class conflict checking not work

* Fix 3rd plugin support not enabled and BlocksHub support

* Fix blocksHub support not working again

* New Crowdin translations by Github Action (#154)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump lombok from 1.18.22 to 1.18.24 (#157)

Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#160)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.2 to 6.6.3 (#158)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.2...6.6.3)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Optimize the stacking changing logic, auto change price and log when disabled stacking

* Fix taxing failed when using per-shop tax account

* Fix duplicated register event

* #167 Fix SuperiorSkyblock2 not handling coop and add privilege setup

* New Crowdin translations by Github Action (#161)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump helper from 5.6.9 to 5.6.10 (#162)

Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/lucko/helper/releases)
- [Commits](https://github.com/lucko/helper/commits)

---
updated-dependencies:
- dependency-name: me.lucko:helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.9.0 to 1.10.0 (#165)

Bumps SuperiorSkyblockAPI from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.3 to 6.7.0 (#166)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.3 to 6.7.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.3...6.7.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rollback test

* New Crowdin translations by Github Action (#169)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Remove useless InventoryMoveItemEvent listening
It won't trigger will player using an inventory

* Bump SuperiorSkyblockAPI from 1.10.0 to 1.10.1 (#174)

Bumps SuperiorSkyblockAPI from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MockBukkit-v1.18 from 1.24.1 to 2.0.0 (#173)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.24.1 to 2.0.0.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#175)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.7.0 to 6.8.0 (#170)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix incorrect message displaying when allow stacking option changed

* Fix incorrect min and max price comment

* Remove outdated option in comment

* Remove the warning message in economy-type and add manual for Multi-Currency

Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com>
Co-authored-by: Ghost_chu <2908803755@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andre_601 <github@andre601.ch>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: YuanYuanOwO <81153017+YuanYuanOwO@users.noreply.github.com>

Co-authored-by: Ghost_chu <30802565+Ghost-chu@users.noreply.github.com>
Co-authored-by: Ghost_chu <2908803755@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andre_601 <github@andre601.ch>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: YuanYuanOwO <81153017+YuanYuanOwO@users.noreply.github.com>
sandtechnology added a commit that referenced this pull request Jun 28, 2022
* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New Crowdin updates (#70)

* New translations messages.json (Polish)

* New translations messages.json (Polish)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc00354a09a206dc7ef267e2fbbfbcd5742.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ffe5c7d10a52a7bd1cbacc00331e15a3d76)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6392036c5888113c87b828cb6876b529d4)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4aadc00a39cc7c338dfa18b9793e8795e7c.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519cc2012d2561b2352a4ab540218cd81d8e.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 5.1.0.5 (#124) (#136)

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump to 5.1.0.6

* Fix error when checking display item

* #141 Fix NPE when reporting error was disabled

* #142 Fix mojang file downloading always waiting for 20 secs, because it did not run at all

* Fix "Container invalid" log not respect logging type

* New Crowdin translations by Github Action (#139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump MockBukkit-v1.18 from 1.18.1 to 1.24.1 (#140)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.18.1 to 1.24.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.11 to 2.6.12 (#143)

Bumps SongodaCore from 2.6.11 to 2.6.12.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.8.4 to 1.9.0 (#137)

Bumps SuperiorSkyblockAPI from 1.8.4 to 1.9.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openinvapi from 4.1.9 to 4.1.10 (#138)

Bumps [openinvapi](https://github.com/Jikoo/OpenInv) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/Jikoo/OpenInv/releases)
- [Commits](https://github.com/Jikoo/OpenInv/compare/4.1.9...4.1.10)

---
updated-dependencies:
- dependency-name: com.github.jikoo.OpenInv:openinvapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove intellectualsites repo since it already released in maven central

* Add whitelist-worlds feature for WorldGuardIntegration

* Fix bad config

* Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Implement refund-from-tax-account-as-much-as-possible feature

* Use local variable in refunding

* [2nd] Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Fix a bug for taking tax account when refunding

* update codemc link (#147)

* fix wrong update link

* update link

* Bump to 5.1.0.7

* [Lands Integration] support the deleted and expired land

* New Crowdin translations by Github Action (#151)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* update link again (#150)

* fix wrong update link

* update link

* update link

* Bump SpartanAPI from 3.0 to 5.0 (#146)

Bumps SpartanAPI from 3.0 to 5.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#148)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.27.2 to 6.0.2 (#149)

Bumps LandsAPI from 5.27.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.1 to 6.6.2 (#153)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Try to fix i18n file loading error by filling some contents into default file

* Update crowdin.yml

* Workaround for git security fix

* Fix all shop loading failed when only one shop corrupted

* Update crowdin.yml

* Enhanced 3rd plugin class and conflict checking

* Check if the 3rd plugin enabled and optimize conflict checking text

* Fix NBTAPI class conflict checking not work

* Fix 3rd plugin support not enabled and BlocksHub support

* Fix blocksHub support not working again

* New Crowdin translations by Github Action (#154)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump lombok from 1.18.22 to 1.18.24 (#157)

Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#160)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.2 to 6.6.3 (#158)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.2...6.6.3)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Optimize the stacking changing logic, auto change price and log when disabled stacking

* Fix taxing failed when using per-shop tax account

* Fix duplicated register event

* #167 Fix SuperiorSkyblock2 not handling coop and add privilege setup

* New Crowdin translations by Github Action (#161)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump helper from 5.6.9 to 5.6.10 (#162)

Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/lucko/helper/releases)
- [Commits](https://github.com/lucko/helper/commits)

---
updated-dependencies:
- dependency-name: me.lucko:helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.9.0 to 1.10.0 (#165)

Bumps SuperiorSkyblockAPI from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.3 to 6.7.0 (#166)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.3 to 6.7.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.3...6.7.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rollback test

* New Crowdin translations by Github Action (#169)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Remove useless InventoryMoveItemEvent listening
It won't trigger will player using an inventory

* Bump SuperiorSkyblockAPI from 1.10.0 to 1.10.1 (#174)

Bumps SuperiorSkyblockAPI from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MockBukkit-v1.18 from 1.24.1 to 2.0.0 (#173)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.24.1 to 2.0.0.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#175)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.7.0 to 6.8.0 (#170)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix incorrect message displaying when allow stacking option changed

* Fix incorrect min and max price comment

* Remove outdated option in comment

* Remove the warning message in economy-type and add manual for Multi-Currency

* 5.1.0.7 (#168) (#176)

* Improve always counting command logic

* Throwing exception for default setAlwaysCountingContainer

* New Crowdin updates (#61)

* New translations messages.json (Swedish)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Italian)

* Fix typo

* Optimize shop purge feature
1.Disable purge command when purge not enabled
2.Stop making run method public
3.Add option at-server-startup and backup to optimize user experience
4.Fix config files always updating shop.sign-dye-color option when first install

* Fix typo

* fix no message will be sent if hit limit

* use Short#MAX_VALUE

* New Crowdin updates (#62)

* New translations messages.json (Norwegian)

* New translations messages.json (Norwegian)

* Fix missing comment and improve some comments

* Send cancelled message to player when block was broken

* Update external lib, switch openInv to maven repo

* #42 Fix item matching issue again, revert previous fix and correct raw item matching

* Fix typo

* A solution for setting offline owner and offline staff

* Fix tab-completing player name not returning online players when enabled include-offlineplayer-list

* Fix spigot based server test not catching Throwable

* Remove unused dep

* Revert "Remove unused dep"

This reverts commit 1a0b21bfd28783475eefa62e499e9dfa858283f1.

* Remove usage for Short.MAX_VALUE, is the vanilla server limit

* Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#63)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json …
sandtechnology added a commit that referenced this pull request Dec 22, 2022
* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 5.1.0.5 (#124) (#136)

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump to 5.1.0.6

* Fix error when checking display item

* #141 Fix NPE when reporting error was disabled

* #142 Fix mojang file downloading always waiting for 20 secs, because it did not run at all

* Fix "Container invalid" log not respect logging type

* New Crowdin translations by Github Action (#139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump MockBukkit-v1.18 from 1.18.1 to 1.24.1 (#140)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.18.1 to 1.24.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.11 to 2.6.12 (#143)

Bumps SongodaCore from 2.6.11 to 2.6.12.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.8.4 to 1.9.0 (#137)

Bumps SuperiorSkyblockAPI from 1.8.4 to 1.9.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openinvapi from 4.1.9 to 4.1.10 (#138)

Bumps [openinvapi](https://github.com/Jikoo/OpenInv) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/Jikoo/OpenInv/releases)
- [Commits](https://github.com/Jikoo/OpenInv/compare/4.1.9...4.1.10)

---
updated-dependencies:
- dependency-name: com.github.jikoo.OpenInv:openinvapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove intellectualsites repo since it already released in maven central

* Add whitelist-worlds feature for WorldGuardIntegration

* Fix bad config

* Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Implement refund-from-tax-account-as-much-as-possible feature

* Use local variable in refunding

* [2nd] Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Fix a bug for taking tax account when refunding

* update codemc link (#147)

* fix wrong update link

* update link

* Bump to 5.1.0.7

* [Lands Integration] support the deleted and expired land

* New Crowdin translations by Github Action (#151)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* update link again (#150)

* fix wrong update link

* update link

* update link

* Bump SpartanAPI from 3.0 to 5.0 (#146)

Bumps SpartanAPI from 3.0 to 5.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#148)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.27.2 to 6.0.2 (#149)

Bumps LandsAPI from 5.27.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.1 to 6.6.2 (#153)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Try to fix i18n file loading error by filling some contents into default file

* Update crowdin.yml

* Workaround for git security fix

* Fix all shop loading failed when only one shop corrupted

* Update crowdin.yml

* Enhanced 3rd plugin class and conflict checking

* Check if the 3rd plugin enabled and optimize conflict checking text

* Fix NBTAPI class conflict checking not work

* Fix 3rd plugin support not enabled and BlocksHub support

* Fix blocksHub support not working again

* New Crowdin translations by Github Action (#154)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump lombok from 1.18.22 to 1.18.24 (#157)

Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#160)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.2 to 6.6.3 (#158)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.2...6.6.3)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Optimize the stacking changing logic, auto change price and log when disabled stacking

* Fix taxing failed when using per-shop tax account

* Fix duplicated register event

* #167 Fix SuperiorSkyblock2 not handling coop and add privilege setup

* New Crowdin translations by Github Action (#161)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump helper from 5.6.9 to 5.6.10 (#162)

Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/lucko/helper/releases)
- [Commits](https://github.com/lucko/helper/commits)

---
updated-dependencies:
- dependency-name: me.lucko:helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.9.0 to 1.10.0 (#165)

Bumps SuperiorSkyblockAPI from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.3 to 6.7.0 (#166)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.3 to 6.7.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.3...6.7.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rollback test

* New Crowdin translations by Github Action (#169)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Remove useless InventoryMoveItemEvent listening
It won't trigger will player using an inventory

* Bump SuperiorSkyblockAPI from 1.10.0 to 1.10.1 (#174)

Bumps SuperiorSkyblockAPI from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MockBukkit-v1.18 from 1.24.1 to 2.0.0 (#173)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.24.1 to 2.0.0.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#175)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.7.0 to 6.8.0 (#170)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix incorrect message displaying when allow stacking option changed

* Fix incorrect min and max price comment

* Remove outdated option in comment

* Remove the warning message in economy-type and add manual for Multi-Currency

* 5.1.0.7 (#168) (#176)

* Improve always counting command logic

* Throwing exception for default setAlwaysCountingContainer

* New Crowdin updates (#61)

* New translations messages.json (Swedish)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Italian)

* Fix typo

* Optimize shop purge feature
1.Disable purge command when purge not enabled
2.Stop making run method public
3.Add option at-server-startup and backup to optimize user experience
4.Fix config files always updating shop.sign-dye-color option when first install

* Fix typo

* fix no message will be sent if hit limit

* use Short#MAX_VALUE

* New Crowdin updates (#62)

* New translations messages.json (Norwegian)

* New translations messages.json (Norwegian)

* Fix missing comment and improve some comments

* Send cancelled message to player when block was broken

* Update external lib, switch openInv to maven repo

* #42 Fix item matching issue again, revert previous fix and correct raw item matching

* Fix typo

* A solution for setting offline owner and offline staff

* Fix tab-completing player name not returning online players when enabled include-offlineplayer-list

* Fix spigot based server test not catching Throwable

* Remove unused dep

* Revert "Remove unused dep"

This reverts commit 1a0b21bfd28783475eefa62e499e9dfa858283f1.

* Remove usage for Short.MAX_VALUE, is the vanilla server limit

* Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#63)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New Crowdin updates (#70)

* New translations messages.json (Polish)

* New translations messages.json (Polish)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc00354a09a206dc7ef267e2fbbfbcd5742.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ffe5c7d10a52a7bd1cbacc00331e15a3d76)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6392036c5888113c87b828cb6876b529d4)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4aadc00a39cc7c338dfa18b9793e8795e7c.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519cc2012d2561b2352a4ab540218cd81d8e.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by:…
sandtechnology added a commit that referenced this pull request Dec 30, 2022
* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 5.1.0.5 (#124) (#136)

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plugin from 2.9.1 to 2.9.2.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6 (#106)

Bumps GemsEconomy from 4.9.3-BCRemake-1.5 to 4.9.3-GCRemake-1.6.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix i18n file download always hanging

* Fix NPE

* Replace deprecated parse method

* Fix plugin error when NBTAPI plugin is invalid

* Disable NBTAPI support by default

* New Crowdin translations by Github Action (#129)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.6.0 to 6.6.1 (#130)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.0 to 6.6.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.0...6.6.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #133, corrent the jenkin link

* Let swapBehavior option could be reloaded

* Fix #134, correct the jenkins link again

* Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#132)

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#133)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Efe Kurban <efekurbann@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump to 5.1.0.6

* Fix error when checking display item

* #141 Fix NPE when reporting error was disabled

* #142 Fix mojang file downloading always waiting for 20 secs, because it did not run at all

* Fix "Container invalid" log not respect logging type

* New Crowdin translations by Github Action (#139)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump MockBukkit-v1.18 from 1.18.1 to 1.24.1 (#140)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.18.1 to 1.24.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SongodaCore from 2.6.11 to 2.6.12 (#143)

Bumps SongodaCore from 2.6.11 to 2.6.12.

---
updated-dependencies:
- dependency-name: com.songoda:SongodaCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.8.4 to 1.9.0 (#137)

Bumps SuperiorSkyblockAPI from 1.8.4 to 1.9.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump openinvapi from 4.1.9 to 4.1.10 (#138)

Bumps [openinvapi](https://github.com/Jikoo/OpenInv) from 4.1.9 to 4.1.10.
- [Release notes](https://github.com/Jikoo/OpenInv/releases)
- [Commits](https://github.com/Jikoo/OpenInv/compare/4.1.9...4.1.10)

---
updated-dependencies:
- dependency-name: com.github.jikoo.OpenInv:openinvapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove intellectualsites repo since it already released in maven central

* Add whitelist-worlds feature for WorldGuardIntegration

* Fix bad config

* Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Implement refund-from-tax-account-as-much-as-possible feature

* Use local variable in refunding

* [2nd] Fix wrong item meta comparing when shop item have no meta and using QS matcher
This cause user trade item which is special to normal item shop

* Fix a bug for taking tax account when refunding

* update codemc link (#147)

* fix wrong update link

* update link

* Bump to 5.1.0.7

* [Lands Integration] support the deleted and expired land

* New Crowdin translations by Github Action (#151)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* update link again (#150)

* fix wrong update link

* update link

* update link

* Bump SpartanAPI from 3.0 to 5.0 (#146)

Bumps SpartanAPI from 3.0 to 5.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-shade-plugin from 3.2.4 to 3.3.0 (#148)

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.27.2 to 6.0.2 (#149)

Bumps LandsAPI from 5.27.2 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.1 to 6.6.2 (#153)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.1 to 6.6.2.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.1...6.6.2)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Try to fix i18n file loading error by filling some contents into default file

* Update crowdin.yml

* Workaround for git security fix

* Fix all shop loading failed when only one shop corrupted

* Update crowdin.yml

* Enhanced 3rd plugin class and conflict checking

* Check if the 3rd plugin enabled and optimize conflict checking text

* Fix NBTAPI class conflict checking not work

* Fix 3rd plugin support not enabled and BlocksHub support

* Fix blocksHub support not working again

* New Crowdin translations by Github Action (#154)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump lombok from 1.18.22 to 1.18.24 (#157)

Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#160)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.2 to 6.6.3 (#158)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.2...6.6.3)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Optimize the stacking changing logic, auto change price and log when disabled stacking

* Fix taxing failed when using per-shop tax account

* Fix duplicated register event

* #167 Fix SuperiorSkyblock2 not handling coop and add privilege setup

* New Crowdin translations by Github Action (#161)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump helper from 5.6.9 to 5.6.10 (#162)

Bumps [helper](https://github.com/lucko/helper) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/lucko/helper/releases)
- [Commits](https://github.com/lucko/helper/commits)

---
updated-dependencies:
- dependency-name: me.lucko:helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SuperiorSkyblockAPI from 1.9.0 to 1.10.0 (#165)

Bumps SuperiorSkyblockAPI from 1.9.0 to 1.10.0.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.6.3 to 6.7.0 (#166)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.6.3 to 6.7.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.6.3...6.7.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rollback test

* New Crowdin translations by Github Action (#169)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Remove useless InventoryMoveItemEvent listening
It won't trigger will player using an inventory

* Bump SuperiorSkyblockAPI from 1.10.0 to 1.10.1 (#174)

Bumps SuperiorSkyblockAPI from 1.10.0 to 1.10.1.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump MockBukkit-v1.18 from 1.24.1 to 2.0.0 (#173)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.24.1 to 2.0.0.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits/v2.0.0)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#175)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump PlotSquared-Core from 6.7.0 to 6.8.0 (#170)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix incorrect message displaying when allow stacking option changed

* Fix incorrect min and max price comment

* Remove outdated option in comment

* Remove the warning message in economy-type and add manual for Multi-Currency

* 5.1.0.7 (#168) (#176)

* Improve always counting command logic

* Throwing exception for default setAlwaysCountingContainer

* New Crowdin updates (#61)

* New translations messages.json (Swedish)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Italian)

* Fix typo

* Optimize shop purge feature
1.Disable purge command when purge not enabled
2.Stop making run method public
3.Add option at-server-startup and backup to optimize user experience
4.Fix config files always updating shop.sign-dye-color option when first install

* Fix typo

* fix no message will be sent if hit limit

* use Short#MAX_VALUE

* New Crowdin updates (#62)

* New translations messages.json (Norwegian)

* New translations messages.json (Norwegian)

* Fix missing comment and improve some comments

* Send cancelled message to player when block was broken

* Update external lib, switch openInv to maven repo

* #42 Fix item matching issue again, revert previous fix and correct raw item matching

* Fix typo

* A solution for setting offline owner and offline staff

* Fix tab-completing player name not returning online players when enabled include-offlineplayer-list

* Fix spigot based server test not catching Throwable

* Remove unused dep

* Revert "Remove unused dep"

This reverts commit 1a0b21bfd28783475eefa62e499e9dfa858283f1.

* Remove usage for Short.MAX_VALUE, is the vanilla server limit

* Bump maven-compiler-plugin from 3.8.1 to 3.9.0 (#63)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* missing language key!

* Bump to 5.1.0.4

* Fix StackOverflowError when handing LARGE display name using components

* Fix missing help of always-counting in quickshop help page

* change back language version

* Change language-version back to 63

* Remove duplicated alwayscounting key

* New Crowdin updates (#67)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* Bump PlotSquared-Core from 6.2.2 to 6.3.0 (#66)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.2.2...6.3.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5 (#65)

Bumps GemsEconomy from 4.9.3-BCRemake-1.4 to 4.9.3-BCRemake-1.5.

---
updated-dependencies:
- dependency-name: me.xanium:GemsEconomy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#64)"

This reverts commit 3cb814ad9223fe4b2d7718f4855f60c68dfdc4c4.

* Do not copy the ItemStack, IS may modified by NMS ways

* clean up

* quickshop it self require some bytes

* another 32767

* Revert getItemPlainStack related changes

This reverts:
commit 63c3993db85f8d877250fd7fb9f2d9c2c49cd768.
commit cce8232172ceeaf984d45eeebbd56c685610fe66.
commit cec6caa90a8ac9f314bd60d359e72056384ca179.
commit 09807155fac617eef66554fa861d675d0f1f2f32.

* Fix StackOverflowError for real

* enhanced error tracing

* fix build

* fix unit test

* Cleanup

* Auto switch event bus

* send admin message

* send message

* format

* forget to set listener class name

* fix class name

* ignore case

* update link

* add ()

* change color schema

* remove minedown syntax

* Add ResponseType debug message into EconomyCore lastError section

* New Crowdin updates (#68)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (German)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New Crowdin updates (#70)

* New translations messages.json (Polish)

* New translations messages.json (Polish)

* #71 Check if permission is empty when checking required permission

* Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]

Bumps advanced-region-market from 3.3.6 to 3.3.7.

---
updated-dependencies:
- dependency-name: com.github.alex9849:advanced-region-market
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #74 Display the right money earned

* Revert "Bump advanced-region-market from 3.3.6 to 3.3.7 (#69) [break ci, need to fix]"

This reverts commit 386dcbc00354a09a206dc7ef267e2fbbfbcd5742.

* fix a bug in ReloadManager

* Re-enable Fabled Integration

* Refactor ShopTransactionMessage and improve message sending logic

* New Crowdin updates (#72)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Turkish)

* New translations messages.json (Vietnamese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hungarian)

* New translations messages.json (Chinese Simplified)

* Fix unit test, migrate to Junit5

* Add ShopTransactionMessageTest and prevent OTA download during testing

* Fix ShopTransactionMessage Deserializing

* Use JDK 17

* Change the readme for claiming *FREE* plugin

* Update README.md

* Fix deserializing bug in handling no-version message

* Fix incorrect display-item fallback and correct config.yml comment
From rollbar error report 28

* avoid support req if the error appears inside economy plugin

(cherry picked from commit 206c6ffe5c7d10a52a7bd1cbacc00331e15a3d76)

* New Crowdin updates (#77)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Norwegian)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

(cherry picked from commit 25d3ee6392036c5888113c87b828cb6876b529d4)

* Fix build by update dependency
MineDown, rollbar, SongodaCore was updated

* New Crowdin updates (#82)

* New translations messages.json (German)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* Add use-effect-for-potion-item feature

* Add effect level displaying

* Remove copyright header in RomanNumber class
It was belonged to others

* Fix wrong setting updated

* Remove effect level showing for base effect
Because the bukkit API limit, we can't get the actual effect level

* Remove incorrect key

* Fix valid shop counting

* Try to keep the original message when holochat data too large

* Fix build

* Fix build again

* Fix build again

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix EconomyTransactionTest

* Fix price always using economy system symbol

* Update javadoc

* welcome new branch Apollo!

* add Buying and Selling, Lotto shop type into ShopType.java

* Revert "add Buying and Selling, Lotto shop type into ShopType.java"

This reverts commit ca71c4aadc00a39cc7c338dfa18b9793e8795e7c.

* Revert "welcome new branch Apollo!"

This reverts commit 07f4519cc2012d2561b2352a4ab540218cd81d8e.

* a snapshot to tracing the shutdown caller

* remove debug code

* print the shutdown reason if we shutting down while server running

* use logger instead

* Create stale.yml

* Create issue-translator.yml

* Revert the changes of adding hot unloading support, fix #95

* default to use Bukkit matcher

* make FabledSkyBlockIntegration more customize

* Fix NullPointerException reported by auto-reporter

* Reuse help command instance in root command class

* Fix ClassCastException when using silent command in console

* Remove OTAException and improve logic when getting data failed

* Catching checking update result for 1 day

* Fix build

* Fix total not changing in message after chang total in ShopPurchaseEvent

* Catching throwable when shop loading

* Handle duplicated shop

* Clarify the message when creating shop in disabled world

* Implement cost-goto-tax-account feature

* Replace some unnecessary usages

* Bump PlotSquared-Core from 6.3.0 to 6.4.0 (#84)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump item-nbt-api-plugin from 2.9.0 to 2.9.1 (#88)

Bumps item-nbt-api-plugin from 2.9.0 to 2.9.1.

---
updated-dependencies:
- dependency-name: de.tr7zw:item-nbt-api-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT (#81)

Bumps nocheatplus from 3.16.1-SNAPSHOT to 3.17-SNAPSHOT.

---
updated-dependencies:
- dependency-name: fr.neatmonster:nocheatplus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin updates (#85)

* New translations messages.json (Norwegian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (French)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Polish)

* Bump SuperiorSkyblockAPI from 1.8.3 to 1.8.4 (#87)

Bumps SuperiorSkyblockAPI from 1.8.3 to 1.8.4.

---
updated-dependencies:
- dependency-name: com.bgsoftware:SuperiorSkyblockAPI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.15.2 to 5.25.7 (#92)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.15.2 to 5.25.7.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.15.2...5.25.7)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "default to use Bukkit matcher"

This reverts commit 7e3ac699ac3a3dff4a9a4f114b03991aa60253f1.

* #101 Run message flush task later to make sure locale is correct

* #101 Tweak message flush task to 2.5s

* New Crowdin updates (#97)

* New translations messages.json (French)

* New translations messages.json (Hungarian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Vietnamese)

* New translations messages.json (English)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Korean)

* New translations messages.json (Japanese)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Finnish)

* New translations messages.json (Greek)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Arabic)

* New translations messages.json (Afrikaans)

* New translations messages.json (Romanian)

* New translations messages.json (Thai)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Swedish)

* New translations messages.json (Norwegian)

* New translations messages.json (Italian)

* New translations messages.json (Chinese Traditional, Hong Kong)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* Fix override files and message broken when crowdin path broke

* Fix Signature Verify failed after reset config by /qs reset config

* Change build link

* Fix hot loading/unloading integration doesn't work

* Fix Hot Unload/load integration system again

* Update URLs in issue forms (#111)

* update URLs in issue templates

* Update performance.yml

* Update wiki_contribution.yml

* Fix FabledSkyBlock Integration (#118)

* Fix NullPointerException when ranks options is not set

* Fix NoSuchMethodError in older minecraft version

* Bump to 5.1.0.5

* Add support version for 1.18.2, no updates needed

* Fix #100 according to PR #115, thanks to @tdiant

* Update contributor

* Bump MockBukkit-v1.18 from 1.15.5 to 1.18.1 (#121)

Bumps [MockBukkit-v1.18](https://github.com/MockBukkit/MockBukkit) from 1.15.5 to 1.18.1.
- [Release notes](https://github.com/MockBukkit/MockBukkit/releases)
- [Commits](https://github.com/MockBukkit/MockBukkit/commits)

---
updated-dependencies:
- dependency-name: com.github.seeseemelk:MockBukkit-v1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump GriefPrevention from 16.17.1 to 16.18 (#119)

Bumps [GriefPrevention](https://github.com/TechFortress/GriefPrevention) from 16.17.1 to 16.18.
- [Release notes](https://github.com/TechFortress/GriefPrevention/releases)
- [Commits](https://github.com/TechFortress/GriefPrevention/compare/16.17.1...16.18)

---
updated-dependencies:
- dependency-name: com.github.TechFortress:GriefPrevention
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump worldguard-bukkit from 7.0.6 to 7.0.7 (#122)

Bumps worldguard-bukkit from 7.0.6 to 7.0.7.

---
updated-dependencies:
- dependency-name: com.sk89q.worldguard:worldguard-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump LandsAPI from 5.25.7 to 5.27.2 (#117)

Bumps [LandsAPI](https://github.com/Angeschossen/LandsAPI) from 5.25.7 to 5.27.2.
- [Release notes](https://github.com/Angeschossen/LandsAPI/releases)
- [Commits](https://github.com/Angeschossen/LandsAPI/compare/5.25.7...5.27.2)

---
updated-dependencies:
- dependency-name: com.github.angeschossen:LandsAPI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#104)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#105)

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump PlotSquared-Core from 6.4.0 to 6.5.1 (#114)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.4.0 to 6.5.1.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.4.0...6.5.1)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump SpartanAPI from 2.0 to 3.0 (#113)

Bumps SpartanAPI from 2.0 to 3.0.

---
updated-dependencies:
- dependency-name: me.vagdedes.spartan:SpartanAPI
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create crowdin action

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Update crowdin.yml

* Fix #112, reset format after item

* Let crowdin action runs every 6 hours

* Fix RGB color not working in control panel

* Try to fix item name with big nbt creating again

* Fix VirtualDisplayItem not working in ProtocolLib 5.0.0

* Fix build

* Try to fix dupe item bug

* Fix limit not working

* Improve root command tab-completing

* Fix root command tab-completing not working

* Bump PlotSquared-Core from 6.5.1 to 6.6.0 (#127)

Bumps [PlotSquared-Core](https://github.com/IntellectualSites/PlotSquared) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/IntellectualSites/PlotSquared/releases)
- [Commits](https://github.com/IntellectualSites/PlotSquared/compare/6.5.1...6.6.0)

---
updated-dependencies:
- dependency-name: com.plotsquared:PlotSquared-Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New Crowdin translations by Github Action (#123)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Bump item-nbt-api-plugin from 2.9.1 to 2.9.2 (#126)

Bumps item-nbt-api-plu…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants