Migration reward_data.json and nothing in game
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:
{
  "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,

Did you move the data file while the plugin and server were already running?
yes but i've tested:

stopped server => moved all files => start and its same... 
in log, i got his:
[ServerRewards] No reward data found! Creating a new data file
[ServerRewards] All UI elements have been successfully generated!
Loaded plugin ServerRewards v0.4.69 by k1lly0u​
Are you sure you copied all of the files for it, and to the correct location?
.\my_server_identity\oxide\data\ServerRewards\Images\filename_0.png
.\my_server_identity\oxide\data\ServerRewards\Images\filename1_0.png
.\my_server_identity\oxide\data\ServerRewards\Images\filename2_0.png
.\my_server_identity\oxide\data\ServerRewards\npc_data.json
.\my_server_identity\oxide\data\ServerRewards\player_data.json
.\my_server_identity\oxide\data\ServerRewards\reward_data.json
.\my_server_identity\oxide\data\ServerRewards\sale_data.json

files copied to new server, i'm missing someting?