Skip to main content

Config

The SWECom Client Config can be opened with any text document editor (like Notepad), and can be found in the following places:

  • For Forge:
    • On Windows: [user]/AppData/Roaming/.minecraft/config/swecom-common.toml
    • On Mac: ~/Library/Application Support/minecraft/config/swecom-common.toml
  • For MultiMC: Click on your instance > "Config Folder" on the right sidebar > swecom-common.toml
  • For CurseForge: Click on your modpack > three dots next to the play button > "Open Folder" > "config" folder > swecom-common.toml

    Here is the full DEFAULT Config:
Full Default Config

#Starting balance for players.
#Range: 0 ~ 10000
starting_balance = 250
#Amount of Thyms players will receive daily.
#Range: 0 ~ 10000
daily_income = 10

If you notice changes you don't like but don't know how to undo the changes you made to the Config, shut down the server and replace the config with this default one and the config will be reset.


Remember that the primary rule for configs: Do not change ANY text that is not clearly written as a change like true/false, numbers, and lists. These changeable things will be clearly defined and look like test questions.

---

#Starting balance for players.
#Range: 0 ~ 10000
starting_balance = 250

This says: How many Thyms new players should receive on joining the world/server for the first time.
It must be a solid number (such as 100 and not 100.5) and no higher than 10,000. Default is 250.

---

#Amount of Thyms players will receive daily.
#Range: 0 ~ 10000
daily_income = 10

This says: How many Thyms players receive each day for login (12PM GMT daily).
It must be a solid number (such as 100 and not 100.5) and no higher than 10,000. Default is 10.