Setup
This part of the wiki will guide you through the simple process of installing TT20 on your server.
Basics
Server Installation
- Head over to the Modrinth page
- Download the version that matches your server’s Minecraft version and mod loader
- Drop the
.jarfile into your server’smodsfolder
That’s it! You’ve got TT20 running on your server.
Note: Players do do not need to install TT20 on their clients. In fact, they shouldn’t. Even vanilla clients can connect and benefit from TT20’s optimizations.
Singleplayer Installation
- Drop TT20 into your client’s
modsfolder like any other mod - Start the game at least once to let TT20 generate its config files
- Navigate to your game’s config folder and select the
tt20folder within - Open
config.jsonand set"singleplayer-warning": false,
⚠️ Don’t forget the comma at the end of the line! - Either restart your game or run the
/tt20 reloadcommand in-game
Modpacks
In a modpack, it’s usually best to avoid maintaining separate versions for the server and the client. That’s why,
starting with version 0.8, TT20 gained the ability to automatically disable itself in singleplayer. To enable this
behavior, set singleplayer-enabled to false in the config.json file.