resourcepack.ai
DOCS

Resource packs

Oraxen export

The Oraxen export is content for a server already running Oraxen. It gives Oraxen the item YAML and resource pack assets it needs to generate and send one combined pack to players.

Install it#

  1. In Export, choose Plugin Support → Oraxen.
  2. Unzip the download directly into your server's plugins/ folder.
  3. Run /oraxen reload all, then rejoin or run /oraxen pack send <player>.

The download deliberately has this shape:

plugins/
  Oraxen/
    items/<your-pack>/items.yml
    pack/uploads/<your-pack>/assets/

Oraxen merges folders in pack/uploads while it generates its resource pack. Item ids are the keys in items.yml; give one with /oraxen give <player> <item-id>.

What comes across#

In your packIn Oraxen
3D modelan Oraxen item that points at its exported model
Custom 2D iteman Oraxen item that points at its exported texture
Block/item reskina vanilla-file replacement in Oraxen's generated pack
Vanilla GUI screen replacementa vanilla-file replacement in Oraxen's generated pack

Oraxen supplies the item model / CustomModelData wiring, so the export does not pin a number that could collide with another pack. Change an item's material in items.yml if it should retain vanilla behaviour rather than using the safe default PAPER.

Limits#

3D models export as static items. Animations need an animation runtime such as Model Engine or RP Engine.

Icons, font-based GUI overlays, HUDs and shader canvases are not exported. The font provider is a whole Minecraft file and Oraxen owns its generated copy; writing ours into it could remove the server's existing glyphs. Use the Java export for those assets, or configure them through Oraxen's glyph tooling.

Vanilla replacements are server-wide

Reskinned blocks, items and vanilla GUI screens apply to everyone sent Oraxen's pack. Delete the corresponding asset from pack/uploads if you do not want that replacement.