A
Arkhelios
Guest
Good evening
sorry for my English
Here I would like to know how to increment the ftb utilities chunks loaded.
Here is my config file on my server, which does not work:
{
"default_ranks": {
"player": "player",
"op": "op"
}
"ranks": {
"player": {
"parent": "builtin_player",
"permissions": [],
"config": {
"ftbu.claims.max_chunks": 1000,
"ftbu.chunkloader.max_chunks": 1000
}
}
"op": {
"parent": "builtin_op",
"syntax": "<& 2 $ name & r>",
"permissions": [],
"config": {
"ftbu.claims.max_chunks": 3000,
"ftbu.chunkloader.max_chunks": 1000
}
}
}
I do not understand why it does not work, it seems correct. Someone would have the solution to this problem? Thank you beforehand
sorry for my English
Here I would like to know how to increment the ftb utilities chunks loaded.
Here is my config file on my server, which does not work:
{
"default_ranks": {
"player": "player",
"op": "op"
}
"ranks": {
"player": {
"parent": "builtin_player",
"permissions": [],
"config": {
"ftbu.claims.max_chunks": 1000,
"ftbu.chunkloader.max_chunks": 1000
}
}
"op": {
"parent": "builtin_op",
"syntax": "<& 2 $ name & r>",
"permissions": [],
"config": {
"ftbu.claims.max_chunks": 3000,
"ftbu.chunkloader.max_chunks": 1000
}
}
}
I do not understand why it does not work, it seems correct. Someone would have the solution to this problem? Thank you beforehand