local monitor = peripheral.wrap("bottom")
monitor.clear()
monitor.setTextScale(5)
monitor.setTextColor(colors.red)
monitor.setBackgroundColor(colors.black)
print("Rules:")
print("1: No Griefing!")
-- All the prints you want here
term.restore()