neuralgia/.pakku/server-overrides
2026-01-29 12:07:47 +00:00
..
config add: updates to all configs 2025-12-30 18:15:27 +05:00
defaultconfigs fix #2899 2026-01-29 12:07:47 +00:00
forge-auto-install.txt workflows 2025-08-24 19:56:33 +05:00
minecraft_server.jar update: .github 2024-12-21 12:54:08 +05:00
README.md Add info about backup frequency config 2026-01-20 11:44:02 +01:00
server-icon.png Update server-icon.png 2026-01-07 03:26:37 +05:00
server.properties feat: docker 2026-01-05 17:29:39 +05:00
server_starter.conf Update server_starter.conf 2025-02-16 00:08:18 +05:00
start_server.bat update: .github 2024-12-21 12:54:08 +05:00

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 * ? *"