Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.3 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.3 KB
description cover coverY
How to install and setup Oraxen on Spigot
0

Getting started

What is Oraxen?

Oraxen is a minecraft plugin which allows to create new items & blocks with custom textures and models. It handles the resourcepack generation, upload (using Polymath) , is fully open source and has an extensible API.

How does it work?

When a Spigot server starts with oraxen installed, the plugin will read all the item configurations and use them to generate json models to link your png textures to your items. It will zip the resources using an optimized algorithm and upload it to a polymath instance. Polymath is a free and opensource software written in Python to host minecraft resourcepacks. By default oraxen will use my own instance, hosted in Switzerland on an oracle virtual private server. When a player will connect to your server, oraxen will link him to the polymath instance which will server him the resourcepack.

Install Oraxen in seconds

Installing Oraxen is a fairly straight forward process: drop Oraxen.jar and ProtocolLib to your /plugins/ folder and restart your server.

{% hint style="info" %} Oraxen has been tested with Spigot and Paper 1.18 -> 1.20.4 {% endhint %}