Advertisement
Connor1997

Rules for server

Dec 3rd, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. print ("Running Rules Script...")
  2.  
  3. mon = peripheral.wrap("right")
  4. mon.clear()
  5. mon.setTextScale(1)
  6. mon.setCursorPos(5,1)
  7. mon.write("Rules: ")
  8. mon.setCursorPos(2,2)
  9. mon.write("1. Respect all players and staff members.")
  10. mon.setCursorPos(2,3)
  11. mon.write("2. Griefing is ok. No pointless griefs though!")
  12. mon.setCursorPos(2,4)
  13. mon.write("3. Keep swearing to a minimum. (Possible Jail/Mute)")
  14. mon.setCursorPos(2,5)
  15. mon.write("4. Please do not spam in chat. (Mute & Warning)")
  16. mon.setCursorPos(2,6)
  17. mon.write("5. Please do not post any links in chat. (Possible ban/mute)")
  18. mon.setCursorPos(2,7)
  19. mon.write("6. Do not attempt to hack. Or crash or bug the server.")
  20. mon.setCursorPos(5,8)
  21. mon.write("(Possible jail & kick | Tempban 1 month)")
  22. mon.setCursorPos(2,9)
  23. mon.write("7. If you find a bug report it.")
  24. mon.setCursorPos(2,10)
  25. mon.write("8. No advertising in any form or medium. (Tempban 1 week)")
  26. mon.setCursorPos(2,11)
  27. mon.write("9. Duping is not allowed. (Condensers are allowed) (Jailed 1 hour)")
  28. mon.setCursorPos(2,12)
  29. mon.write("10. No excessive caps. ")
  30. mon.setCursorPos(2,13)
  31. mon.write("11. No TP killing. (teleporting to a player and killing them) (Jailed)")
  32. mon.setCursorPos(2,14)
  33. mon.write("12. English only in main chat.")
  34. mon.setCursorPos(2,15)
  35. mon.write("13. No racism. (Mute/ban)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement