Commands that can be used by players or the console.
You can interact with an AuroraUser's metadata holder through commands. You can also use the built-in CommandDispatcher to test how it would work in other plugins.
Every command needs aurora.core.admin permission (or a more specialized sub permission, LuckPerms will autocomplete it). <this> is the syntax of a required argument and [this] is the syntax for an optional argument.
Command | Description |
|---|---|
| Will dispatch a command using CommandDispatcher while setting the player as the placeholder provider source. |
| Will return the value associated with the provided key for the specified player. |
| Will set the provided value for the key on the player. Value can be text (string) or any valid number (int, long, double) |
| Deletes the metadata that matches the given key for the player. |
| This will increment a meta value that matches the given key for the player. Default value for the number if omitted is 1. If metadata doesn't exist for the given key, it will be created. |
| This will decrement a meta value that matches the given key for the player. Default value for the number if omitted is 1. If metadata doesn't exist for the given key, it will be created. By default this command doesn't allow to go below 0. |
| Migrate your player data from the current storage to the other one. |
| Opens a custom menu GUI for a player. |
| Reload GUI configs. |
| Registers and saves the item you are holding in your hand. You can reference it in menus/rewards using |
| Gives an item using the built-in item resolver. Eg: |
| Deletes a previously registered save item. |
| This is a player command. Other Aurora plugins can put items into the player's stash, allowing them to claim them later. |
| Admin command to see another player's stash. Removing items is also possible here. |
| Will show the item id of item you are currently holding. |
| Will show whether the block you are looking at is placed by a palyer or not. |
| Marks the block you are looking at not player placed. |
| Clears a leaderboard. Might take a few minutes to update. |
| Requires |