Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Spawn message board by AngelMalus
- Feb9 2013
- ]]--
- m = peripheral.wrap("back")
- m.setBackgroundColor(colors.cyan)
- m.clear()
- w,h = m.getSize()
- print(w.." "..h)
- m.setCursorPos(1,1)
- --m.write("12345678901234567890123456789012345678901234567890")
- m.write(" Welcome to Jebus Tekkit Lite Server ")
- m.setCursorPos(1,2)
- m.write("--------------------------------------------------")
- m.setCursorPos(1,3)
- m.write(" Starting up:")
- m.setCursorPos(1,4)
- m.write(" 1 - Walk far from spawn ")
- m.setCursorPos(1,5)
- m.write(" 2 - You will see a message that you can build")
- m.setCursorPos(1,6)
- m.write(" 3 - Gather wood and make a chest (not provided)")
- m.setCursorPos(1,7)
- m.write(" 4 - 20 blocks from each side of the chest")
- m.setCursorPos(1,8)
- m.write(" is your protected area")
- m.setCursorPos(1,9)
- m.write(" 5 - If you want to move use: /abandonallclaims")
- m.setCursorPos(1,10)
- m.write(" 6 - Placing a chest again will make new home")
- m.setCursorPos(1,11)
- m.write(" 7 - You can expand the area with a gold shovel")
- m.setCursorPos(1,12)
- m.write(" 8 - Server grants 100 blocks/hour (human time)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement