mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
Update a few dependencies
This commit is contained in:
parent
9afaead81c
commit
a86c06bb81
@ -112,7 +112,7 @@
|
||||
"tutorial.rate_this": "<prefix><gray>Rate this plot!</gray>",
|
||||
"tutorial.comment_this": "<prefix><gray>Leave some feedback on this plot: <plot>.</gray>",
|
||||
"economy.econ_disabled": "<prefix><red>Economy is not enabled.</red>",
|
||||
"economy.vault_or_consumer_null": "<prefix><red>Economy isn't initialized. Make sure Vault and an economy service plugin is installed.</red>",
|
||||
"economy.vault_or_consumer_null": "<prefix><red>Economy isn't initialized. Make sure Vault and an economy service plugin are installed.</red>",
|
||||
"economy.cannot_afford_plot": "<prefix><red>You cannot afford to buy this plot. It costs <gold><money></gold>. You have <gold><balance></gold>.</red>",
|
||||
"economy.not_for_sale": "<prefix><red>This plot is not for sale.</red>",
|
||||
"economy.cannot_buy_own": "<prefix><red>You cannot buy your own plot.</red>",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user