Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eldoriarpg/bloodnight

A Minecraft plugin which makes some nights an absolute nightmare.
https://github.com/eldoriarpg/bloodnight

hacktoberfest minecraft-plugin paper-plugin spigot-plugin

Last synced: 2 months ago
JSON representation

A Minecraft plugin which makes some nights an absolute nightmare.

Awesome Lists containing this project

README

        

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eldoriarpg/BloodNight/publish_to_nexus.yml?style=for-the-badge&label=Publishing)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eldoriarpg/BloodNight/verify.yml?style=for-the-badge&label=Building)\
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/maven-releases/de.eldoria/bloodnight-api?label=Release&logo=Release&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)
![Sonatype Nexus (Development)](https://img.shields.io/nexus/maven-dev/de.eldoria/bloodnight-api?label=DEV&logo=Release&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/de.eldoria/bloodnight-api?color=orange&label=Snapshot&server=https%3A%2F%2Feldonexus.de&style=for-the-badge)

# Blood Night

A Minecraft plugin which makes some nights an absolute nightmare. Let's make nights a challenge again.

- 22 Custom Mobs
- Full configurable
- Different night selection based on random, interval or moon phase

## Blood Night as Dependency

# Dependency
Gradle
``` kotlin
repositories {
maven("https://eldonexus.de/repository/maven-public")
}

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

Maven
``` xml

EldoNexus
https://eldonexus.de/repository/maven-public/

de.eldoria
bloodnight-api
version

```