Hello,
i've moved to a new server and in /s menu, nothing is displayed...
reward_data.json is not empty, a small sample of my file:
i've moved to a new server and in /s menu, nothing is displayed...
reward_data.json is not empty, a small sample of my file:
{
"items": {
"lmg.m249_0": {
"shortname": "lmg.m249",
"displayName": "M249",
"customIcon": null,
"amount": 1,
"cost": 2000,
"skinId": 0,
"isBp": false,
"category": 1
},
"rifle.l96_0": {
"shortname": "rifle.l96",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 1,
"displayName": "L96 Rifle",
"cost": 2000,
"cooldown": 0
},
"gates.external.high.stone_0": {
"shortname": "gates.external.high.stone",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 2,
"displayName": "High External Stone Gate",
"cost": 1250,
"cooldown": 0
},
"wall.external.high.stone_0": {
"shortname": "wall.external.high.stone",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 2,
"displayName": "High External Stone Wall",
"cost": 1250,
"cooldown": 0
},
"ammo.rifle.hv_0": {
"shortname": "ammo.rifle.hv",
"displayName": "HV 5.56 Rifle Ammo",
"customIcon": null,
"amount": 100,
"cost": 275,
"skinId": 0,
"isBp": false,
"category": 9
},
"ammo.rifle.incendiary_0": {
"shortname": "ammo.rifle.incendiary",
"displayName": "Incendiary 5.56 Rifle Ammo",
"customIcon": null,
"amount": 100,
"cost": 250,
"skinId": 0,
"isBp": false,
"category": 9
},
}I have to create everything (items, command etc.) manually?!
Cheers,