
A paper plugin that provides many features such as to create custom items or blocks
A powerful and easy-to-use Paper plugin that allows you to create fully custom items and blocks on your Minecraft server without the need for any client-side mods.
.jar file into your server's plugins folder.build.gradle.kts
repositories {
maven { url = uri("https://jitpack.io") }
}
dependencies {
implementation("com.github.bindglam.Neko:api:0.0.1")
}
Item:
BuiltInRegistries.ITEMS.get(Key.key("defaultassets:ruby"));
Block:
BuiltInRegistries.BLOCKS.get(Key.key("defaultassets:ruby_block"));
Glyph:
BuiltInRegistries.GLYPHS.get(Key.key("defaultassets:ruby_glyph"));
If you encounter any issues or have a suggestion, please open an issue on our GitHub Issues page.
For general questions and support, join our Discord Server.
We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License.