Adds over 80 unique enchantments to your server and more!
Explore the docs »
Report Bug
·
Request Feature
·
Get Support
Table of Contents
How to get started with contributing / maintaining your own version of CrazyEnchantments!
A list of things necessary to make sure you can build CrazyEnchantments properly.
- Intellij IDEA
- Gradle
- Clone the repo
git clone https://github.com/Crazy-Crew/CrazyEnchantments.git
- Open the repository using Intellij IDEA & wait until it finishes downloading/indexing.
- Run the assemble task.
./gradlew assemble
- Open the
jars
directory in your root folder. - Profit!
Check our public trello board for our current plans, any bugs and general tracking of the project progress.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/yourfeature
) - Commit your Changes (
git commit -m 'your amazing feature.'
) - Push to the Branch (
git push
) - Open a Pull Request to the
main
branch to add your feature/fix.
Distributed under the MIT License. See LICENSE
for more information.