Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhgelus/manhunt-mod
Simple server-side Fabric mod creating a manhunt in Minecraft.
https://github.com/anhgelus/manhunt-mod
fabric fabric-mod fabricmc fabricmc-mod manhunt manhunt-game minecraft minecraft-mod
Last synced: 19 days ago
JSON representation
Simple server-side Fabric mod creating a manhunt in Minecraft.
- Host: GitHub
- URL: https://github.com/anhgelus/manhunt-mod
- Owner: anhgelus
- License: agpl-3.0
- Created: 2024-07-25T20:48:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:15:49.000Z (2 months ago)
- Last Synced: 2024-10-28T16:10:00.116Z (2 months ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, manhunt, manhunt-game, minecraft, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/manhunt-remastered
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manhunt
Simple server-side Fabric mod creating a manhunt in Minecraft.
Made for Minecraft 1.21.
Disable the spawn of Piglin Brute and revert loot_table of Piglin bartering's update in Minecraft 1.16.2 (Nether is the
same as Minecraft 1.16.1).:warning: When you break a lodestone, the compass is still focused on this lodestone!
## Why did I create this mod?
Because there was no server-side Minecraft mod for the latest Minecraft version.
In addition to this, these mods do not revert the Nether which is essential for speedrunning the game, and they do not
update automatically the compass.## Usage
`/manhunt` is the main command.
`/manhunt team` edits the team.
- `/manhunt team hunter` adds the player to the hunters.
- `/manhunt team speedrunner` adds the player to the speedrunners.`/manhunt track ` sets the compass to track the player.
`/manhunt start` starts the manhunt.
`/manhunt reset-timer` resets all timers (useful after a server crash).
## Config file
You can config the time before the release of the hunters and the time between two compass' updates by modifying the config
file `config/manhunt.json`.The default config file is:
```json
{
"secondsBeforeRelease": 30,
"updateCompassEach": 15
}
```- `secondsBeforeRelease` is the time before the release of the hunters
- `updateCompassEach` is the time between two compass' updates (fewer means more updates)## Technos
- Fabric
- Fabric API
- Yarn Mappings
- MidnightLib (embedded in jar)