A Spigot mixin development framework.
- Download the PaperShelled.jar
- Put the downloaded jar file into your MineCraft server root directory.
- Start your MineCraft server with the following command line parameters:
java -javaagent:PaperShelled.jar -jar server_core.jar
- Then you can put your plugins in the
PaperShelled/plugins
directory and enjoy it!
See also: https://github.com/Apisium/PaperShelledPluginTemplate
Shirasawa