neuralgia/.pakku/server-overrides/README.md
Mqrius 3722583f23
Add info about backup frequency config
Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
2026-01-20 11:44:02 +01:00

28 lines
1.9 KiB
Markdown

# Running the TerraFirmaGreg Server Pack
To run the Server Pack:
1. Install the ServerPack in your server of choice
* Doing it manually or utilizing a third party website should work fine
2. Start the Server Pack
* You can start it by running the "start_server.bat" file
* You should be able to run it using the "BASH" command, assuming your server machine has BASH capabilities
* ``bash start_server.bat``
* Or just open the batch file if on a windows machine.
3. The batch file will start the server, install forge on it and then boot up your world.
# Config Settings
The config files shipped with the server pack should be a good starting point for bigger servers, however there's a few settings you may want to tweak:
* defaultconfigs/tfc-server.toml
* `torchTicks` and `candleTicks` - This controls how fast torches and candles burn out. By default, torches last for two days and candles last for eight. You may want to increase this if your server players are spread out and have different bases. (You'll be able to craft permanent light sources once you enter LV)
* `foodDecayModifier` - This controls how fast food decays. For single player worlds or small groups that share a base, we recommend changing this to `1.0`, the TFC default. For larger servers with players in many time zones, `0.25` should work fine.
* defaultconfigs/ftbranks/ranks.snbt
* Depending on how powerful of a server you're using, you may want to change the amount of force-loaded chunks each player is allowed to have. Note that players on the same team will combine their total allowance, so small numbers can encourage team play.
* config/ftbbackups2.json
* Backup frequency is set with cron time info.
* By default for servers this is every morning at 10:15AM: `"backup_cron": "0 15 10 * * ? *"`
* If you want it hourly like singleplayer worlds, use `"backup_cron": "0 0 0/1 1/1 * ? *"`