Don't allow for containers to be opened

Issue #6 new
Evan Markowitz created an issue

After a bit of testing, I learned that chests and dispensers can be opened by players in rm101. I was wondering if this could be changed, as, I plan on using dispensers, and I don't want prisoners taking my water and lava.

Simple it would seem, but, I don't know :P Thanks -t

Comments (2)

  1. Riot

    While it would be possible to add hooks for those other events, i'd want to be sure that these don't impact ordinary performance at all, detectably or otherwise - adding a hook that gets called for every player opening a chest would not be justifiable for the very rare corner case of room101 prisoners doing it. If it can be done without wasting cpu cycles on ordinary chest opens, it's fine - otherwise i'd veto it.

  2. Log in to comment