mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 09:06:41 +00:00
- Switch messages.yml to minimessage
This commit is contained in:
@ -25,7 +25,7 @@ public class FlatlandsCMD extends PlexCommand
|
||||
{
|
||||
Location loc = new Location(Bukkit.getWorld("flatlands"), 0, 50, 0);
|
||||
playerSender.teleportAsync(loc);
|
||||
return tl("teleportedToWorld", "flatlands");
|
||||
return messageComponent("teleportedToWorld", "flatlands");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user