Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.clear()
  3. mon.setCursorPos(4,3)
  4. mon.setTextScale(2,0)
  5. mon.setTextColor(Colors.orange)
  6. mon.write("Welcome to the server")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement