Come chat with us and we will get back to you as soon as possible!
Contact SupportHolyHosting
Holy Team

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.
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.



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.
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.
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:
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.
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.

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.
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.
Come chat with us and we will get back to you as soon as possible!
Contact SupportMake every block, mob, and tool in Minecraft look like Lego pieces. This guide walks through downloading, installing, and running Brickcraft on both client and server.
Learn how to install Litematica for Minecraft, load schematic files, position blueprints, and use the material list for survival builds.
Set up Valhelsia Enhanced Vanilla for Minecraft, install the client profile, configure your server, and learn the early skills, items, and fixes that help the pack run smoothly.