mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-12 10:04:01 +01:00
Fix missing translation about reaching cave ceiling.
This commit is contained in:
parent
ce40efe420
commit
65ed00185e
@ -53,7 +53,7 @@ public class CustomHeightLimitations implements Listener
|
||||
// Prevent to get over world height
|
||||
if (nextY >= this.worldHeight)
|
||||
{
|
||||
User.getInstance(player).sendMessage("caveblock.general.errors.cave-limit-reached");
|
||||
User.getInstance(player).sendMessage("caveblock.cave-limit-reached");
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
@ -10,11 +10,8 @@ caveblock:
|
||||
line2: "[name]"
|
||||
line3: "Start digging! &c<3"
|
||||
|
||||
informational:
|
||||
to-nether: "So unlucky to fall into nether."
|
||||
to-the-end: "You have reached the end."
|
||||
to-normal: "Back to your cave."
|
||||
|
||||
cave-limit-reached: "&cYou have reached the end of your cave!"
|
||||
|
||||
# Override BentoBox default command strings
|
||||
# General strings
|
||||
general:
|
||||
|
Loading…
Reference in New Issue
Block a user