mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Remove ChatControlRed warning pending further proof of bug
This commit is contained in:
parent
312206eda5
commit
667b9a2226
@ -2,7 +2,6 @@ Version 2.1.182
|
|||||||
Fixed several errors in de locale (Thanks TheBusyBiscuit & w1tcherrr)
|
Fixed several errors in de locale (Thanks TheBusyBiscuit & w1tcherrr)
|
||||||
Fixed a bug where double smelt never succeeded if the furnace was empty
|
Fixed a bug where double smelt never succeeded if the furnace was empty
|
||||||
Added some safety so that mcMMO automatic save interval is never more frequent than 1 minute
|
Added some safety so that mcMMO automatic save interval is never more frequent than 1 minute
|
||||||
Added a warning when mcMMO detects ChatControlRed running on the server which has an unresolved severe plugin conflict with mcMMO
|
|
||||||
|
|
||||||
Version 2.1.181
|
Version 2.1.181
|
||||||
mcMMO no longer pointlessly tries to check for missing UUIDs for FlatFile database
|
mcMMO no longer pointlessly tries to check for missing UUIDs for FlatFile database
|
||||||
|
@ -267,11 +267,12 @@ public class mcMMO extends JavaPlugin {
|
|||||||
metrics.addCustomChart(new SimplePie("leveling_system", () -> "Standard"));
|
metrics.addCustomChart(new SimplePie("leveling_system", () -> "Standard"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: Remove this when ChatControlRed fixes itself
|
//Can't confirm this bug myself as the plugin is premium
|
||||||
if(pluginManager.getPlugin("ChatControlRed") != null) {
|
// //TODO: Remove this when ChatControlRed fixes itself
|
||||||
getLogger().severe("mcMMO has detected ChatControlRed on your server, users have reported a severe plugin conflict between these two plugins which degrades server performance and wastes many server resources.");
|
// if(pluginManager.getPlugin("ChatControlRed") != null) {
|
||||||
getLogger().severe("It is HIGHLY RECOMMENDED that you do --NOT-- use ChatControlRed until this issue is resolved!");
|
// getLogger().severe("mcMMO has detected ChatControlRed on your server, users have reported a severe plugin conflict between these two plugins which degrades server performance and wastes many server resources.");
|
||||||
}
|
// getLogger().severe("It is HIGHLY RECOMMENDED that you do --NOT-- use ChatControlRed until this issue is resolved!");
|
||||||
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Throwable t) {
|
catch (Throwable t) {
|
||||||
|
Loading…
Reference in New Issue
Block a user