diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-02 03:00:02 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-03 03:35:40 -0400 |
commit | db65cbaa4fb46d61e7bade1ee0c0b11c92a0863c (patch) | |
tree | aa5d1216004f3449b60a97b35376549b0ecdfae8 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | 88e208843710cb7a46f49c9d404cb10935b66b38 (diff) | |
download | Skyblocker-db65cbaa4fb46d61e7bade1ee0c0b11c92a0863c.tar.gz Skyblocker-db65cbaa4fb46d61e7bade1ee0c0b11c92a0863c.tar.bz2 Skyblocker-db65cbaa4fb46d61e7bade1ee0c0b11c92a0863c.zip |
Item Protection
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 5 |
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" } |