mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-20 14:32:18 +01:00
Improvae coord command with Context.
This commit is contained in:
parent
2dedffa353
commit
8304e7a4ef
@ -120,7 +120,8 @@ public class MVCommandContexts extends PaperCommandContexts {
|
||||
|
||||
MultiverseWorld targetWorld = this.worldManager.getMVWorld(player.getWorld());
|
||||
if (targetWorld == null) {
|
||||
player.sendMessage("Multiverse doesn't know about " + ChatColor.DARK_AQUA + player.getWorld().getName() + ChatColor.WHITE + " yet.");
|
||||
player.sendMessage(ChatColor.RED + "Multiverse doesn't know about world '" + ChatColor.DARK_AQUA + player.getWorld().getName()
|
||||
+ ChatColor.RED + "' that player " + ChatColor.AQUA + player.getName() + ChatColor.RED + "is in.");
|
||||
player.sendMessage("Type " + ChatColor.DARK_AQUA + "/mv import ?" + ChatColor.WHITE + " for help!");
|
||||
throw new InvalidCommandArgument();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user