-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi!
I’ve encountered an issue while trying to fix another player’s shop on my server.
Currently, ClickShop only allows the shop owner to modify their shop. Even with clickshop.admin permission, admins can’t change or repair someone else’s shop — for example, to fix display errors like display: null or adjust misconfigured items.
In my case, a player’s shop caused a NullPointerException because its display field was set to null. I tried editing the shop file manually, but ClickShop resets it back to null on startup.
Suggestion:
Please add an admin interface or command that allows admins to:
-
View and edit other players’ shops directly in-game.
-
Change display items, prices, stockpiles, etc.
-
Optionally transfer or temporarily assume ownership to repair broken shops.
Something like /clickshop edit or a GUI-based “Admin Mode” would make server management much easier and prevent broken shops from blocking functionality.
Thank you for your work — ClickShop is great overall.