Перейти к содержимому
Mineforgian

Neko

A paper plugin that provides many features such as to create custom items or blocks

Загрузки
165
Подписчики
3
Обновлён
14 декабря 2025 г.
Лицензия
MIT

Опубликован 13 сентября 2025 г.

icon Neko


CodeFactor

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

  1. Download the latest version of the plugin from the Releases page.
  2. Place the downloaded .jar file into your server's plugins folder.
  3. Install any required dependencies.
  4. 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

📃 License

This project is licensed under the MIT License.

Ченджлог

0.0.11Бета1.21.9, 1.21.10, 1.21.11 · 14 декабря 2025 г.

📑What's Changed:

  • Add Custom Font 2025-12-14_18 14 06
  • Add Placeholder compatibility
  • Add MiniPlaceholders compatibility
  • Add SoundEvent
0.0.10Бета1.21.9, 1.21.10, 1.21.11 · 12 декабря 2025 г.

📑What's Changed:

  • Fixed an issue with pack.mcmeta merging.
  • Support 1.21.11
0.0.8Бета1.21.4, 1.21.9, 1.21.10 · 11 октября 2025 г.

📑What's Changed:

  • Add Food component
  • Optimize the process to generate resource pack
  • Add Enchantments component
  • BIG Update API
  • Asynchronous Load/Reload
0.0.7Бета1.21.4, 1.21.9, 1.21.10 · 9 октября 2025 г.

📑What's Changed:

  • Fix a bug where the furniture item is not dropped
  • Add furniture events
  • Fix #17
  • Add blast resistance to custom block
  • Fix a bug where the custom block item is not dropped by explosion
  • Support 1.21.10
0.0.6Бета1.21.4, 1.21.9 · 7 октября 2025 г.

📑What's Changed:

  • Fix #16
  • Change Event API
  • Change Furniture API
  • Add Furniture(Experimental)
0.0.5Бета1.21.4, 1.21.9 · 7 октября 2025 г.

📑What's Changed:

  • Fix a bug where the Neko config file is not loaded when executing the reload command.
  • Fix #15
  • Add whitelist and blacklist to CorrectTools options
0.0.1Альфа1.21.8 · 13 сентября 2025 г.

First version

Комментарии

Загружаем…