Advertisement
Nothy

server thingy

Nov 6th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. a = peripheral.wrap("right")
  2. x,y = a.getSize()
  3. a.setTextScale(0.7)
  4. a.setTextColor(colors.black)
  5. a.setBackgroundColor(colors.white)
  6. a.clear()
  7. a.setCursorPos(2,2)
  8. a.setTextColor(colors.black)
  9. a.write("Nothy Server AB")
  10. while(true) do
  11. a.setCursorPos((x/2) - (string.len("Want a server? Then you're at the right place!")/2),y/2)
  12. a.setTextColor(colors.lightGray)
  13. a.write("Need a server? Then you're at the right place!")
  14. sleep(60)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement