Skip to content

Commit e1af6c8

Browse files
committed
Update ConfigManager.java
1 parent e6c88a4 commit e1af6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/vip/floatationdevice/mgbridge/ConfigManager.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class ConfigManager
2121
static boolean forwardJoinLeaveEvents = true;
2222
static boolean debug = false;
2323
static Proxy proxy = Proxy.NO_PROXY;
24-
static String toGuildedMessageFormat = "<{PLAYER}> {MESSAGE}"; // messages sent to guilded
25-
static String toMinecraftMessageFormat = "§e<§r{PLAYER}§e> §r{MESSAGE}"; // messages sent to minecraft
24+
static String toGuildedMessageFormat = "**{PLAYER} ⟫** {MESSAGE}";
25+
static String toMinecraftMessageFormat = "[§eGuilded§r] <{PLAYER}> {MESSAGE}";
2626
static boolean loadConfig()
2727
{
2828
File cfgFile = new File(instance.getDataFolder(), "config.yml");

0 commit comments

Comments
 (0)