Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

NexusKrop/NexusShift

Repository files navigation

NexusShift

NexusShift is the Paper plugin tailored for our own use.

Usage

Dependencies

  • 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

Building from Source

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.

Commands

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.

Contributing

See our contributing guidelines.

License

This project is licensed under GNU Affero GPL 3.0 license, or any later version you prefer.

Releases

No releases published