Spigot-plugin-MCP-template

The Spigot-plugin-MCP-template serves as a foundation for developing plugins for Minecraft servers, simplifying the development process. It is designed to allow developers to quickly implement basic functionalities while being easily customizable. The documentation is comprehensive, making it accessible for both beginners and intermediate developers.

GitHub Stars

1

User Rating

Not Rated

Favorites

0

Views

24

Forks

0

Issues

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.