edoreld

Spawn Message

May 22nd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. local mon = peripheral.wrap("top")
  2. term.redirect(mon)
  3. term.clear()
  4. term.setCursorPos(1,1)
  5.  
  6.  
  7. term.setBackgroundColor(colors.black)
  8. term.setTextColor(colors.white)
  9.  
  10. while (true) do
  11. print("Welcome to the land of Promethea!")
  12. print("Where the ores are bountiful!")
  13. print("Where the mead runs wild!")
  14. print("Where the bats roam,")
  15. print("And the people are free!")
  16. print("Welcome to the land of Promethea.")
  17. print("We hope you enjoy your stay.")
  18.  
  19. print("=============================")
  20.  
  21. print("")
  22. print("We bid you a warm welcome to our server.")
  23. print("Need a reminder of the rules? http://tinyurl.com/promrules")
  24. print("You are free to build anywhere you like, as long as it's at least 200 blocks away from spawn.")
  25. print("To bring down the forcefield at the exit simply type 'phoenix' at the terminal near it.")
  26. print("Good luck and have fun!")
  27.  
  28. term.restore()
  29.  
  30. os.sleep(20)
  31. end
Add Comment
Please, Sign In to add comment