Advertisement
Frekvens1

[CC] Rules print

Nov 20th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.04 KB | None | 0 0
  1.     -- Screen should be 3x5
  2.     local monitor = peripheral.wrap("right")
  3.     term.redirect(monitor)
  4.     print("")
  5.     print("")
  6.     print("[------------------------------------------------]")
  7.     print("[-                  RULES                       -]")
  8.     print("[------------------------------------------------]")
  9.     print("[- [1] Be respectful                            -]")
  10.     print("[- [2] Be ethical                               -]")
  11.     print("[- [3] Use common sense                         -]")
  12.     print("[- [4] If you grief in towns you will           -]")
  13.     print("[-     get punished with jail or deranked.      -]")
  14.     print("[- [5] Don't ask Mods/Admins to much!           -]")
  15.     print("[-     We will mute you.                        -]")
  16.     print("[- [6] Do not advertise for other servers.      -]")
  17.     print("[-     Results will be ban.                     -]")
  18.     print("[- [7] Trolls will be trolled ;)                -]")
  19.     print("[------------------------------------------------]")
  20.     term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement