Oraxen
Search
K
Comment on page

Commands

A simple explanation to use the plugin commands

General informations

All the oraxen commands start with the same label. This label, oraxen, has a few aliases so if you don't want to type /oraxen every time you can also use /oxn and even /o .
For this tutorial we will use /o because it is the shortest, but if this command is already used by another plugin or you can't use it for any reason, just replace the label of the commands starting with a /o by /oxn or /oraxen.

Get the items

For testing

The main benefit of this method is that it allows you to see all the items at the same time and therefore to be more efficient (you just have to click on an item to make it appear in your inventory). But you can't use it to automatically give an item to another player (for example from the shop).

Usage: /oraxen inventory

Permissions:

oraxen.command.inventory.view # Allows to view the inventory visualizer
oraxen.command.inventory.give# Allows to get item from the inventory visualizer
oraxen.command.inventory.* # Gives you the two previous permissions

In order to give them

This command will be mainly useful if you want to give an item to another player or when you want to automate the give. If the target of this command has its inventory full, the stack will be looted on the ground.

Usage:

/oraxen give <player> <item> <amount> # Gives amount items to player

Permission:

oraxen.command.give # Allows you to use /o give

Repair

Repair only one item

This command can be used to repair an item you hold in your main hand. You can configure the plugin to repair only items using oraxen custom durability or also vanilla durability.

Usage:

/oraxen repair hand # Repair the item you hold

Permissions:

oraxen.command.repair # Allows to use the /o repair command

Repair all items in your inventory

This command can be used to repair every single item in your inventory (or in your armor slots). You can configure the plugin to repair only items using oraxen custom durability or also vanilla durability.

Usage:

/oraxen repair all # Repair all your item (inside your inventory)

Permissions:

oraxen.command.repair # so you are also able to use /o repair hand
oraxen.command.repair.all # Allows to use the /o repair all command

Manage recipes

This command allows you to add new recipes to the configuration directly from the game using recipes builder. For more information on how to use it, see Recipes.
Recipe showcase using /o recipe show all

Usage:

/oraxen recipe builder <builder> # Creates a recipe builder of type <builder> and opens it
/oraxen recipe save <name> # Saves your recipe with name <name>
/oraxen recipe show all # Show you the loaded recipes
/oraxen recipe show <recipe> # Show you one recipe

Permission:

oraxen.command.recipes # Allows you to create new recipes via /o recipes

Pack

This command allows you to interact with the Oraxen pack: send the configured message to download it from the internet or load it directly through the game.

Usage:

/oraxen pack send <player> # Send to <player> the pack directly through the game
/oraxen pack msg <player> # Send to <player> the configured message

Permission:

oraxen.command.pack # Allows you to use /o pack

Item info

This command allows you to print item infos and custom-model-data-id

Usage:

/oraxen iteminfo <itemname> # prints the requested item information

Permission:

oraxen.command.iteminfo # Allows you to use /o iteminfo

Reload

This command allows you to reload oraxen configurations quickly and without causing bugs (you cannot reload oraxen using plugman). However, it should be noted that for the time being, customs crafts created with oraxen cannot be reloaded.

Usage

/oraxen reload all # Reloads items configuration, Reloads recipes configuration, regenerates the pack and upload it
/oraxen reload items # Reloads items configuration
/oraxen reload pack # Regenerates resourcepack and upload it
/oraxen reload recipes # Reloads recipes configuration

Permission:

oraxen.command.reload # Allows you to use /o reload

Debug

I wish you never have to use it but if you ever have a bug with Oraxen, I will probably ask you to execute this command to get more information about your installation.

Usage:

It will depend on the situation and will often change with the updates of oraxen, I will explain everything.

Permissions:

oraxen.command.debug # Allows you to use /o debug