# oraxen **Repository Path**: trusted-list/oraxen ## Basic Information - **Project Name**: oraxen - **Description**: Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and has an extensible API. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://docs.oraxen.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
What is it? • Features • Contributing • API • License
--- ## What is it? Oraxen is a Minecraft plugin that allows you to modify the game by adding new items, weapons, blocks, and more. One of its key features is the ability to generate the texture pack automatically from the configuration, which greatly simplifies the work of administrators. It also includes an extensive API which can be used by developers to expand Oraxen's capabilities. ## Features - Automatically generate the resource-pack - Automatically upload the resource-pack - Automatically send the resource-pack to your players - Create new items in a few lines of configuration - Support for custom items, weapons, armors, blocks, and more - Modular mechanics system to empower your items - Automatic configuration updates when you update the plugin - Handle configuration errors gracefully ## Contributing If you want to contribute to Oraxen, you can do so by creating a pull request. You should make a pull-request to the `develop` branch. 1. Fork Oraxen on GitHub 2. Clone your forked repository (`git clone`) 3. Create your feature branch (`git checkout -b my-feature`) 4. Commit your changes (`git commit -am 'Add my feature'`) 5. Push to the branch (`git push origin my-feature`) 6. Create a new Pull Request to the `develop` branch 7. Wait for your pull request to be reviewed and merged 8. Celebrate your contribution! ## API Oraxen's API is primarily found in these four classes: | Class | Description | |-------|-------------| | `OraxenItems` | Methods related to Oraxen items | | `OraxenBlocks` | Methods related to custom blocks in Oraxen | | `OraxenFurniture` | Methods related to custom furniture in Oraxen | | `OraxenPack` | Methods related to the resource-pack | ### Repository