Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local e = commands.testforblock("-125 64 253 minecraft:lever 10")
- while true do
- if e then
- commands.setblock("-127 64 256 minecraft:redstone_torch")
- sleep(2)
- os.reboot()
- else
- commands.setblock("-127 64 256 minecraft:air")
- sleep(2)
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement