FTB Revelation, FTBUtilities: Claims and Chunkloading

GlazePitViper

New Member
Aug 23, 2020
0
0
0
Hello All,
I have a FTB Revelation server running, I'm trying to set up permissions using FTBUtilities ranks.txt file. I am having an issue with chunkloader.max_chunks and claims.max_chunks not enforcing the correct values.

For example, if in ranks.txt i were to set:

Code:
[owner is default_op_rank]
command: true
ftbutilities.homes.max: 3
ftbutilities.chunkloader.max_chunks: 87
ftbutilities.claims.max_chunks: 2

- The homes.max node is enforced properly
- The chunkloader.max_chunks node is enforced as 187 loadable chunks
- The claims.max_chunks node is enforced as 202 loadable chunks.

As far as I can tell, it is always n+100 for chunkloader.max_chunks and n+200 for claims.max_chunks... at least for the handful of n values I tried. Does anybody know what might be causing this?

I doubt it matters, but info regarding my setup:
- CentOS 8 Minimal
- Dell 7010, 3470, 16GB (13 GB to FTB),
- FTB Revelation 3.2.0
- MC 1.12.2
- Forge 14.23.5.2846
- No added modds

Thanks!