FTB utilities question.

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Siddyf

Active Member
Sep 28, 2016
23
1
29
Hi,

I am currently running a FTB unstable 1.10.2 server. My problem, and I've searched through pretty much every thread I could find, is limiting the chunk claiming feature. I would like to have the chunk claim feature limited by Perm Group ultimately, though I don't know if that will be an issue given chunks only get claimable unless you have a 'team'.

It is said that you can modify the chunk claiming feature within the config. Which I have attempted, but I believe I'm doing it wrong. I have two pieces of info to go-to and here they are:
{
"default_rank": "Player",
"ranks": {
"Player": {
"parent": "",
"color": "white",
"prefix": "",
"badge": "",
"config": {
"ftbu.chunkloader.max_chunks": 50,
"ftbu.chunkloader.offline_timer": 24.0,
"ftbu.chunkloader.type": "offline",
"ftbu.claims.break_whitelist": [
"OpenBlocks:grave"
],
"ftbu.claims.dimension_blacklist": [
1
],
"ftbu.claims.forced_explosions": "-",
"ftbu.claims.max_chunks": 100,
"ftbu.homes.max": 1
}
},
"Admin": {
"parent": "Player",
"color": "dark_green",
"prefix": "",
"badge": "",
"permissions": [
"+*"
],
"config": {
"ftbu.chunkloader.max_chunks": 5000,
"ftbu.chunkloader.offline_timer": -1.0,
"ftbu.claims.break_whitelist": [
"*"
],
"ftbu.claims.dimension_blacklist": [],
"ftbu.claims.max_chunks": 1000,
"ftbu.homes.max": 100
}
}
}
}
This is just the copy and paste example provided in the FTBU config, and at least for the player rank, it appears to be a legit perm. I then attempted to insert the setup in config per this:

upload_2016-9-28_10-10-14.png

When I do so and start the server the entry is deleted.
How can I make this happen where player group can claim a max of 10, and admin 100? . Any feedback would be greatly appreciated.

EDIT: There is a thread that has answered why it is erasing my changes,(client and sever need to be the same regarding the config.json), but doesn't help me changing the claimable chunks. I must assume its done in the ranks json.


Anything I can do about this?
 
Last edited: