Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 943 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 943 Bytes

Contributing

To Contribute to the Project, First, Read the Official Slimefun Dev Wiki.

You will need Java & Maven for this Plugin.

Install Java: https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
Install Maven (Windows): https://phoenixnap.com/kb/install-maven-windows

The Main Files of the Plugin are in the src/main/java/me/pranavverma/advancedtech/ Folder.
The AdvancedTech Class is the Main Class of the Plugin.

To Compile the Plugin, run mvn clean package to compile the plugin.
The Compiled Plugin will be compiled to the target/ Folder.

There are two Branches to this Project: dev and stable. Dev Branch is the Latest (but Uncertain) Branch of the Project. Stable is the Verified Branch.