Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("top")
- term.redirect(mon)
- term.clear()
- term.setCursorPos(1,1)
- term.setBackgroundColor(colors.black)
- term.setTextColor(colors.white)
- while (true) do
- print("Welcome to the land of Promethea!")
- print("Where the ores are bountiful!")
- print("Where the mead runs wild!")
- print("Where the bats roam,")
- print("And the people are free!")
- print("Welcome to the land of Promethea.")
- print("We hope you enjoy your stay.")
- print("=============================")
- print("")
- print("We bid you a warm welcome to our server.")
- print("Need a reminder of the rules? http://tinyurl.com/promrules")
- print("You are free to build anywhere you like, as long as it's at least 200 blocks away from spawn.")
- print("To bring down the forcefield at the exit simply type 'phoenix' at the terminal near it.")
- print("Good luck and have fun!")
- term.restore()
- os.sleep(20)
- end
Add Comment
Please, Sign In to add comment