Advertisement
fother

Untitled

Jul 30th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. term.redirect(mon)
  3. --
  4. local cPrint = function(text)
  5. local x2,y2 = term.getCursorPos()
  6. local x,y = term.getSize()
  7. term.setCursorPos(math.ceil((x / 2) - (text:len() / 2)), y2)
  8.  
  9. print(text)
  10. end
  11. --
  12. do
  13. mon.clear()
  14. mon.setCursorPos(1, 1)
  15. do
  16.  
  17.  
  18. term.setTextColor(16384) write("ATTENTION: IMPORTANT INFO: ")
  19. term.setTextColor(1) print("")
  20. term.setTextColor(1) print("")
  21. term.setTextColor(1) write("1: This it not a pvp/raiding server")
  22. term.setTextColor(1) print("")
  23. term.setTextColor(1) print("")
  24. term.setTextColor(1) write("2: Read all the monitors at spawn. Not reading the monitors doesnt justify breaking the rules. Not reading the monitors doesnt ")
  25. term.setTextColor(1) print("")
  26. term.setTextColor(1) print("")
  27. term.setTextColor(1) write("2: Dont mine mazestone with a vajra ")
  28. term.setTextColor(1) print("")
  29. term.setTextColor(1) print("")
  30. term.setTextColor(1) write("3: Dont mine a quarry with a vajra ")
  31. term.setTextColor(1) print("")
  32. term.setTextColor(1) print("")
  33. term.setTextColor(1) write("4: Make sure you have enough space in your inventory before you do /vote")
  34. term.setTextColor(1) print("")
  35. term.setTextColor(1) print("")
  36. term.setTextColor(1) write("5: Private your ender chests (click with a diamond on the orange lock) ")
  37. term.setTextColor(1) print("")
  38. term.setTextColor(1) print("")
  39. term.setTextColor(1) write("6: Private your ender chests (click with a diamond on the orange lock) ")
  40. term.setTextColor(1) print("")
  41. term.setTextColor(1) print("")
  42. term.setTextColor(1) write("7: Claim your stuff. Othere people are allowed to take your unclaimed stuff. Do /warp gp for more info. ")
  43. term.setTextColor(1) print("")
  44. term.setTextColor(1) print("")
  45. term.setTextColor(1) write("8: Extra worlds (Nether,End,quarryworld/twilight) get reset every Sunday.
  46. Remove your items from these world on Saturday. You can get your quarry back if you forgot to remove your quarry on Sundays. Just do /quarry 1 or /quarry 2 . Make sure you have space in your inventory before you do these commands.")
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement