Advertisement
s3ptum

TPPI SPAWN RULES

Jan 11th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. while true do
  2. mon = peripheral.wrap("back")
  3. term.redirect(mon)
  4. mon.clear()
  5. mon.setTextScale(1)
  6. mon.setTextColor(8)
  7. mon.setCursorPos(10,4)
  8. print("WELCOME!")
  9. mon.setCursorPos(6,6)
  10. print("Server by s3ptum")
  11. mon.setTextScale(1)
  12. mon.setCursorPos(1,9)
  13. print("1.No Griefing")
  14. mon.setCursorPos(1,11)
  15. print("2.No Spamming")
  16. mon.setCursorPos(1,13)
  17. print("3.No Cursing")
  18. mon.setCursorPos(1,15)
  19. print("4.No Trolling/Flaming")
  20. mon.setCursorPos(1,17)
  21. print("5.No Asking for ranks/items")
  22. mon.setCursorPos(1,19)
  23. print("6.Respect Others")
  24. mon.setCursorPos(1,21)
  25. print("7.Obey Staff")
  26. mon.setCursorPos(1,23)
  27. print("8.No Racist or Sexist Remarks")
  28. mon.setCursorPos(1,25)
  29. print("9.Exploits Found will be Rewarded!")
  30. sleep(10)
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement