Advertisement
RyuuzakiJulio

Jebus Spawn01

Feb 9th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. --[[
  2. Spawn message board by AngelMalus
  3. Feb9 2013
  4. ]]--
  5.  
  6. m = peripheral.wrap("back")
  7.  
  8. m.setBackgroundColor(colors.cyan)
  9. m.clear()
  10. w,h = m.getSize()
  11. print(w.." "..h)
  12. m.setCursorPos(1,1)
  13. --m.write("12345678901234567890123456789012345678901234567890")
  14.  
  15. m.write(" Welcome to Jebus Tekkit Lite Server ")
  16. m.setCursorPos(1,2)
  17. m.write("--------------------------------------------------")
  18. m.setCursorPos(1,3)
  19. m.write(" Starting up:")
  20. m.setCursorPos(1,4)
  21. m.write(" 1 - Walk far from spawn ")
  22. m.setCursorPos(1,5)
  23. m.write(" 2 - You will see a message that you can build")
  24. m.setCursorPos(1,6)
  25. m.write(" 3 - Gather wood and make a chest (not provided)")
  26. m.setCursorPos(1,7)
  27. m.write(" 4 - 20 blocks from each side of the chest")
  28. m.setCursorPos(1,8)
  29. m.write(" is your protected area")
  30. m.setCursorPos(1,9)
  31. m.write(" 5 - If you want to move use: /abandonallclaims")
  32. m.setCursorPos(1,10)
  33. m.write(" 6 - Placing a chest again will make new home")
  34. m.setCursorPos(1,11)
  35. m.write(" 7 - You can expand the area with a gold shovel")
  36. m.setCursorPos(1,12)
  37. m.write(" 8 - Server grants 100 blocks/hour (human time)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement