Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 596 Bytes

File metadata and controls

26 lines (16 loc) · 596 Bytes

PaperShelled

A Spigot mixin development framework.

Usage

  1. Download the PaperShelled.jar
  2. Put the downloaded jar file into your Minecraft server root directory.
  3. Start your MineCraft server with the following command line parameters:
java -javaagent:PaperShelled.jar -jar server_core.jar
  1. Then you can put your plugins in the papershelled directory and enjoy it!

For plugin developers

See also: https://github.com/Bkm016/PaperShelledPluginTemplate

License

GPLv3

Author

Shirasawa