Skip to content

Commit

Permalink
Update ConfigManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella committed Jun 26, 2022
1 parent e6c88a4 commit e1af6c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class ConfigManager
static boolean forwardJoinLeaveEvents = true;
static boolean debug = false;
static Proxy proxy = Proxy.NO_PROXY;
static String toGuildedMessageFormat = "<{PLAYER}> {MESSAGE}"; // messages sent to guilded
static String toMinecraftMessageFormat = "§e<§r{PLAYER}§e> §r{MESSAGE}"; // messages sent to minecraft
static String toGuildedMessageFormat = "**{PLAYER} ⟫** {MESSAGE}";
static String toMinecraftMessageFormat = "[§eGuilded§r] <{PLAYER}> {MESSAGE}";
static boolean loadConfig()
{
File cfgFile = new File(instance.getDataFolder(), "config.yml");
Expand Down

0 comments on commit e1af6c8

Please sign in to comment.