Hi there, cool plugin but I just can't get it to trigger the Server Rewards points.
Regular rewards trigger fine but the SR integration does not seem to work. Tried several configs but no luck.
{
"Notification frequency": 30.0,
"Reconnect threshold": 600.0,
"Rewards": {
"": [
{
"shortname": "ammo.rifle",
"quantity": 60,
"durability": 1.0,
"skin": 0
}
]
},
"ServerRewards and economics points": {
"": {
"serverRewardsPoints": 5000,
"economicsPoints": 0
}
}
}
I understand perms must be granted if a key value is declared as per documentation. So tried with and without them:
{
"Notification frequency": 30.0,
"Reconnect threshold": 600.0,
"Rewards": {
"perm1": [
{
"shortname": "ammo.rifle",
"quantity": 60,
"durability": 1.0,
"skin": 0
}
]
},
"ServerRewards and economics points": {
"perm1": {
"serverRewardsPoints": 5000,
"economicsPoints": 0
}
}
}Granted o.grant group default smoothrestarterrejoinrewards.perm1
Items are rewarded but points are not. Am I missing something here? @2CHEVSKII
