Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eldoriarpg/bloodnight
- Owner: eldoriarpg
- License: agpl-3.0
- Created: 2020-09-11T10:13:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:38:32.000Z (2 months ago)
- Last Synced: 2024-11-18T18:47:18.054Z (2 months ago)
- Topics: hacktoberfest, minecraft-plugin, paper-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 1.11 MB
- Stars: 24
- Watchers: 3
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
``` xmlEldoNexus
https://eldonexus.de/repository/maven-public/de.eldoria
bloodnight-api
version```