Json Configuration Format functional ??

Do i have to input each and every skin via the console command or can I just input them all under respective short code like this --

{
"Commands": [
"skin",
"skins"
],
"Skins": [
{
"Item Shortname": "attire.hide.boots",
"Permission": "true",
"Skins": [
0,
2936238043,
3139768374,
2963367559,
2932420816,
1230633097,
837175591,
785347695
]

 

 

Hey there, you can always adjust the configuration instead of commands, yes. Note that the permission should be the actual permission name, not true/false.

Thank you for your Reply. 

So the permission should be skin.use ? 
 or oxide.grant group default skin.use ? 

Can you please clarify this to me I'm not a coder. 

Also, it says nothing about "actual permission" in the Documentation section. 

Can I suggest clarifying this documentation in a way that is simple to understand? 

I have been trying to get this to work for about three weeks now.

documentation is obscure and I can't find anything on threads clarifying a simple straightforward set-up.  

 

You can use any permission you like - it depends on what you want, not the plugin. Usually it should be prefixed with the plugin name though, for instance `skins.vip` or just empty to require no permission.

thanks....

I tried "" 

I tried "skins.default"

I tried "skins.admin"

saved. 

and console oxide.reload skins. 

after each change. 

Nothing. 

Please provide more details. What do you mean by "nothing"? What exactly do you expect and what does/not happen instead? Have you also tried unloading the plugin first, then changing configuration, then loading it back?

Nothing. ie I do not see any skins appearing for the hide boots I am testing the plugin with. 

After all the changes. ie trying two of the two permissions I have active on my server (default and admin) using the above-mentioned variables.

"skins.default" and "skins.admin" in the "permissions"

Also tried the permissions empty ie ""

None of the IDs I have pasted in show up. 

Yes, misticos I have tried unloading the plugin and setting things back to default with only the test item (attire.hide.boots) and the IDs I got from Steam Workshop. 

Just trying to activate the plugin and customize my server. 

Sorry, but I'm expecting it to function without too much hassle.  

Appreciate the support btw. 

 



Merged post

Hey i figured the issue out. 

In the plugin file it had grey text  Debug mode... 

removing that fixed the issue.