-
Notifications
You must be signed in to change notification settings - Fork 43
Compiling LevelledMobs
Lachlan edited this page Dec 17, 2022
·
16 revisions
This page was last updated for LevelledMobs 3.8.2
We use Maven.
Starting with LevelledMobs 3.6.0, NMS is now used. This means you'll have to build the remapped version of spigot
being targetting in the source code.
At the time of writing, it is 1.19.
- Download buildtools.jar from https://hub.spigotmc.org/jenkins/job/BuildTools/
- Run the following command, substituting the version you want to build:
java -jar BuildTools.jar --rev 1.19.2 --remapped
- Simply run
mvn clean package
, and you're good to go!
The compiled .jar
will be processed and become available inside the /target/
folder, located inside the project you are working in. The /target/
folder is in the same folder as /src/
, pom.xml
, and so on.
⚠️ Note: This wiki is out of date for any version of LevelledMobs 4 or higher.
Please refer to the new wiki for LevelledMobs 4 here. ⚠️
- 🚥 Compatibilities
- 🔌 Installation
- 👉 Commands
- 👩⚖️ Permissions
- 🙋♂️ Frequently Asked Questions
- 👀 LevelledMobs 4.0 Wiki