Fix default config containing wrong messages.

This commit is contained in:
Len 2024-02-17 22:43:34 +01:00
parent 6f9473ca5d
commit 1a62f30426

View File

@ -142,9 +142,9 @@ public class Config {
public static String TELEPORT_DENIED_REQUESTER = "<target> has denied your teleport request.";
public static String TELEPORT_DENIED_TARGET = "You have denied the teleport request from <requester>.";
public static String TELEPORT_REQUEST_REQUESTER = "Teleport request sent to <target>.";
public static String TELEPORT_REQUEST_TARGET = "<requester> has requested to teleport to you. Type /tpaccept or /tpdeny.";
public static String TELEPORT_REQUESTHERE_TARGET = "<requester> has requested to teleport to you. Type /tpaccept or /tpdeny.";
public static String TELEPORT_REQUESTHERE_REQUESTER = "Teleport here request sent to <target>.";
public static String TELEPORT_REQUESTHERE_TARGET = "<requester> has requested you to teleport to them. Type <gold>/tpaccept</gold> or <gold>/tpdeny</gold>.";
public static String TELEPORT_REQUEST_TARGET = "<requester> has requested you to teleport to them. Type <gold>/tpaccept</gold> or <gold>/tpdeny</gold>.";
public static String TELEPORT_TOGGLE_SET = "Teleport requests toggled <gold><toggle></gold>.";
public static String NO_PENDING_REQUESTS = "You do not have any pending teleport requests.";
public static String TELEPORT_TOGGLED_OFF = "<target> has teleports toggled off!";