Skip to content
Lilly Tempest edited this page Aug 4, 2022 · 12 revisions

Welcome to the Blood Night wiki!

We have a Setup Guide, if you want to go straight ahead.

Please check the FAQ before asking a question.

A list of Features can be found on our feature page.

This wiki contains a lot of useful information regarding the configuration and behavior of Blood Night.\

Take a look at our Configuration page for a detailed walkthough of the config file.**

The Preconfigured Mobs helps you with a quick start.

If you want to contribute and add your own Special Mob look here.

If you want a overview about the current implemented Mobs look here.

Blood Night as Dependency

Sonatype Nexus (Releases) Sonatype Nexus (Development) Sonatype Nexus (Snapshots)

Dependency

Gradle

repositories {
    maven("https://eldonexus.de/repository/maven-public")
}

dependencies {
    implementation("de.eldoria", "bloodnight-api", "version")
}

Maven

<repository>
    <id>EldoNexus</id>
    <url>https://eldonexus.de/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>de.eldoria</groupId>
    <artifactId>bloodnight-api</artifactId>
    <version>version</version>
</dependency>