Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- warp = peripheral.wrap("left")
- p = peripheral.wrap("top")
- while true do
- event, command, nick = os.pullEvent()
- if event=="chat_command" and command == "summon" then
- warp.set_mode(1)
- warp.summon_all()
- print(nick)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment