Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print ("Running Rules Script...")
- mon = peripheral.wrap("right")
- 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. Griefing is ok. No pointless griefs though!")
- mon.setCursorPos(2,4)
- mon.write("3. Keep swearing to a minimum. (Possible Jail/Mute)")
- 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/mute)")
- mon.setCursorPos(2,7)
- mon.write("6. Do not attempt to hack. Or crash or bug the server.")
- mon.setCursorPos(5,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 killing them) (Jailed)")
- mon.setCursorPos(2,14)
- mon.write("12. English only in main chat.")
- mon.setCursorPos(2,15)
- mon.write("13. No racism. (Mute/ban)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement