I am really very grateful that someone cares so much about the problem.
I want to explain why ftb utilities is important for my project.
I just don’t know any other solution how a user can implement teams chunk claiming and chunkloding so easily without having to deal with commands.
It works so far. even with luckyperms.
The only problem is that you cannot adjust the maximum number of chunks without the rank config.
I took some time yesterday and looked at the source code on github.
I also looked at the config of ftb utilities.
Found something insteresanntes there.
ranks {
B:crash_client_side_permissions=false
# Enables ranks and adds command.x permissions and allows ranks to control them.
B:enabled=true
B:load_from_config_folder=false
# Adds chat colors/rank-specific syntax.
B:override_chat=true
# Allow to configure commands with ranks. Disable this if you want to use other permission mod for that.
B:override_commands=true
B:print_command_errors=true
}
You can deactivate ranks and apparently use other permissions mods according to the config.
I then checked the ftb discord to see if there are any known solutions but got no answer.
I then checked the activated permissions on the server with the aurora mod:
https://www.curseforge.com/minecraft/mc-mods/aurora
The required permmisions are also available.
ftbutilities.claims.max_chunks 100
ftbutilities.chunkloader.max_chunks 50
So I just have to find a way to overwrite these permissions.
If I deactivate ranks in the config and add the permissions in luckperms, this also works with all ftbutlilitis permissions that have a true or false value.
But since the permission ftbutilities.claims.max_chunks 100 has a numeric value, I cannot find a solution to overwrite it with luckperms.