Information
-------------------
This plugin provides the other plugins the ability to create custom items in Minecraft with different states. The changes of these states change the item into operating different depends on how you code the custom item.
-------------------
Important Note: The library has been tested only on Minecraft 1.8.x
Note: Currently the library is in BETA state. There are certain functionalities that are required to be implemented in order for the library to be stable.
JitPack
-------------------
https://jitpack.io/#iHDeveloper/ReactItem/v0.8
-------------------
Getting Started
------------------------
------------------------
Code (Text):
class ExamplePlugin extends JavaPlugin {
private ReactItemAPI reactItemAPI;
public void onEnable() {
reactItemAPI = (ReactItemAPI) getServer().getPluginManager().getPlugin("ReactItem");
}
}
private ReactItemAPI reactItemAPI;
public void onEnable() {
reactItemAPI = (ReactItemAPI) getServer().getPluginManager().getPlugin("ReactItem");
}
}
Examples
-------------------
Forbidden Stick:
https://github.com/iHDeveloper/ReactItem/blob/master/test/src/main/java/me/ihdeveloper/react/item/test/item/ForbiddenStick.java-------------------
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[Lib] React Item is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 73 times (via Spigot). Download it and open it directly in the game.