Slash Commands
Last updated March 13, 2026 at 6:58 PM
Slash Commands
Obsidian Essentials primarily uses ! prefix chat commands. The current OE build also registers a smaller set of native Minecraft slash commands using the /oe: namespace.
Player Commands
Available to players:
| Slash Command | Description |
|---|---|
/oe:clearchat |
Clears your personal chat screen |
/oe:menu |
Opens the Community Panel menu directly |
/oe:pshop add <price> |
Adds the held item to your player shop at the given price |
/oe:pshop undo |
Undoes your last player-shop add action |
Admin Commands
Available to administrators:
| Slash Command | Description |
|---|---|
/oe:rank add <player> <rankName> [priority] |
Adds a rank tag to a player |
/oe:rank remove <player> <rankName> |
Removes a rank tag from a player |
/oe:rank list <player> |
Lists a player's rank tags |
/oe:rank priority <player> <rankName> <priority> |
Updates a rank tag priority |
/oe:rank create <rankName> [hasPermissions] |
Creates a permission rank |
/oe:dev ... |
Developer-only tools in dev builds |
Notes
- Slash commands appear in Minecraft's autocomplete when registered by the current build.
- Most gameplay features are still accessed through
!chat commands or in-game panel menus. - For the full chat command list, see Player Commands and Admin Commands.