MincraMagics is a paper plugin that adds magic to your server.
- JDK 17
-
Fork MincraMagics on GitHub
-
Clone your forked repository (
git clone forked-repository-url
) -
Prepare required libraries
- Oraxen 1.171.0
- clone this repository
- run
./gradlew build
inside theOraxen/
directory - move
Oraxen/build/libs/oraxen-1.171.0.jar
toMincraMagics/libs/
directory
- CraftBukkit 1.20.4
- download from here
- move the downloaded craftbukkit-1.20.4.jar to
MincraMagics/libs/
- Oraxen 1.171.0
-
Create your branch (
git checkout -b your-branch-name
) -
Commit your changes (
git commit -am "your commit message"
) -
Push (
git push origin HEAD
) -
Create new Pull Request to dev branch
About detailed description about the code and how to add new feature (e.g. new material), please refer Wiki