Advertisement
Guest User

Rules5

a guest
Nov 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.clear()
  3. mon.setTextScale(1)
  4. mon.setCursorPos(1,1)
  5. mon.write("Here are our server rules:")
  6. mon.setCursorPos(1,2)
  7. mon.write("1.  No griefing or stealing.")
  8. mon.setCursorPos(1,3)
  9. mon.write("2.  No cursing, discrimination, harassment, etc.")
  10. mon.setCursorPos(1,4)
  11. mon.write("3.  Treat each other with respect.")
  12. mon.setCursorPos(1,5)
  13. mon.write("4.  No discussions about politics or religion.")
  14. mon.setCursorPos(1,6)
  15. mon.write("5.  No advertising.")
  16. mon.setCursorPos(1,7)
  17. mon.write("6.  Dont cheat.")
  18. mon.setCursorPos(1,8)
  19. mon.write("7.  No PvP.")
  20. mon.setCursorPos(1,9)
  21. mon.write("8.  Dont beg for items or a rank.")
  22. mon.setCursorPos(1,10)
  23. mon.write("9.  English in main chat.")
  24. mon.setCursorPos(1,11)
  25. mon.write("10. No traps.")
  26. mon.setCursorPos(1,12)
  27. mon.write("11. Dont change the weather.")
  28. mon.setCursorPos(1,13)
  29. mon.write("12. Dont build near anyone without permission.")
  30. mon.setCursorPos(1,15)
  31. mon.write("Dont forget to read our banned items list")
  32. mon.setCursorPos(1,16)
  33. mon.write("Forum: www.ftbatlantis.com")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement