powered by
Post a message to Minecraft chat.
chatPost(text)
A character string with the message you would like to post.
# NOT RUN { chatPost('foobar') ## Post the first few digits of pi to chat for (p in strsplit(as.character(round(pi, 4)), '')[[1]]) { chatPost(p) } # } # NOT RUN { # }
Run the code above in your browser using DataLab