-
Notifications
You must be signed in to change notification settings - Fork 1
FAQs
Please refer to the following FAQs before requesting for support.
1. I want to use the plugin only for the admin shops, is there a way to disable normal users from creating custom shops?
Yes, customshop.createshop is a permission node set to true by default. You can disable a permission group from creating shops by setting it to false with a permission plugin, such as LuckPerms.
Shops can only be created through the plugin's command, /cs newshop or /cs newadminshop. ItemsAdder's Add-On is merely added to support the plugin's shop textures.
Custom shops are essentially armor stands embedded in barrier blocks, and armor stands are entities. Ensure that you do not have other plugins deleting armor stand entities.
It is likely due to user having the textures loaded locally while the server updates. Try reloading the textures using F3 + T.
5. I want to create an admin shop without having it counted towards my total shop count. Is that possible?
Yes, you can reduce a player's total shop count manually by running /customshop setcount <player> <count>. Be reminded to correct back the shop count when it decreases on the admin shop's removal.
6. How was I able to break custom shop after getting stripped of the customshop.admin permission OR unable to break custom shops after obtaining the permission?
Permissions may take some time to reload. Wait for a few seconds before retrying.
Be aware that non-op players might not be able to interact with custom shops located near world spawn with empty hands, or while holding certain items due to vanilla world spawn protection.