aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-10-04 12:40:44 -0400
committerGitHub <noreply@github.com>2023-10-04 12:40:44 -0400
commitda657c41a90a05fed4945482a2ec4350bd6077ff (patch)
treeec8962a7fa5563b60cfbe0ab8982dbfd188d9f0c /src/main/resources/assets/skyblocker
parent88e208843710cb7a46f49c9d404cb10935b66b38 (diff)
parent8e19196990e3e0f2ec39aa9311cebe3a77ff6677 (diff)
downloadSkyblocker-da657c41a90a05fed4945482a2ec4350bd6077ff.tar.gz
Skyblocker-da657c41a90a05fed4945482a2ec4350bd6077ff.tar.bz2
Skyblocker-da657c41a90a05fed4945482a2ec4350bd6077ff.zip
Merge pull request #335 from AzureAaron/item-protection
Item Protection
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 11a14d95..76b6e768 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -387,6 +387,11 @@
"skyblocker.quiverWarning.50Left": "You only have 50 Arrows left in your Quiver!",
"skyblocker.quiverWarning.10Left": "You only have 10 Arrows left in your Quiver!",
"skyblocker.quiverWarning.empty": "You don't have any more Arrows left in your Quiver!",
+
+ "skyblocker.itemProtection.added": "§b[§6Skyblocker§b] §fYour %s will now be protected! §o*your item now feels a little safer :')*",
+ "skyblocker.itemProtection.removed": "§b[§6Skyblocker§b] §fYour %s will §nno longer be protected§f :( - §lBeware of the dangers in doing this!",
+ "skyblocker.itemProtection.noItemUuid": "§b[§6Skyblocker§b] §cYou must be holding an item that has a uuid in order to protect it!",
+ "skyblocker.itemProtection.unableToProtect": "§b[§6Skyblocker§b] §cUnable to protect this item :( (Are you in skyblock?, are you holding an item?)",
"emi.category.skyblocker.skyblock": "Skyblock"
}