pop4959 / Bolt

Modern protection solution for individual blocks and entities
GNU General Public License v3.0
48 stars 7 forks source link

[Feature Request] Multiple protection types on one block #143

Closed Dezaku closed 2 months ago

Dezaku commented 2 months ago

It would be useful to be able to have a block with multiple protection types, so e.g you could have a chest which defaults to two protection types: the default one and one named redstone that restricts redstone. Now if someone wants to only allow redstone they can do e.g /unlock redstone and now the block is still protected with the default one but not anymore with the redstone one. Adding a "disallow" option instead of just "allow" might also be useful for that

pop4959 commented 2 months ago

A protection can only have one protection type. There are no plans on changing this, however I do already have plans to extend the permission system. For now, in your example, a private and redstone protection type separately are a good solution though for what you are trying to achieve.