Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print ("Running Rules & Banned Items Script...")
- mon = peripheral.wrap("left")
- mon.clear()
- mon.setTextScale(1)
- mon.setCursorPos(5,1)
- mon.write("Rules: ")
- mon.setCursorPos(2,2)
- mon.write("1. Respect all players and staff members.")
- mon.setCursorPos(2,3)
- mon.write("2. NO GRIEFING! (raiding is ok) (Tempban up to 1 week)")
- mon.setCursorPos(2,4)
- mon.write("3. Keep swearing to a minimum. (Possible Jail)")
- mon.setCursorPos(2,5)
- mon.write("4. Please do not spam in chat. (Mute & Warning)")
- mon.setCursorPos(2,6)
- mon.write("5. Please do not post any links in chat. (Possible ban)")
- mon.setCursorPos(2,7)
- mon.write("6. Do not attempt to hack. Or crash or bug the server.")
- mon.setCursorPos(2,8)
- mon.write("(Possible jail & kick | Tempban 1 month)")
- mon.setCursorPos(2,9)
- mon.write("7. If you find a bug report it.")
- mon.setCursorPos(2,10)
- mon.write("8. No advertising in any form or medium. (Tempban 1 week)")
- mon.setCursorPos(2,11)
- mon.write("9. Duping is not allowed. (Condensers are allowed) (Jailed 1 hour)")
- mon.setCursorPos(2,12)
- mon.write("10. No excessive caps.")
- mon.setCursorPos(2,13)
- mon.write("11. No TP killing. (teleporting to a player and kill him)")
- mon.setCursorPos(2,14)
- mon.write("12. English only in main chat.")
- mon.setCursorPos(2,15)
- mon.write("13. No racism. (Mute/ban)")
- mon.setCursorPos(5,17)
- mon.write("Banned Items: ")
- mon.setCursorPos(2,18)
- mon.write("1. Nuke")
- mon.setCursorPos(2,19)
- mon.write("2. Industrial TNT")
- mon.setCursorPos(2,20)
- mon.write("3. Nova Catalyst")
- mon.setCursorPos(2,21)
- mon.write("4. Nova Cataclysm")
- mon.setCursorPos(2,22)
- mon.write("5. Destruction Catalyst")
- mon.setCursorPos(2,23)
- mon.write("6. Catalytic Lens")
- mon.setCursorPos(2,24)
- mon.write("7. Cart Dispenser")
- mon.setCursorPos(2,25)
- mon.write("8. Chest Cart, Tank Cart, Work Cart")
- mon.setCursorPos(2,26)
- mon.write("9. Wireless Tracker")
- mon.setCursorPos(2,27)
- mon.write("10. Harvest Goddess Banned ")
- mon.setCursorPos(2,28)
- mon.write("(creates massive lag when used to make emc farms)")
- mon.setCursorPos(2,29)
- mon.write("11. Mining Laser")
- mon.setCursorPos(5,30)
- mon.write("Uncraftable Items:")
- mon.setCursorPos(2,31)
- mon.write("1. All collectors (Can buy from adminshop or other players)")
- mon.setCursorPos(2,32)
- mon.write("2. World Anchor (Can buy from adminshop or other players)")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement