NoCheatPlus/NCPCore/src
asofold 3a6c0a4945 Add block changes via redstone events for door/gate like blocks.
This is unfinished, but gives an outlook on what we may be able to do
with this.
* Double doors are not covered (upper/lower half are).
* Interaction with levers / directly with doors is not covered.
* Only doors + gates (not sure what else there is).
* More fine grained configurability is missing (+ only register
listeners if needed).
* Possibly other things.

Tracking BlockRedstone seems to be more promising than BlockPhysics, as
long as we don't have to inspect neighbour blocks to check for door like
blocks at all.
2016-11-29 15:18:45 +01:00
..
main/java/fr/neatmonster/nocheatplus Add block changes via redstone events for door/gate like blocks. 2016-11-29 15:18:45 +01:00
test/java/fr/neatmonster/nocheatplus Comments (simplify/complement some, add headers). 2016-11-23 21:07:53 +01:00