Skip to content
Randal T Meyer edited this page May 6, 2024 · 3 revisions

RPG Sage Admin Tiers

By default, administrative/configuration commands are only usable by the Server Owner. To enable other users to help manage RPG Sage on your server, the Server Owner can add users to one of the following RPG Sage admin tiers.

Game Admin

Game Admins can configure RPG Sage Games, their channels, and their Game Masters. They can perform the commands of a Game Master in any Game on the server.

sage! admin add @UserMention type="GameAdmin"

Server Admin

Server Admins have all the abilities a Game Admin has, can assign users as a Game Admin, and can configure non-game channels to work with RPG Sage.

sage! admin add @UserMention type="ServerAdmin"

Sage Admin

Sage Admins have full access to RPG Sage on the server. They have all the abilities of Game and Server Admins, can assign users as either, and can perform other higher tier management, such as changing the prefix used by RPG Sage.

sage! admin add @UserMention type="SageAdmin"

Updating Admins

If you need to change the Admin tier of one of your existing Admins, you use one of the following commands to set the new Admin tier for the given User.

sage! admin update @UserMention type="GameAdmin"
sage! admin update @UserMention type="ServerAdmin"
sage! admin update @UserMention type="SageAdmin"

Removing Admins

To remove a User from an Admin tier, you use the following command.

sage! admin remove @UserMention
Clone this wiki locally