Disabling item giving console spam?Solved
1st this new website and platform its strange for me. I am using RSM lite and installed my server then click install oxide. Now i see something Umod.rust thats new mod like oxide or the same - oxidemod. My plugins work very well. Also is there any way to hide console messages for spawning items. I am creating test spawn server and got plugin which allows all players with perms to use F1 items list. No give notices works in game chat and no spam for everyone but my console is spammed with shit who spawned ak or build hammer or etc. Ideas how to stop this to the main console and logs in my server.
So the only question I see from you is about disabling the item give logging in the console, correct? If so, you'd need a plugin to disable that I believe.
1st asked about new umod website and how rust modding works. again we use oxide or umod mod? and yea 2nd asked how ot disable [CMDENT] or smth like this in console and logged in the proper files again OFF. If there is plugin, please help if you know one.
In response to Flammable ():
1st asked about new umod website and how rust modding works. again we use oxide or umod mod? and yea...
A lot of that is answered in our announcements and FAQ, but the builds are still Oxide until otherwise announced.

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.

In response to Flammable ():
(12:53:04) | [ENTCMD] Flammable/76561198079367458 used *kill* on ent: assets/prefabs/npc/m2bradley/b...
That isn't from item giving, that's from a user running the entity kill command via their F1 console.
But wulf its same if give item [ENTCMD] Flammabbe gave himself x1 Ak... for example.
.

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.
I will try, just my actual console (server and logs) are spammed with this shit and if someone spawns x1 blueberry for example 30 times i have 30 messages in console. Please link plugin if you know to replace or hide messages in console. Thanks in advance.

Merged post

Thats actual sevrer output form spawning stuff. Ideas how to stop it. https://imgur.com/a/n3nv08b

(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

?

Shaike

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.
Locked automatically