Advertisement
Connor1997

Rules & Banned Items

Dec 4th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. print ("Running Rules & Banned Items Script...")
  2.  
  3. mon = peripheral.wrap("left")
  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. NO GRIEFING! (raiding is ok) (Tempban up to 1 week)")
  12. mon.setCursorPos(2,4)
  13. mon.write("3. Keep swearing to a minimum. (Possible Jail)")
  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)")
  18. mon.setCursorPos(2,7)
  19. mon.write("6. Do not attempt to hack. Or crash or bug the server.")
  20. mon.setCursorPos(2,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 kill him)")
  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)")
  36.  
  37. mon.setCursorPos(5,17)
  38. mon.write("Banned Items: ")
  39. mon.setCursorPos(2,18)
  40. mon.write("1. Nuke")
  41. mon.setCursorPos(2,19)
  42. mon.write("2. Industrial TNT")
  43. mon.setCursorPos(2,20)
  44. mon.write("3. Nova Catalyst")
  45. mon.setCursorPos(2,21)
  46. mon.write("4. Nova Cataclysm")
  47. mon.setCursorPos(2,22)
  48. mon.write("5. Destruction Catalyst")
  49. mon.setCursorPos(2,23)
  50. mon.write("6. Catalytic Lens")
  51. mon.setCursorPos(2,24)
  52. mon.write("7. Cart Dispenser")
  53. mon.setCursorPos(2,25)
  54. mon.write("8. Chest Cart, Tank Cart, Work Cart")
  55. mon.setCursorPos(2,26)
  56. mon.write("9. Wireless Tracker")
  57. mon.setCursorPos(2,27)
  58. mon.write("10. Harvest Goddess Banned ")
  59. mon.setCursorPos(2,28)
  60. mon.write("(creates massive lag when used to make emc farms)")
  61. mon.setCursorPos(2,29)
  62. mon.write("11. Mining Laser")
  63. mon.setCursorPos(5,30)
  64. mon.write("Uncraftable Items:")
  65. mon.setCursorPos(2,31)
  66. mon.write("1. All collectors (Can buy from adminshop or other players)")
  67. mon.setCursorPos(2,32)
  68. mon.write("2. World Anchor (Can buy from adminshop or other players)")
  69. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement