Solved Removing admin notices?

Discussion in 'Rust Discussion' started by SirStanley, Feb 22, 2016.

  1. 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?
     
  2. What would I type to grant my self?
     
  3. Wulf

    Wulf Community Admin

  4. oxide.grant user SirStanley PermissionName
    or for admingroup
    oxide.grant group Admin PermissionName

    for PermissionNames look into the linked thread.
     
  5. 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
     
  6. Wulf

    Wulf Community Admin

    You can't revoke an individual permission with the wildcard as far as I know; it's all, individual, or nothing. Using the wildcard will often give you more than you want as well.