XPerience is breaking ColouredChatBug
07:10 [Warning] Calling hook OnPlayerChat resulted in a conflict between the following plugins: ColouredChat - False (Boolean), XPerience (True (Boolean))
02/20 10:05:06 | XPerience was compiled successfully in 4445ms
02/20 10:05:08 | Calling 'OnServerInitialized' on 'XPerience v1.4.0' took 583ms
02/20 10:05:08 | Loaded plugin XPerience v1.4.0 by MACHIN3

When installing newest update it's breaking coloured chat and players aren't being able to see their chat messages. Once unloading ColouredChat it will work and players can see messages or if I unload XPerience then players will be able to see their messages again as well. 

i added this plugin to my server and now the ingame chat doesnt work plz help 

are you using other chat mods?

You can disable ranks in chat in the Level / XP options under Rank Settings in the admin area and it should then work

full support for coloured chat is not implemented yet. You can disable ranks in chat in the Level / XP options under Rank Settings in the admin area and it should then work

ok ill try that

Merged post

tried that it doesnt work still ill just reomve coloured chat for now 

Merged post

whats the red bar that goues up to 100 about above the hotbar

hLARyqQ35ZEnYWA.png MACHIN3

full support for coloured chat is not implemented yet. You can disable ranks in chat in the Level / XP options under Rank Settings in the admin area and it should then work

Awesome sweet thank you :). Just figured I would point it out before it affected a lot more people. But yeah if you unload one or the other it works and players can see chat, but I just unloaded ColouredChat for now until the patch is out. thank you for the quick response!

hy0vGq24ANpxtS8.jpg danknugus

whats the red bar that goues up to 100 about above the hotbar

That is the armor bar that goes with the Might stat.

does this wipe the stats with server wipe?

hy0vGq24ANpxtS8.jpg danknugus

does this wipe the stats with server wipe?

No, if you want to wipe the player data your must use the admin command to reset all players

witch command do i use to wipe the player data from everyone on the server 

The default commands for everything are:

        public class PlayerChatCommands
        {
            public string openplayerstats = "xpstats";
            public string showplayerstatschat = "xpstatschat";
            public string opentopplayers = "xptop";
            public string playeraddstat = "xpaddstat";
            public string playeraddskill = "xpaddskill";
            public string playerresetstats = "xpresetstats";
            public string playerresetskills = "xpresetskills";
            public string playerresetall = "xprestart";
            public string playerliveuichange = "xpliveui";
            public string openhelp = "xphelp";
        }

        public class AdminChatCommands
        {
            public string showadminhelp = "xpadminhelp";
            public string openadminpanel = "xpconfig";
            public string adminresetxperience = "xpresetall";
            public string adminxpgive = "xpgive";
            public string adminxptake = "xptake";
            public string adminresetplayer = "xpresetplayer";
            public string adminfixdata = "xpfix";
            public string adminitemchange = "itemchange";
            public string adminresetharvest = "resetharvest";
            public string adminresetlevelonly = "resetlevel";
            public string adminresetrankonly = "resetrank";
            public string adminresetlevelonlyall = "resetalllevels";
            public string adminresetrankonlyall = "resetallranks";
        }

so this will remove the xp and stats of everyone ?

 public string adminresetlevelonly = "resetlevel";
    public string adminresetrankonly = "resetrank";
    public string adminresetlevelonlyall = "resetalllevels";
    public string adminresetrankonlyall = "resetallranks";​
hy0vGq24ANpxtS8.jpg danknugus

so this will remove the xp and stats of everyone ?

 public string adminresetlevelonly = "resetlevel";
    public string adminresetrankonly = "resetrank";
    public string adminresetlevelonlyall = "resetalllevels";
    public string adminresetrankonlyall = "resetallranks";​
public string adminresetxperience = "xpresetall";

the xpresetall will reset everyone fully, the ones you showed are for ranks and levels only

thank you