Deadline
A Minecraft datapack that implements a Deadline game. First 1 hour of resource gathering and then a hunger game.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Deadline
This datapack implements a deadline game. It can be played with 2+ players in teams between 2 and 4. The game starts with a preparation period. The default time is 1 hour but this can be configured. After this period the hunger game starts and the winners are the ones last standing.
Installation:
If you get a message saying the pack is not supported in lower versions I have marked it as working in, ignore this as it will still work
Datapack installation: 1. Locate the datapack folder for the specific world 2. Drag the Deadline.zip file into the datapack folder 3. Enable the datapack with /datapack enable "file/Deadline.zip"
Mod installation: 1. Follow the instructions on how to install your prefered modloader (be it Forge, Fabric, NeoForge or Quilt) 2. Drag the downloaded .jar file into (on windows) %appdata%.minecraftmods 3. Launch the world and start playing
Playing:
The center of the fighting area is selected with:
``` /function deadline:center ```
The teams can be made automatically with: ``` /function deadline:team_set ```
You can manually create teams (lets say you want 2v2 with 2 in each team instead of the automatic 1v1v1v1)
Specifically for the blue team:
``` /team join deadline_blue <player> ```
You then start the game with: ``` /function deadline:start_game ```
To force end a game use: ``` /function deadline:end_game ```
To set the time before a game use (in seconds 1 hour = 60*60s = 3600s): ``` /scoreboard players set Temp deadline_time <time> ```
Please report any problems on my discord server.