Spigot-plugin-MCP-template

このSpigotプラグインMCPテンプレートは、Minecraftサーバー用のプラグイン開発を簡素化するための基盤を提供します。開発者は、基本的な機能を迅速に実装できるように設計されており、カスタマイズが容易です。ドキュメントも充実しており、初心者から中級者まで幅広く利用できます。

GitHubスター

1

ユーザー評価

未評価

お気に入り

0

閲覧数

15

フォーク

0

イシュー

0

README
Spigot plugin MCP template (1.12.2)

Use MCP mappings to develop spigot plugins with ease.

Components included
  • SpecialSource remapper
  • CraftBukkit to Searge mappings
  • Searge to MCP mappings
  • Spigot API 1.12.2
  • Spigot NMS (MCP 9.42 remapped)
How to use
  • Clone this repo
  • Run mvn install -P setup-deobf-jar in the project root directory
  • Import the project into your IDE
  • Then you are all set!
Note

Currently, this template cannot remap reflective operations on NMS classes, you may need to manually locate them via cb2srg, srg2mcp mappings in tools.