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

CJs Mod API

A Modding API for Paper designed to make adding Custom Functionality easy

Загрузки
412
Подписчики
2
Обновлён
25 июня 2025 г.
Лицензия
GPL-3.0-only

Опубликован 4 января 2025 г.

Not Maintained Modrinth Version

📖 What's this Plugin?

This plugin is an API I developed for mods in PaperMC, as I haven’t come across any alternative plugins that allow coding.

✅ Features:

  • Custom Items
  • Registries (for anything)

📖 Usage

Using the API is rather simple, it's kind of like making a Mod.
Though it's not, just lots and lots of abstraction making it easier ^^

For applied examples, look into Example Mod Plugin

📖 How Can I Add My Assets?

I recommend using Dynamic RP, as it's simple to use and specifically designed by me for this purpose.

📖 Where Can I View My Added Items?

To view your added items, type /modapi items in the chat. This will display all available ItemGroups. Click on your ItemGroup and see the items you’ve added to it. You can also use /give

Центр версий

4 версий
  • Релиз82 КБ
  • Релиз82 КБ
  • Релиз67 КБ
  • Релиз60 КБ

Ченджлог

1.2+1.21.6Релиз1.21.6, 1.21.7, 1.21.8 · 25 июня 2025 г.
  • Updated to 1.21.6

Click Here for packetevents' snapshots

1.2+1.21.4Релиз1.21.4 · 26 мая 2025 г.
  • Added Registries similar to the real deal

  • A "lil" performance boost

  • Deprecated some functions that can be replaced with others

  • Added Interfaces for Block Items to be put into CustomItem.BLOCK_ITEMS

  • CustomItem.usageTick() is usable now

  • Added Utility functions

  • Added PaperModAPI.registerTooltipCallback() to apply tooltips to any item.

  • CustomDataComponent now falls back to the minecraft namespace

  • Bug Fixes:

    • Block Interactions being wonky
    • Creative Mode Item Desync
1.1+1.21.4Релиз1.21.4 · 27 марта 2025 г.
  • Items may now have Custom Tooltips via appendTooltip
  • Added Codec UUID in MoreCodecs
  • Modified/Added Methods to CustomDataComponent
1.0+1.21.4Релиз1.21.4 · 18 марта 2025 г.
  • Way too much stuff

Комментарии

Загружаем…