Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Spawn message board by AngelMalus
- Feb9 2013
- ]]--
- m = peripheral.wrap("top")
- 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 - Use the 'Leave Spawn' area ")
- m.setCursorPos(1,5)
- m.write(" 2 - You will see a message that you can build")
- m.setCursorPos(1,6)
- m.write(" 3 - After making and placing your first chest")
- m.setCursorPos(1,7)
- m.write(" 4 - An area around it will be protected to you")
- m.setCursorPos(1,8)
- m.write(" (some tekkit items are unsafe - BE CAREFUL")
- m.setCursorPos(1,9)
- m.write(" 5 - If you want to move use: /abandonclaim")
- m.setCursorPos(1,10)
- m.write(" 6 - Use a golden shovel to edit/see your claim")
- m.setCursorPos(1,11)
- m.write(" 7 - You gain 100 claim blocks per hour.")
- m.setCursorPos(1,12)
- m.write(" 8 - KeepInventory is OVERWORLD ONLY")
- m.setCursorPos(1,13)
- m.write(" 9 - Read command /rules regularly")
- m.setCursorPos(1,14)
- m.write(" 10 - Talk about the server at www.jebusadventures.net")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement