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:
Is there something I'm missing? Thank you very much.
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.