Disabling item giving console spam?Solved
In response to Flammable ():1st asked about new umod website and how rust modding works. again we use oxide or umod mod? and yea...
Could you show me a specific example? A screenshot would be perfect.
(12:53:04) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:06) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:14) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:16) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:17) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:19) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:31) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:32) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
(12:53:35) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/bradley_crate.prefab
Same [ENTCMD] When someone spawn something i think. because today were empty and nobody spawned anything, i will join later and test whats the message when give something via F1 in console.
.
Merged post
Just prints the ingame server announcement in console and thats normal but wonder how to disable it
In response to Flammable ():But wulf its same if give item [ENTCMD] Flammabbe gave himself x1 Ak... for example.
. Are you seeing the item giving ones? Because those are not what you showed previously, not the same thing nor same source/reason. The item giving ones also are not prefixed with [ENTCMD], entirely different command.
To hide any messages like these, you'd need to use a plugin such as FilterExt, or write a plugin that replaces the command that those messages are coming from.
If you want to disable the item giving messages, you can use a plugin such as Give that intercepts the messages by replacing the commands.
Merged post
Thats actual sevrer output form spawning stuff. Ideas how to stop it.
(21:09:54) | [ServerVar] giving Flammable 1 x Building Plan
how to disable the spam giving console and chat ?
[ServerVar] giving whykod_ 1 x Silencer
{
"Channel": 2,
"Message": "whykod_ gave themselves 1 x Silencer",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595415
}
[ServerVar] giving whykod_ 1 x Holosight
{
"Channel": 2,
"Message": "whykod_ gave themselves 1 x Holosight",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595416
}
[ServerVar] giving whykod_ 941 x 12 Gauge Incendiary Shell
{
"Channel": 2,
"Message": "whykod_ gave themselves 941 x 12 Gauge Incendiary Shell",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595425
?
Use the Give plugin or No Give Notices.Shaikehow to disable the spam giving console and chat ?
[ServerVar] giving whykod_ 1 x Silencer
{
"Channel": 2,
"Message": "whykod_ gave themselves 1 x Silencer",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595415
}
[ServerVar] giving whykod_ 1 x Holosight
{
"Channel": 2,
"Message": "whykod_ gave themselves 1 x Holosight",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595416
}
[ServerVar] giving whykod_ 941 x 12 Gauge Incendiary Shell
{
"Channel": 2,
"Message": "whykod_ gave themselves 941 x 12 Gauge Incendiary Shell",
"UserId": "0",
"Username": "SERVER",
"Color": "#eee",
"Time": 1613595425?