Possible to add users to a chestshop?
andrewkm opened this issue · 3 comments
Is it possible to add users to a chest shop so they can help you maintain it.
Perhaps with LWC's cmodify username function? (As in cmodifying the user to the chestshop chest, so they can add/remove items from it). This would be really helpful for several users.
If helpful our current config looks as such: https://pastebin.com/raw/N8sfHHZ2
Duplicate of #173
And yes, using LWC to auto-protect shops instead of the built in protection should already allow access of multiple people to a shop.
So looking at my config, I would need to turn the following two options to "true" @Phoenix616 ?
#EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)
TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true
#Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!
TURN_OFF_SIGN_PROTECTION: true
Iirc only TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY would need
to be true, the sign one shouldn't influence chest access.
…On Sun, 20 Sep 2020, 15:35 andrewkm, ***@***.***> wrote:
So looking at my config, I would need to turn the following two options to
"true" @Phoenix616 <https://github.com/Phoenix616> ?
#EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)
TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY: true
#Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!
TURN_OFF_SIGN_PROTECTION: true
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#358 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMAMTPSL4N5ECZ63JECFZTSGYHLPANCNFSM4RTUVISA>
.