ForgeEssentials

ForgeEssentials

339k Downloads

[1.12.2] [BUG] Commands loading twice

SylisMC opened this issue ยท 1 comments

commented

Describe the bug
the mod works, but it throws errors in my console on startup not causing any problems as far as i can tell but if its loading things twice its definatly taking up server resources and its unnecessary

[22:01:55] [Server thread/ERROR] [forgeessentials]: Command gamemode registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command worldborder registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias butcher of command febutcher registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias kill of command fekill registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias weather of command feweather registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command help registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias ? of command help registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command tp registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias reload of command fereload registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias remove of command feremove registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias biomeinfo of command febiome registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias locate of command felocate registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command alias enchant of command feenchant registered twice
[22:01:55] [Server thread/ERROR] [forgeessentials]: Command time registered twice

Forge version 1.12.2 - 14.23.5.2847 (latest)

commented

There's no double lading anything. Certain commands are just registered for a second time. It is well known and has no memory penalty nor does it cost other resources besides a few extra lines in the server log.
There is no plan to fix this