Back to Plugins
☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI icon

☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI Spigot Downloads badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI GitHub Stars badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI License badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Repository: oraxen/oraxen
Created by: Spiget Importer

Description


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

maven("https://repo.oraxen.com/releases")
maven {
    url "https://repo.oraxen.com/releases"
}
<repository>
  <id>oraxen</id>
  <name>Oraxen Repository</name>
  <url>https://repo.oraxen.com/releases</url>
</repository>

Dependency

The latest version can be found at the badge above.

compileOnly("io.th0rgal:oraxen:VERSION")
compileOnly 'io.th0rgal:oraxen:VERSION'
<dependency>
    <groupId>io.th0rgal</groupId>
    <artifactId>oraxen</artifactId>
    <version>1.167.0</version>
    <exclusions>
        <exclusion>
            <groupId>me.gabytm.util</groupId>
            <artifactId>actions-spigot</artifactId>
        </exclusion>
        <exclusion>
            <groupId>org.jetbrains</groupId>
            <artifactId>annotations</artifactId>
        </exclusion>
        <exclusion>
            <groupId>com.ticxo</groupId>
            <artifactId>PlayerAnimator</artifactId>
        </exclusion>
        <exclusion>
            <groupId>com.github.stefvanschie.inventoryframework</groupId>
            <artifactId>IF</artifactId>
        </exclusion>
        <exclusion>
            <groupId>io.th0rgal</groupId>
            <artifactId>protectionlib</artifactId>
        </exclusion>
        <exclusion>
            <groupId>dev.triumphteam</groupId>
            <artifactId>triumph-gui</artifactId>
        </exclusion>
        <exclusion>
            <groupId>org.bstats</groupId>
            <artifactId>bstats-bukkit</artifactId>
        </exclusion>
        <exclusion>
            <groupId>com.jeff-media</groupId>
            <artifactId>custom-block-data</artifactId>
        </exclusion>
        <exclusion>
            <groupId>com.jeff-media</groupId>
            <artifactId>persistent-data-serializer</artifactId>
        </exclusion>
        <exclusion>
            <groupId>com.jeff_media</groupId>
            <artifactId>MorePersistentDataTypes</artifactId>
        </exclusion>
        <exclusion>
            <groupId>gs.mclo</groupId>
            <artifactId>java</artifactId>
        </exclusion>
    </exclusions>
    <scope>provided</scope>
</dependency>

Snapshot builds are also available at https://repo.oraxen.com/snapshots.

License

Click here to read the entire license.

Oraxen is a paid plugin. To use it you must purchase a license on spigotmc.org, polymart.org, or builtbybit.com. Nevertheless we will not try to prevent you from downloading the source code and rebuilding it, as long as you do not distribute it (whether it is modified or intact and compiled or whether it is the source code, partial or complete). Public forks are allowed as long as you comply with the license (in order to propose a pull request). Buying a license will not only save you time, I will do my best to help you if you have any concerns and it will show me that you appreciate my work.

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI
![Downloads](https://ezbanners.org/shields/plugins/3cc51c14-3f3a-44b9-bc05-5880c81bb139/downloads.png)
Spigot Downloads
Spigot Downloads badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI
![Spigot Downloads](https://ezbanners.org/shields/plugins/3cc51c14-3f3a-44b9-bc05-5880c81bb139/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI
![GitHub Stars](https://ezbanners.org/shields/plugins/3cc51c14-3f3a-44b9-bc05-5880c81bb139/github-stars.png)
License
License badge for ☄️ Oraxen | Custom Items, Blocks, Emotes, Furniture, ResourcePack and GUI
![License](https://ezbanners.org/shields/plugins/3cc51c14-3f3a-44b9-bc05-5880c81bb139/license.png)