brickmasterj

Test Lua ComputerCraft

Mar 12th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. local monitor = peripheral.wrap("bottom")
  2. monitor.clear()
  3. monitor.write("                        Message of the Day:                              ")
  4. monitor.write("Redstone clocks cause lag.  Don't leave them running 24/7 or you'll lag  ")
  5. monitor.write("the server.                                                              ")
  6. monitor.write("                                                                         ")
  7. monitor.write("The server is also getting spammed with 'Removing Persistence' messages. ")
  8. monitor.write("Not entirely sure when it came into effect, it could be chunk loaders    ")
  9. monitor.write("                                                                         ")
Advertisement
Add Comment
Please, Sign In to add comment