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(" == Server Rules ==")
- m.setCursorPos(1,4)
- m.write("1 No Griefing |8 No Verbal Abuse")
- m.setCursorPos(1,5)
- m.write("2 No Racism |9 No PVP at all")
- m.setCursorPos(1,6)
- m.write("3 No Spamming |10 No AFK-Beaters ")
- m.setCursorPos(1,7)
- m.write("4 No Being a Jerk |11 No Chunkloaders")
- m.setCursorPos(1,8)
- m.write("5 No Asking to be Trusted |12 No Bug-Abusing")
- m.setCursorPos(1,9)
- m.write("6 No X-Ray/Ore Finders |")
- m.setCursorPos(1,10)
- m.write("7 No Client-Side Hacks |")
- m.setCursorPos(1,11)
- m.write("--------------------------------------------------")
- m.setCursorPos(1,12)
- m.write("info: http://jebus.co.nr | twitter: @Jebuscraft")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement