diff --git a/plugin/src/main/java/com/alttd/essentia/configuration/Config.java b/plugin/src/main/java/com/alttd/essentia/configuration/Config.java index 035430f..2a8c79e 100755 --- a/plugin/src/main/java/com/alttd/essentia/configuration/Config.java +++ b/plugin/src/main/java/com/alttd/essentia/configuration/Config.java @@ -142,9 +142,9 @@ public class Config { public static String TELEPORT_DENIED_REQUESTER = " has denied your teleport request."; public static String TELEPORT_DENIED_TARGET = "You have denied the teleport request from ."; public static String TELEPORT_REQUEST_REQUESTER = "Teleport request sent to ."; - public static String TELEPORT_REQUEST_TARGET = " has requested to teleport to you. Type /tpaccept or /tpdeny."; + public static String TELEPORT_REQUESTHERE_TARGET = " has requested to teleport to you. Type /tpaccept or /tpdeny."; public static String TELEPORT_REQUESTHERE_REQUESTER = "Teleport here request sent to ."; - public static String TELEPORT_REQUESTHERE_TARGET = " has requested you to teleport to them. Type /tpaccept or /tpdeny."; + public static String TELEPORT_REQUEST_TARGET = " has requested you to teleport to them. Type /tpaccept or /tpdeny."; public static String TELEPORT_TOGGLE_SET = "Teleport requests toggled ."; public static String NO_PENDING_REQUESTS = "You do not have any pending teleport requests."; public static String TELEPORT_TOGGLED_OFF = " has teleports toggled off!";