High Performance Manhunt Engine für Minecraft. For Players and Developers.
Support and Project Discussion:
- Complete setup via a UI or commands
- API support for developers (Addon Development)
- All normal Manhunt Features you need
- Multiple runner and hunter support
- Support for spectators
- Headstart system
- Full plugin- and world-reset for starting a new manhunt
- See our API
- Frostleaf's API javadocs
- JManhunt API javadocs
- JManhunt API documentation
- JManhunt API versions
You can easily create addons for the plugin. I will provide some addons from my own to show how the api works. When you publish an addon please send it to my discord so I can review it and advertise it here on the Github and the docs.
Addons I will create:
- Simple Voice Chat Integration
Gradle (Kotlin & Groovy)
repositories {
maven {
name = "jozelot-repo"
url = uri("https://repo.jozelot.de/repository/maven-public/")
}
}
dependencies {
compileOnly "de.jozelot:jmanhunt-api:1.0.0-SNAPSHOT"
}
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}Maven
<repository>
<id>jozelot-repo</id>
<url>https://repo.jozelot.de/repository/maven-public/</url>
</repository><dependency>
<groupId>de.jozelot</groupId>
<artifactId>jmanhunt-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>To compile JManhunt yourself, you need JDK 21 or later and an internet connection
Clone this repo. Then navigate either to the api or plugin folder and run: mvn clean package
You can find the compiled jar in the /plugin/target or api/target folder.
JManhunt is a passion project developed in our free time. If you want to support the development:
- Contribute: Help us by reporting bugs or submitting pull requests.
- Community: Join our Discord and share your feedback.
- Spread the word: If you like the engine, tell your friends or share it on social media.
Proudly maintained by jozelot_ & the Frostleaf team.