NexusShift is the Paper plugin tailored for our own use.
- PaperMC Server (Spigot or Bukkit does not work due to we referencing directly against Paper API)
- This includes Kyori Adventure and we use all that now
- CommandAPI
Clone the source code and execute gradlew build
then gradlew jar
. Then you should see a jar file
under build/libs
folder.
Drop it into your plugins
folder.
When cloning, we recommend you to specify --depth=1
if you do not wish to
contribute, as this will take less disk space and less time to clone,
compared to cloning the whole history.
You can use the built-in Minecraft command helper to learn the syntax of the commands of this plugin.
Beware, all commands are currently being rewritten to use NMS because we can't get the dependency to work right.
See our contributing guidelines.
This project is licensed under GNU Affero GPL 3.0 license, or any later version you prefer.