Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sens = peripheral.wrap("left")
- mon = peripheral.wrap("top")
- whitelist = {"Bluebean404", "makromoo", "markman4897", "fuckwind2"}
- while true do
- mon.clear()
- term.clear()
- mon.setCursorPos(1,1)
- term.setCursorPos(1,1)
- players = sens.getPlayerNames()
- for k,v in pairs(players) do
- mon.write(k..": "..v)
- print(k..": "..v)
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement