diff --git a/Core/src/main/resources/lang/messages_en.json b/Core/src/main/resources/lang/messages_en.json index 5aac9e763..88fb57aee 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -112,7 +112,7 @@ "tutorial.rate_this": "Rate this plot!", "tutorial.comment_this": "Leave some feedback on this plot: .", "economy.econ_disabled": "Economy is not enabled.", - "economy.vault_or_consumer_null": "Economy isn't initialized. Make sure Vault and an economy service plugin is installed.", + "economy.vault_or_consumer_null": "Economy isn't initialized. Make sure Vault and an economy service plugin are installed.", "economy.cannot_afford_plot": "You cannot afford to buy this plot. It costs . You have .", "economy.not_for_sale": "This plot is not for sale.", "economy.cannot_buy_own": "You cannot buy your own plot.", diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eff2010ff..1d200b2a8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -checker-qual = "3.14.0" +checker-qual = "3.16.0" guava = "21.0" # Version set by Minecraft gson = "2.8.0" # Version set by Minecraft @@ -14,9 +14,9 @@ guice = "5.0.1" findbugs = "3.0.1" worldedit = "7.2.6-SNAPSHOT" -fawe = "1.17-74" +fawe = "1.17-93" vault = "1.7" -placeholderapi = "2.10.9" +placeholderapi = "2.10.10" luckperms = "5.3" essentialsx = "2.18.2" hyperverse = "0.6.0-SNAPSHOT"