Minecraft

How to Use the Oraxen Plugin for Custom Minecraft Items

Minecraft·May 20, 2026·12 min read

How to Use the Oraxen Plugin for Custom Minecraft Items

A Minecraft server can be customized in plenty of ways, but vanilla gameplay does not let you simply invent new items, blocks, tools, or armor. The Oraxen plugin helps fill that gap for Spigot and Paper servers by letting you build custom content with textures, configuration files, and optional item mechanics.

The setup is not just pressing one magic button, sadly. You will need to upload the plugin, prepare textures, edit YAML files, and test the result in-game. Once the pieces are in place, Oraxen can handle anything from a simple custom axe to more advanced models and blocks.

Installing Oraxen

Before installing Oraxen, make sure your Minecraft server is running Spigot or Paper. Bukkit-style plugins need a plugin-compatible server type, and the required folders are created after the server starts with that software selected.

  1. Download the Oraxen plugin from Spigot and save the `.jar` file to your computer.
  2. Open your server panel and go to your file manager or connect via FTP.
  1. Sign in with your server credentials, then open the `plugins` folder.
  1. Use the upload option and add the Oraxen `.jar` file.
  1. Wait until the upload reaches 100%, then return to your server panel and restart the server.
  2. Repeat the same upload process for ProtocolLib, since some Oraxen features depend on it.

After the restart, Oraxen should generate its plugin folders. If they do not appear, check the console for startup errors and confirm the server is actually using Spigot or Paper.

Preparing Custom Textures

Oraxen needs texture files before it can show custom items properly. For basic tools or weapons, a 16x16 image is often enough. For more detailed creations, Blockbench is useful for models, while image editors such as Photoshop, GIMP, or similar tools work well for item textures.

Existing resource packs can also be helpful as a reference, especially when matching Minecraft's style. Just make sure anything you use is allowed by its license. A custom sword that comes with a copyright problem is not exactly an upgrade.

Texture files are normally placed inside the Oraxen pack folder, such as `plugins/Oraxen/pack`. Keep filenames simple and consistent, because those names will be referenced later in the item configuration.

Creating an Oraxen Item File

Custom items are configured with YAML files inside the Oraxen items directory, usually `plugins/Oraxen/items`. Create a new file ending in `.yml`, then define the item ID at the top of the file.

A basic Oraxen item usually includes:

  • `displayname`, which controls the name players see in-game.
  • `material`, which sets the vanilla item base, such as a diamond axe or iron sword.
  • `Pack`, which links the item to its texture or model.
  • Optional mechanics, which add custom behavior.

The `material` value matters because it tells Minecraft what item behavior to start from. A custom axe can use an axe material as its base, while armor, blocks, and 3D models require more careful setup.

Inside the pack section, connect the item to the texture you uploaded earlier. The `parent_model` setting controls how the model is handled. For a normal held tool, `item/handheld` is commonly used. If you want to affect all items of a base type, a broader model setup such as `item/generated` may be involved, but that should be handled carefully.

Adding Mechanics and Advanced Features

Oraxen can do more than display a renamed item. Mechanics can control durability, special actions, block behavior, and other features depending on the item you are building. These mechanics are placed in the item configuration and follow Oraxen's documented YAML format.

For advanced projects such as 3D models, custom armor, custom blocks, or unique materials, expect to spend more time with the official Oraxen documentation. The default example items generated by the plugin are also worth reading because they show the expected structure without forcing you to start from a blank file.

Testing the Finished Item

Once your item is configured, restart the server or reload the plugin if the documentation recommends it for your version. Join the server as an operator, then use `/oraxen inventory` to browse available Oraxen items.

To give a custom item directly, use:

`/oraxen give [player] [item] [amount]`

Replace `[player]` with the username, `[item]` with the Oraxen item ID, and `[amount]` with the quantity. If non-operators need access to these commands, configure permissions through your preferred permissions plugin.

Useful Oraxen Resources

Oraxen is a strong option for servers that want custom items, blocks, cosmetics, or themed progression without building a full modpack. Start with one simple item, confirm the texture and configuration work, then move into models and mechanics once the basic workflow makes sense.

Helpful resources include the Oraxen plugin download, ProtocolLib download, Blockbench tutorials, and the official Oraxen documentation.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support