Migrate more messages

This commit is contained in:
Aria 2023-03-02 18:17:09 -07:00
parent 6eaab7c7ee
commit ae60e6e642
11 changed files with 52 additions and 29 deletions

View file

@ -50,7 +50,7 @@ public class ForgeEventsHandler {
{
final TeleportContainer contain = ev.container.container;
ChatHelpers.broadcastTo(contain.PlayerInst.getUUID(), new TextComponent(Messages.ESSENTIALS_PREFIX + ChatColor.DARK_PURPLE+" A suitable location has been found. Wormhole opening now!"), contain.PlayerInst.server);
ChatHelpers.broadcastTo(contain.PlayerInst.getUUID(), ChatHelpers.macro(Messages.WARP_RTP_FOUND), contain.PlayerInst.server);
TeleportActioner.ApplyTeleportEffect(contain.PlayerInst);
TeleportActioner.PerformTeleport(contain);
}