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: about 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:38:32.000Z (8 months ago)
- Last Synced: 2024-11-18T18:47:18.054Z (8 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

\


# 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```