I've just installed SyncPipes this wipe, removing Jpipes in the process. Players tell me they can place the twig pipe but then can't upgrade it. Clearly I must have done something wrong when setting it up, would you mind giving it a look?
First I added the new permissions to the config.
{
"filterSizes": [
0,
6,
18,
30,
42
],
"flowRates": [
1,
5,
10,
30,
50
],
"maxPipeDist": 64,
"minPipeDist": 2,
"noDecay": true,
"commandPrefix": "p",
"hotKey": "p",
"updateRate": 2,
"xmasLights": false,
"permLevels": {
"default": {
"upgradeLimit": 0,
"pipeLimit": 15
},
"vip": {
"upgradeLimit": 1,
"pipeLimit": 25
},
"vip1": {
"upgradeLimit": 2,
"pipeLimit": 35
},
"vip2": {
"upgradeLimit": 3,
"pipeLimit": 45
},
"vip3": {
"upgradeLimit": -1,
"pipeLimit": -1
}
}
}Then I added the following permissions based on what I'd added in the config.
o.grant group default syncpipes.level.default
o.grant group vip syncpipes.level.vip
o.grant group vip+ syncpipes.level.vip1
o.grant group vip++ syncpipes.level.vip2
o.grant group vip+++ syncpipes.level.vip3The plugin loaded okay, and all the permissions were accepted okay when I entered them, but in-game no-one can upgrade their pipes. What have I missed? :-)