Skip to content
Randal T Meyer edited this page Apr 22, 2024 · 4 revisions

Command Prefix

What is a Command Prefix?

By default, RPG Sage commands that use ! or ? require a prefix.

Examples:

sage! help
sage! user details

Same Examples, with the prefix unset:

! help
! user details

How to Change the Command Prefix

These commands let a Server Owner or "SageAdmin" manage RPG Sage command prefixes.

Unset the Prefix

sage! prefix unset

This command makes the sage prefix optional for the server. This means you no longer need to add sage before a command that use ! or ?, as seen above under "What is a Command Prefix?". RPG Sage will still respond to commands with the sage prefix even when it isn't required.

Get the Current Prefix

sage! prefix get

This command responds with the current RPG Sage Prefix for the server. This will tell you if the sage prefix is required or if you have made it optional with the unset command above.

Reset the Prefix

sage! prefix sync

This command undoes the unset command above, making the sage prefix required for the server. (It was originally knows as "synchronizing" the prefix with the default, hence the 'sync' command.)

Clone this wiki locally