D
Daihok
Guest
Hello everyone Im trying to find in the config where you can change how many chunks can be claimed/loaded in FTB Utilities. Any help on how to change this would be Fantastic.
Ok found the ranks file but its pretty much blank so have to set up the config myself I guess? Would you have any exampls that i could copy/paste? Kinda new to that so really have no clue. I couldnt find an example online anywhere to even know where to start.From what I have gathered, that functionality got rolled into the ranks .json file. I would begin my search there.
"default_ranks": {
"player": "player",
"op": "op"
},
"ranks": {
"player": {
"parent": "builtin_player",
"permissions": [],
"config": {
"ftbu.chunkloader.max_chunks": 25,
"ftbu.chunkloader.offline_timer": -1.0,
"ftbu.claims.max_chunks": 500
}
},
"op": {
"parent": "builtin_op",
"syntax": "<&2$name&r> ",
"permissions": [],
"config": {
"ftbu.chunkloader.max_chunks": 50,
"ftbu.chunkloader.offline_timer": -1.0,
"ftbu.claims.max_chunks": 1000
}
}
}
}
OMG thank you so much i have been looking for this for weeks. You my friend are amazing thank you.Below is what I've been using for the ranks.json file.
Code:"default_ranks": { "player": "player", "op": "op" }, "ranks": { "player": { "parent": "builtin_player", "permissions": [], "config": { "ftbu.chunkloader.max_chunks": 25, "ftbu.chunkloader.offline_timer": -1.0, "ftbu.claims.max_chunks": 500 } }, "op": { "parent": "builtin_op", "syntax": "<&2$name&r> ", "permissions": [], "config": { "ftbu.chunkloader.max_chunks": 50, "ftbu.chunkloader.offline_timer": -1.0, "ftbu.claims.max_chunks": 1000 } } } }
Hmm yea i couldnt get the values to change does that go in the ranks files or the player ranks file?In all honesty. I HATE FTBU's chunk loading system. Never seems to work for me and it doesn't reload chunks at server restart either. I personally prefer chicken chunks. Simple, effective and it does reload chunks at server restart.
Ahh i got it, I accidently deleted a comma when i put in the new numbers lol, again though thanks, thats one problem solved. Only one more problem to figure out lolIt goes in the ranks.json file.
Yeah, I'm with you there. FTBU chunkloading works OK to keep your base running when you're away from it, but I've never gotten it to properly chunkload my base when I'm not online. It sort of partially works, which is actually worse than not loading chunks at all. E.g. I logged in to find a pile of 8000 (not exaggerating) charcoal in front of my endoflames and an empty mana pool (and a server pegged at 100% CPU). Same simple setup with Chicken Chunks works just fine.In all honesty. I HATE FTBU's chunk loading system. Never seems to work for me and it doesn't reload chunks at server restart either. I personally prefer chicken chunks. Simple, effective and it does reload chunks at server restart.