mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-22 17:18:47 +01:00
Added localized message for "Creating your island"
This commit is contained in:
parent
c28853e301
commit
f8c1dba503
@ -50,6 +50,7 @@ commands:
|
||||
create:
|
||||
description: "create an island"
|
||||
unable-create-island: "Your island could not be generated, please contact an administrator."
|
||||
creating-island: "Creating your island..."
|
||||
info:
|
||||
description: "display info about your island"
|
||||
reset:
|
||||
|
@ -43,7 +43,7 @@ public class IslandCreateCommand extends CompositeCommand {
|
||||
if (getPlayers().inTeam(user.getUniqueId())) {
|
||||
return false;
|
||||
}
|
||||
user.sendRawMessage("Creating island...");
|
||||
user.sendMessage("commands.island.create.creating-island");
|
||||
createIsland(user);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user