BioTechnica Challenge
BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt). This modpack was made to simplify the setup of this type of event.
Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Presentation
BioTechnica Challenge is a Minecraft event like a Terminator (the opposite of the Manhunt).
This event can be streamed or recorded and uploaded to a streaming plateform: it's pretty fun to watch this type of content.
You can also add semi-rp to take away some of the boring aspects of survival on Minecraft.
The rules of this event
- Several players (the heros) with one life against one speedrunner (the hunter) with multiple life
- The goal of the heros is to kill the Ender Dragon and to build a house with farms and redstone systems
- The goal of the hunter is to kill the heros
Play
To play with this modpack, you must install it on the server-side and on the client-side.
Client Side
To install it on the client-side, install it as a normal Modrinth modpack.
Follow these instructions if you don't know how to install it.
If you don't know wich launcher used, I recommend you to use the PrismLauncher.
Server Side
There are two ways to install the modpack on the server side: Docker and mrpack-install.
After installing the server, don't forget to setup Simple Voice Chat by editing the file config/voicechat/voicechat-server.properties
(necessary if you are using Docker or a custom setup) and to look at the Player Tracking Compass mod.
Docker
Follow these steps to install it with Docker:
- Install Docker
- Clone the repo
git clone https://github.com/anhgelus/biotechnica-challenge.git
- Go into the folder called "docker" inside the cloned repo
cd biotechnica-challenge/docker
- Rename the
.env.example
into.env
mv .env.example .env
- Setup the environment variables inside the
.env
MODPACK_LINK
- Direct link to download the modpack (get it from Modrinth). It should look like thishttps://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack
(outdated link here but the latest should look very similar to this)EULA
- Accept the Minecraft's EULAMEMORY
- The memory used by the server (at least 2G)
- And start the container !
docker compose up -d --build
mrpack-install
Follow these steps to install the modpack with mrpack-install:
- Install mrpack-install
- Get a direct link to download the modpack. It should look like this
https://cdn.modrinth.com/data/t8UHSB82/versions/IDTqzFur/BioTechnica-Challenge-0.6.0.mrpack
. - Run
mrpack-install LINK_TO_THE_MODPACK
. It will create a folder calledmc
- Go into this folder
cd mc
- Start the server with
java -jar quilt-server-launch.jar nogui
.
Generating the server with Docker but running it outside of Docker
You don't want to install mrpack-install?
Just follow the steps to install it with Docker and stop it when Minecraft server start (you can see when it starts with docker compose logs
).
It will create a folder called minecraft-data
and follow these steps:
- Give you the own of the folder
chown -R user:user minecraft-data
- Go into this folder
cd minecraft-data
- Start the server with
java -jar quilt-server-launch.jar nogui
.
Credits
Thanks to
- @SuperNoobYT for the configuration of CraftPresence!
- @aypierre42 for the configuration of the Complementary Shader