awesome but can you add a notification when you interact with the block it says you have locked this chest etc. and if you open someone elses chest op and above it will say whos chest it is?
Nice plugin. I would add a command that would allow you to list all the players who have keys to the block you punch so that you can see the list as the owner of that block.
Hello, I am having an issue where players are unable to unlock their blocks if they want to move them. They have the keys.use permission node, and they can access their locked blocks, just not break them.
Is anyone else having this issue or is it just me as it usually is lol
I figured out what is happening. The Pixelmon mod is fighting Keys for the unlock command, I need to figure out how to set up an alias for them to use just for Keys or redirect the Pixelmon command.
You use the commands/aliases feature in the global.conf (server/config/sponge/global.conf)
In the config you will see “commands” Its 3rd from the top. Where it says “aliases” put the following in the “swiggly brackets”
Then restart then you’re done! When you do /unlock it will run this mod’s unlock command. If you still need to use the Pixelmon’s unlock command just do /pixelmon:unlock <name>
I saw you put a protection to deny players to break blocks under protected chests but if there is an air case under or next to, they can put an hopper to empty protected chests.
Can you add a full protection to deny placement of blocks ?
Hoppers will be handled on their own, but Sponge has not yet added the proper events for us to block that interaction. Outside of that type of interaction and other chests, we don’t need to prevent placement.