Advertisement
Guest User

Commands

a guest
Nov 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.clear()
  3. mon.setTextScale(1)
  4. mon.setCursorPos(1,1)
  5. mon.write("Handy commands:")
  6. mon.setCursorPos(1,2)
  7. mon.write("/rtp teleports you to a random location.")
  8. mon.setCursorPos(1,3)
  9. mon.write("/echest gives you access to your enderchest.")
  10. mon.setCursorPos(1,4)
  11. mon.write("/vote allows you to get extra items.")
  12. mon.setCursorPos(1,5)
  13. mon.write("/sethome creates your personal spawn point.")
  14. mon.setCursorPos(1,6)
  15. mon.write("/back teleports you back to where you were.")
  16. mon.setCursorPos(1,7)
  17. mon.write("/spawn teleports you back here.")
  18. mon.setCursorPos(1,8)
  19. mon.write("/warp {warp name} warps you to a location.")
  20. mon.setCursorPos(1,9)
  21. mon.write("/warp shows available warps")
  22. mon.setCursorPos(1,10)
  23. mon.write("/msg {player} allows you to whisper to a player.")
  24. mon.setCursorPos(1,11)
  25. mon.write("/r quickly replies to the last whisper.")
  26. mon.setCursorPos(1,12)
  27. mon.write("/rules displays the server rules.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement