Solved Custom Stats For Items stopped working

Out of nowhere, the plugin stopped working, for example if I set something to give max protection, I saved it and reloaded it, and even gave everyone the permission again, but when I test it ingame, it still has vanilla protection.

Not sure what happened but it stopped working for one person, and then after I restarted the server, it stopped working on everyone.
 

Orange

Administrator
Out of nowhere, the plugin stopped working, for example if I set something to give max protection, I saved it and reloaded it, and even gave everyone the permission again, but when I test it ingame, it still has vanilla protection.

Not sure what happened but it stopped working for one person, and then after I restarted the server, it stopped working on everyone.
Hi, its using kind of cache system. You can try to reload plugin, also be sure its loaded. Also you can attach your config here
 
{
"Permissions": [
{
"Permission": "customstatsforitems.vip",
"Priority": 1,
"Wear Items": [
{
"Protection (0 - 100%)": {
"Generic": 80,
"Hunger": 0,
"Thirst": 0,
"Cold": 100,
"Drowned": 0,
"Heat": 100,
"Bleeding": 50,
"Poison": 0,
"Suicide": 0,
"Bullet": 80,
"Slash": 80,
"Blunt": 80,
"Fall": 80,
"Radiation": 0,
"Bite": 80,
"Stab": 80,
"Explosion": 80,
"RadiationExposure": 0,
"ColdExposure": 100,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 80,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "scientistsuit_heavy",
"Enabled": true
},
{
"Protection (0 - 100%)": {
"Generic": 80,
"Hunger": 0,
"Thirst": 0,
"Cold": 100,
"Drowned": 0,
"Heat": 100,
"Bleeding": 50,
"Poison": 0,
"Suicide": 0,
"Bullet": 80,
"Slash": 80,
"Blunt": 80,
"Fall": 80,
"Radiation": 0,
"Bite": 80,
"Stab": 80,
"Explosion": 80,
"RadiationExposure": 0,
"ColdExposure": 100,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 80,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "12345",
"Enabled": false
}
]
},
{
"Permission": "customstatsforitems.god",
"Priority": 2,
"Wear Items": [
{
"Protection (0 - 100%)": {
"Generic": 0,
"Hunger": 0,
"Thirst": 0,
"Cold": 0,
"Drowned": 0,
"Heat": 0,
"Bleeding": 0,
"Poison": 0,
"Suicide": 0,
"Bullet": 0,
"Slash": 0,
"Blunt": 0,
"Fall": 0,
"Radiation": 0,
"Bite": 0,
"Stab": 0,
"Explosion": 0,
"RadiationExposure": 0,
"ColdExposure": 0,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 0,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "12345",
"Enabled": false
},
{
"Protection (0 - 100%)": {
"Generic": 0,
"Hunger": 0,
"Thirst": 0,
"Cold": 0,
"Drowned": 0,
"Heat": 0,
"Bleeding": 0,
"Poison": 0,
"Suicide": 0,
"Bullet": 0,
"Slash": 0,
"Blunt": 0,
"Fall": 0,
"Radiation": 0,
"Bite": 0,
"Stab": 0,
"Explosion": 0,
"RadiationExposure": 0,
"ColdExposure": 0,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 0,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "12345",
"Enabled": false
}
]
},
{
"Permission": "customstatsforitems.CopyAndAddOther",
"Priority": 2,
"Wear Items": [
{
"Protection (0 - 100%)": {
"Generic": 0,
"Hunger": 0,
"Thirst": 0,
"Cold": 0,
"Drowned": 0,
"Heat": 0,
"Bleeding": 0,
"Poison": 0,
"Suicide": 0,
"Bullet": 0,
"Slash": 0,
"Blunt": 0,
"Fall": 0,
"Radiation": 0,
"Bite": 0,
"Stab": 0,
"Explosion": 0,
"RadiationExposure": 0,
"ColdExposure": 0,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 0,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "12345",
"Enabled": false
},
{
"Protection (0 - 100%)": {
"Generic": 0,
"Hunger": 0,
"Thirst": 0,
"Cold": 0,
"Drowned": 0,
"Heat": 0,
"Bleeding": 0,
"Poison": 0,
"Suicide": 0,
"Bullet": 0,
"Slash": 0,
"Blunt": 0,
"Fall": 0,
"Radiation": 0,
"Bite": 0,
"Stab": 0,
"Explosion": 0,
"RadiationExposure": 0,
"ColdExposure": 0,
"Decay": 0,
"ElectricShock": 0,
"Arrow": 0,
"AntiVehicle": 0,
"Collision": 0,
"Fun_Water": 0,
"LAST": 0
},
"Key (shortname or skin)": "12345",
"Enabled": false
}
]
}
]
}
 
Top