From 486e95c3166331ed07553bf672b698bec83b489e Mon Sep 17 00:00:00 2001 From: BONNe Date: Fri, 28 Jan 2022 12:27:01 +0200 Subject: [PATCH] Return missing error message. Somehow the error message was lost when added more "island" to "cave" replacements. Reported in Discord. --- src/main/resources/locales/en-US.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index b4cd412..b9eb138 100644 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -24,6 +24,7 @@ caveblock: already-have-island: "&cYou already have a cave!" no-safe-location-found: "&cCould not find a safe spot to teleport you to on the cave." not-owner: "&cYou are not the owner of your cave!" + cave-limit-reached: "&c You have reached the top of your cave. You cannot get higher!" commands: # Parameters in <> are required, parameters in [] are optional admin: @@ -291,4 +292,4 @@ protection: SKY_WALKER_FLAG: description: "&5&oEnable/disable\n&5&o the ability to walk on\n&5&o the top of the cave world\n&5&o without extra permissions." name: "Sky Walker" - hint: "Allows to walk on the cave roof." \ No newline at end of file + hint: "Allows to walk on the cave roof."