/DeadEssentials

DISCONTINUED, but should still work. Must-have plugin for 1.6.4 Crafting Dead servers. Provides essential features (fixes and addons) as toggleable modules.

Primary LanguageJavaMIT LicenseMIT

[DISCONTINUED] 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:

  1. Download the latest DeadEssentials version at the releases page.
  2. Put the downloaded .jar file in your server's plugin folder.
  3. Download and put all the dependencies in your server's plugin folder.

📦 Dependencies:

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