Ammunation showing under Items tab instead of categories or itemsSolved
So i cant seem to grasp the correct way to setup thi plugin. No matter what i try nothing shows under Items apart from a big Ammunation text.

Any idea what i can do to fix this?
Add more items. Maybe you only have ammo type items added to store.

It'll auto add the tabs.
So when i say big "Ammunition" i mean the image attached. Also ive only added an AK so Ammunition doesnt make sense.

https://gyazo.com/f234881d9232658dc3d1d7f120aa17d1

Merged post

screenshot above
Could we please see your data\ServerRewards\reward_data.json?
{
  "items": {
    "rifle.ak_0": {
      "shortname": "rifle.ak",
      "customIcon": null,
      "amount": 1,
      "skinId": 0,
      "isBp": false,
      "category": 1,
      "displayName": "Assault Rifle",
      "cost": 100,
      "cooldown": 0
    }
  },
  "kits": {},
  "commands": {}
}

So far i have only added an AK to actually test how to add items

You've reloaded the mod after sending back the changes?

It looks correct. You could try deleting that rewards_data file while the mod is unloaded, reload the mod, then use the chat command in game to re-add an item, then see if it shows.

I can't tell why it wouldn't be working from the information given.
Ill give that a try and ill let you know

Merged post

Okay so i have attempted wha you said and this is the result.

Still same screen under "Items".

{
  "items": {
    "pickaxe_1362736707": {
      "shortname": "pickaxe",
      "customIcon": null,
      "amount": 1,
      "skinId": 1362736707,
      "isBp": false,
      "category": 6,
      "displayName": "Pickaxe",
      "cost": 100,
      "cooldown": 0
    },
    "smg.thompson_1772377862": {
      "shortname": "smg.thompson",
      "customIcon": null,
      "amount": 1,
      "skinId": 1772377862,
      "isBp": false,
      "category": 1,
      "displayName": "Thompson",
      "cost": 1000,
      "cooldown": 0
    }
  },
  "kits": {},
  "commands": {}
}

Also added items ia chat command

I don't know. Let's see the main config file in \config

It works on my server. If you can't get it to work at all I would remove all files and start over again. If you load up fresh and it still doesn't work, I'd mark this as a bug but that won't do much on this mod.

Wipe the server with only server rewards loaded and try to see some other mod is conflicting. My thinking is if it works for everyone else, you might have a config/build that it doesn't like.

Do other mods work? When you save changes in other mods and you send them back and you reload, do those changes work? E.g. Do you know what you're doing/basics?
Category 1 = weapons
Category 3 = items
Category 9 = ammunition

make sure the categories are correct in the data file and close & re-open the data file to make sure it's saved and loaded correctly

Make sure to reload the plugin once you changed anything in the data file
Locked automatically