Direwolf20 1.16.4 Increase max number of homes

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

josh_1729

New Member
Dec 17, 2020
1
0
2
Hi, I have been trying to edit the config in ranks.json in world/serverconfig/ftbranks in my server, but I can't seem to cause any effect in the world.

I want to change the max number of homes from 1. I so far have tried editing the admin rank to this:
Code:
  "admin": {
    "name": "Admin",
    "power": 1000,
    "condition": {
      "type": "op"
    },
    "config": {
        "ftbutilities.chunkloader.max_chunks":64,
        "ftbutilities.claims.max_chunks":2000,
        "ftbutilities.homes.max":1000
    },
    "ftbranks.name_format": "<&2{name}&r>"

Is there something I'm missing? Thank you very much.
 

BioPrince

New Member
Jul 29, 2019
2
0
0
setting for max homes is located in "worldname"\severconfig\ftbessentials-server.toml
line 6: maxHomes = 1