Compatibility
Minecraft: Java Edition
1.21.8โ1.21.11
1.21.4
Platforms
Tags
Creators
Details
Neko
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.
โญ Features
- Custom Items: Create items with custom names, lores, enchantments, textures, and behaviors.
- Custom Blocks: Design your own blocks with unique textures, break sounds, and drops.
- Resource Pack Generation: Automatically generate the required resource pack for your players.
- Lightweight & Optimized: Built to be efficient and not bog down your server's performance.
- Developer API: Provides a simple API for other plugins to interact with your custom content.
โ๏ธ Requirements
- Server Version: Paper (or a fork of Paper) for Minecraft 1.21.8 or higher.
๐ฅ Installation
- Download the latest version of the plugin from the Releases page.
- Place the downloaded
.jarfile into your server'spluginsfolder. - Install any required dependencies.
- Restart your server. The plugin will generate its default configuration files.
๐งโ๐ป For Developers (API)
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"));
๐ ๏ธ Support and Bug Reports
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.
๐ฌ Contributing
We welcome contributions! If you'd like to contribute, please fork the repository and submit a pull request.
๐งช Inspired by
- BetterModel by toxicity188
๐ License
This project is licensed under the MIT License.


