DamnSpam improvement

ArchivesFeature requests → DamnSpam improvement

SOLVED

I think it would be useful to make unflickable levers (or unpushable buttons) using something like /damnspam -1. You could use them to change the direction of a dust, without fearing about that someone could flick/push them, and then, break your creation. You could also use a flicked unflickable lever as a source of power.
@Valsim72 Use tripwire hooks?

Use tripwire hooks?

^^^ this

@Nightshade32 He updated the thread.

You could also use a flicked unflickable lever as a source of power.

I approve this idea.
Use a tripwire hook, detector rail, trapped chest to re direct wire. To power it use a torch, or a locked on repeater. But I still like this idea
so is this being done? It should be easily done with a simple if statement :P

I have just tested on my dev server and it is as simple as: ####Adjusting the input limits

if 60 >= timeout_on <= -2 or timeout_on == 0:
  # Timeout input warning"

####Adding extra if to final check

if checktime == -1:
  #cancel event
elif (timedifference is to large)
  #cancel event
else
  #do stuff

I can push the code if you need sheep

I would like to input on more damnspam ideas as for your working on something and you only want certain people to be able to use the lever but it would also be nice if the functionality could allow the timeout features too. I know this one is harder to do but I think its a very basic think since or else everyone has to do that place a Redstone block down thing
This thread is locked.