Advertisement
Guest User

e.lua

a guest
Jun 2nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local e = commands.testforblock("-125 64 253 minecraft:lever 10")
  2.  
  3. while true do
  4. if e then
  5. commands.setblock("-127 64 256 minecraft:redstone_torch")
  6. sleep(2)
  7. os.reboot()
  8. else
  9. commands.setblock("-127 64 256 minecraft:air")
  10. sleep(2)
  11. os.reboot()
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement