Civcraft / JukeAlert

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/JukeAlert
BSD 3-Clause "New" or "Revised" License
5 stars 15 forks source link

Redstone pulse not triggering when snitch is triggered #27

Closed Diet-Cola closed 9 years ago

Diet-Cola commented 9 years ago

If a player who is not on the group of said snitch, when the snitch is triggered even while configured with /jatogglelevers 1, the snitch will not output a redstone signal from the lever, it will only trigger when said player places a block.

Example: http://i.imgur.com/umOlDbe.png

rourke750 commented 9 years ago

Thx for making the issue. @BlackXnt @Xavter @ProgrammerDan Any of you want this otherwise I'll do it?

ProgrammerDan commented 9 years ago

Hmm, unless someone else thinks they can get to it tonight, toss it to me. It'll be my first P2, so I'll get on it starting this evening.

erocs commented 9 years ago

The snitch was sending the player enter notifications.

erocs commented 9 years ago

Also settings.allowTriggeringLevers is true in the config.

idoash4 commented 9 years ago

Did you put the lever on the north side of the snitch?

Edit: Did my own testing on civtest everything is working. The direction the lever is facing determines what will trigger it. You can read more about this on the wiki: https://github.com/Civcraft/JukeAlert/wiki

rourke750 commented 9 years ago

So is this issue not necessary?

idoash4 commented 9 years ago

yes you can close this.

erocs commented 9 years ago

Probably best if @Vastitas confirms this is the case.

Diet-Cola commented 9 years ago

Yeah it works, thanks guys