DeadEssentials
Plugin for 1.6.4 Crafting Dead servers. Provides essential features (fixes and addons) as toggleable modules.
By default, the plugin enables all its fixes. I'm aware the documentation is still missing.
🔧 Installation:
- Download the latest DeadEssentials version at the releases page.
- Put the downloaded .jar file in your server's plugin folder.
- Download and put all the dependencies in your server's plugin folder.
📦 Dependencies:
- WorldGuard. Recommended version: 5.8
- WGCustomFlags. Recommended version: 1.6
Aditionally, WorldGuard 5.8 needs WorldEdit 5.5.8.
🔨 Building the project
How to download the dependencies
- Clone or download this repository
- Open your shell (or cmd) and navigate to the same place as the build.gradle is located
- Run
gradlew downloadFiles
and wait until it is done - The downloaded files will be located at
/build/downloaded-files/
folder
How to build
- Clone or download this repository
- Open your shell (or cmd) and navigate to the same place as the build.gradle is located
- Run
gradlew build
and wait until it is done - The jar file will be located at
/build/libs/
folder