Not giving points

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

Do you have ServerRewards plugin installed & loaded? 
Does the player receive a notification that he's been given points?

Config seems fine as far as I can c

I'm encountering the same issue. It seems the plugin is not seing the 'ServerRewards and economics points' portion of the config. The plugin is not creating the 'perm1' group as demonstrated here.

{
"Notification frequency": 0.0,
"Reconnect threshold": 600.0,
"Rewards": {
"perm": []
},
"ServerRewards and economics points": {
"perm1": {
"serverRewardsPoints": 0,
"economicsPoints": 50
}
}
}​


Here is a screenshot of Permission Manager
Gy6hoGakBMD9eRD.png

I have Server Rewards and Economics installed on my server.

Any update on this? Would be nice to use this plugin.

C3k0g2WaCNoDDV6.png BOOBLEJ

I'm encountering the same issue. It seems the plugin is not seing the 'ServerRewards and economics points' portion of the config. The plugin is not creating the 'perm1' group as demonstrated here.

{
"Notification frequency": 0.0,
"Reconnect threshold": 600.0,
"Rewards": {
"perm": []
},
"ServerRewards and economics points": {
"perm1": {
"serverRewardsPoints": 0,
"economicsPoints": 50
}
}
}​


Here is a screenshot of Permission Manager
Gy6hoGakBMD9eRD.png

I have Server Rewards and Economics installed on my server.