diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-08-08 20:28:24 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-08-08 20:28:24 -0400 |
commit | 79ba1ed6fc133bacf64ee8e3a5d1454d1eadde2f (patch) | |
tree | fc548a4b7b361f2a4bd7ef1fd6398a190e6ca04c /src/main/resources/assets | |
parent | f46f40de3a3b1adeccc192134eb445f5294850f5 (diff) | |
download | Skyblocker-79ba1ed6fc133bacf64ee8e3a5d1454d1eadde2f.tar.gz Skyblocker-79ba1ed6fc133bacf64ee8e3a5d1454d1eadde2f.tar.bz2 Skyblocker-79ba1ed6fc133bacf64ee8e3a5d1454d1eadde2f.zip |
Add Item Renaming
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 8e8de38a..4c3ed043 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -292,5 +292,10 @@ "skyblocker.shortcuts.deleteQuestion": "Are you sure you want to remove this shortcut?", "skyblocker.shortcuts.deleteWarning": "Shortcut '%s' will be lost forever! (A long time!)", "skyblocker.shortcuts.new": "New Shortcut", - "skyblocker.shortcuts.commandSuggestionTooltip": "Due to limitations of Minecraft, command suggestions will only work after a restart of the game." + "skyblocker.shortcuts.commandSuggestionTooltip": "Due to limitations of Minecraft, command suggestions will only work after a restart of the game.", + + "skyblocker.customItemNames.removed": "§b[§6Skyblocker§b] §fRemoved this item's custom name.", + "skyblocker.customItemNames.added": "§b[§6Skyblocker§b] §fAdded a custom name for your currently held item!", + "skyblocker.customItemNames.noItemUuid": "§b[§6Skyblocker§b] §cYou must be holding an item that has a uuid in order to set a custom name!", + "skyblocker.customItemNames.unableToSetName": "§b[§6Skyblocker§b] §cUnable to set custom item name :( (Are you in skyblock?, are you holding an item?)" } |