Working configuration example?Not An Issue
i just cant get it to work am i missunderstanding this?

{
  "Command": "skin",
  "Skins": [
    {
      "Item Shortname": "fun.guitar",
      "Skins": [
        0,
    809801196,
    826914904,
    809938266,
    844914652
      ]
    }
  ],
  "Container Panel Name": "generic",
  "Container Capacity": 36,
  "UI": {
    "Background Color": "0.18 0.28 0.36",
    "Background Anchors": {
      "Anchor Min X": "1.0",
      "Anchor Min Y": "1.0",
      "Anchor Max X": "1.0",
      "Anchor Max Y": "1.0"
    },
    "Background Offsets": {
      "Offset Min X": "-300",
      "Offset Min Y": "-100",
      "Offset Max X": "0",
      "Offset Max Y": "0"
    },
    "Left Button Text": "<size=36><</size>",
    "Left Button Color": "0.11 0.51 0.83",
    "Left Button Anchors": {
      "Anchor Min X": "0.025",
      "Anchor Min Y": "0.05",
      "Anchor Max X": "0.325",
      "Anchor Max Y": "0.95"
    },
    "Center Button Text": "<size=36>Page: {page}</size>",
    "Center Button Color": "0.11 0.51 0.83",
    "Center Button Anchors": {
      "Anchor Min X": "0.350",
      "Anchor Min Y": "0.05",
      "Anchor Max X": "0.650",
      "Anchor Max Y": "0.95"
    },
    "Right Button Text": "<size=36>></size>",
    "Right Button Color": "0.11 0.51 0.83",
    "Right Button Anchors": {
      "Anchor Min X": "0.675",
      "Anchor Min Y": "0.05",
      "Anchor Max X": "0.975",
      "Anchor Max Y": "0.95"
    }
  },
  "Debug": false
}​
Does the box open? If you put a guitar, is it doing something?
The box opens,but it fails to go in the box and jumps backout
Try to unload all plugins you can but Skins.
seems i hadent updated from  1.2.

it's still not working but, the guitar will sit in the box now, but no skins are loaded. just enmpy box with default item.

Im using a config i found in an old oxide forum post which is working fine?

is
 "Item Shortname": "fun.guitar",​
correct?
Yes it is. Make sure your configuration is valid and you're using the latest skins version. Consider also appending your config here
The above is the full config im trying to get working just as a starting point, its also here: https://pastebin.com/fsUme6Xr
it does validate and im using: Skins v2.0.4

My old config looks very different from the new default, but works fine: https://pastebin.com/PKpPmXgD 

thanks for your time!
It is working fine because it automatically converts old configuration to a new format.

Merged post

And what you sent me in pastebin (your config https://pastebin.com/fsUme6Xr) isn't valid for skins, since it just has a different structure.
I'm sorry i was messing around with the config this is the one i was using but isnt working
https://pastebin.com/XEukyyAv 
Locked automatically