items with permissions do not work. having the permission, it does not work in the chat it says no and the npc does not open guishop
Shops with permissions do not work with /shop commandSolved
If you are updating from an older GUIShop version permissions have changed / along with how NPC ids are handled.
Merged post
I assume you are referring to shops? Items never had permission-based support.
In regards to shop-based permissions with the /shop command, I have updated it and should be resolved in the latest update. 2.3.8
last beta version work fine.
"Food": {
"DisplayName": "Food",
"DisplayNameColor": null,
"Description": "Actualmente tienes {0} dinero para gastar en la tienda Animal",
"DescriptionColor": null,
"Permission": "kits.granjero",
"Currency": "",
"CustomCurrencyAllowSellOfUsedItems": false,
"CustomCurrencyNames": "Fajo de Billetes",
"CustomCurrencyIDs": 0,
"CustomCurrencySkinIDs": 2103444307,
"EnabledCategory": true,
"EnableNPC": true,
"NPCId": "",
"NpcIds": [
"668286251",
"2066967985"
],
"Items": [
"Horse Saddle"
]
},
Master version no work show in chat NoPerm and no open NPC. With /update remains the same problem.
Merged post
now i understand everything, the permission is from guishop in permission manager. Thanks for everything
Are you able to send me a screenshot of the chat response it gives you?
And is this specific to NPCs?
If so are you getting a response like this?
If so then that is exactly how it should work until you give yourself the permission to use it.
permission to use is

Now if I give myself permission it works just fine 
Merged post
Even the /shop global method is working fine in my tests.
So at this point, I'll have to politely ask you to send me your config so I can use it for debugging purposes.
Either through pastebin.com or on discord @ Khan#8615
It already works for me, this new version the permissions are within GUISHOP in the permission manager, in the previous versions the permission was direct from the kits, I did not have to give double permission as now. Giving permission to the kit I was already opening the npc, now with this change in the new version I have to give two permissions. until not seeing it, it drove me crazy thanks for the help, the only difference with your captures is the chat message that I would like to change it.

atope
It already works for me, this new version the permissions are within GUISHOP in the permission manager, in the previous versions the permission was direct from the kits, I did not have to give double permission as now. Giving permission to the kit I was already opening the npc, now with this change in the new version I have to give two permissions. until not seeing it, it drove me crazy thanks for the help, the only difference with your captures is the chat message that I would like to change it.
So you are saying before you could use the same permission for shops as what you had set for the kits?
That really shouldn't have been allowed from the start and was never an intended feature.
I could see how that would be confusing
yes, exactly it was a quick and easy way.
Locked automatically