Brianetta / StickyLocks

New locking plugin for Bukkit. Database/UUID/tool/command driven (default tool is a stick).
GNU General Public License v3.0
4 stars 3 forks source link

Allow the user to select multiple objects for protecting at once. #11

Open WiIIiam278 opened 6 years ago

WiIIiam278 commented 6 years ago

Perhaps by shift-clicking. May be useful to allow the user to select all of their protected things with a command, as well.

Brianetta commented 6 years ago

Will need a per-player set of Locations, rather than a per-player Location, to handle selections.

Commands will need to iterate over the selected locations. It will probably be a good idea to introduce an overt lock/unlock command, in addition to left-click.

Perhaps also a cuboid selection would be a good idea; shift-clicking a room full of chests or every repeater within a redstone contraption could get old really quickly.