Hello.
I need where if I spawn things in on my server on rust it shows up on chat to everyone how do I fix that?
Solved Removing admin notices?
Discussion in 'Rust Discussion' started by SirStanley, Feb 22, 2016.
-
Hello,
try this plugin for oxide.
RemoveAAA for Rust | Oxide
But make sure, you grant yourself/admin group all permissions. -
-
Wulf Community Admin
-
oxide.grant user SirStanley PermissionName
or for admingroup
oxide.grant group Admin PermissionName
for PermissionNames look into the linked thread. -
or use
grant group admin *
where * represents all permissions from plugins on server, and if you want to revoke some (like betterchat.moderator that will become combined with betterchat.admin) use
revoke group admin permission.name -
Wulf Community Admin