I make a plugin fix for MCPC+ Unleashed 1.1.4 IC2 Spam.
If you put this plugin and restart server, FTBConsoleFilter configuration yml file is created.
edit to
{ modId: 'Minecraft', type: 'string', value: 'overloaded?', level: 'WARNING' } Part.
modId : IC2
type : 'string' is using contains matching, and value is text.
you can also set other mod console filtering. [Not tested]
Original Plugin is "ObuShutTheHellUp". Link : http://dev.bukkit.org/bukkit-plugins/obushutthehellup/
I'm just added some feature and competible to MCPC+
Sorry to my poor english.
----------------------- Edit --------------------------------
1. I don't Use MCPC's logging.properties function because other console log (chat, connection, etc) also filtered,
and Mcmyadmin function not work with basic filtering function.
2. It's zipped file. unzip and put in a jar file at plugins folder
3. ForgeModLoader Logger is not parenthandle, so you select directly set IC2, Here is my setting
{ modId: 'GraviGun', type: 'string', value: 'Recieved client info from', level: 'INFO' },
{ modId: 'PortalGun', type: 'string', value: 'Recieved client info from', level: 'INFO' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.addTileEntity', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.removeTileEntity', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.emitEnergyFrom', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyBlockLink corrupted', level: 'WARNING' }
----------------------- Edit --------------------------------
If you put this plugin and restart server, FTBConsoleFilter configuration yml file is created.
edit to
{ modId: 'Minecraft', type: 'string', value: 'overloaded?', level: 'WARNING' } Part.
modId : IC2
type : 'string' is using contains matching, and value is text.
you can also set other mod console filtering. [Not tested]
Original Plugin is "ObuShutTheHellUp". Link : http://dev.bukkit.org/bukkit-plugins/obushutthehellup/
I'm just added some feature and competible to MCPC+
Sorry to my poor english.
----------------------- Edit --------------------------------
1. I don't Use MCPC's logging.properties function because other console log (chat, connection, etc) also filtered,
and Mcmyadmin function not work with basic filtering function.
2. It's zipped file. unzip and put in a jar file at plugins folder
3. ForgeModLoader Logger is not parenthandle, so you select directly set IC2, Here is my setting
{ modId: 'GraviGun', type: 'string', value: 'Recieved client info from', level: 'INFO' },
{ modId: 'PortalGun', type: 'string', value: 'Recieved client info from', level: 'INFO' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.addTileEntity', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.removeTileEntity', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyNet.emitEnergyFrom', level: 'WARNING' },
{ modId: 'IC2', type: 'string', value: 'EnergyBlockLink corrupted', level: 'WARNING' }
----------------------- Edit --------------------------------