Advertisement
sweetjebus

Jebusspawn2

Apr 8th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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(" == Server Rules ==")
  20. m.setCursorPos(1,4)
  21. m.write("1 No Griefing |8 No Verbal Abuse")
  22. m.setCursorPos(1,5)
  23. m.write("2 No Racism |9 No PVP at all")
  24. m.setCursorPos(1,6)
  25. m.write("3 No Spamming |10 No AFK-Beaters ")
  26. m.setCursorPos(1,7)
  27. m.write("4 No Being a Jerk |11 No Chunkloaders")
  28. m.setCursorPos(1,8)
  29. m.write("5 No Asking to be Trusted |12 No Bug-Abusing")
  30. m.setCursorPos(1,9)
  31. m.write("6 No X-Ray/Ore Finders |")
  32. m.setCursorPos(1,10)
  33. m.write("7 No Client-Side Hacks |")
  34. m.setCursorPos(1,11)
  35. m.write("--------------------------------------------------")
  36. m.setCursorPos(1,12)
  37. m.write("info: http://jebus.co.nr | twitter: @Jebuscraft")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement