Many uMod/Oxide plugins require permissions before players or admins can use their commands. Permissions are plugin-specific, so copy the permission names from the plugin page and grant them from Web Console or RCON.

  1. Install uMod and the plugin first.
  2. Open Web Console.
  3. Check the plugin page for the exact permission names.
  4. Grant a permission to one player:
    oxide.grant user STEAMID64 permission.name
  5. Grant a permission to a group:
    oxide.grant group admin permission.name
  6. Remove a permission:
    oxide.revoke user STEAMID64 permission.name
  7. List a user's permissions:
    oxide.show user STEAMID64

Permission names are plugin-specific, so copy them exactly from the plugin page.

  • 1 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

Making yourself admin on a Rust Server

Rust admin access lets a trusted player run server commands, moderate players, save/write config...

How to join a Rust Server

Use the server address from your control panel to join your Rust server. You can search for the...

Installing Rust: IO on your Rust Server

Rust:IO is an older mapping/plugin ecosystem for Rust servers. On our Rust panel, Rust:IO is...

Wiping the world of your Rust server

Wiping and resetting a Rust server are the same basic workflow: remove the current saved data so...

Creating a custom command line for your Rust server

Rust command lines control startup-only options such as RCON, WebRCon, logs, map size, save...