powered by
Return the most recent block hits made in the Minecraft world by an iron sword.
getBlockHits()
A dataframe with columns for the coordinates, block type, and player id of recent block hits.
getChatPosts()
# NOT RUN { getBlockHits() library(futile.logger) while (TRUE) { flog.info(getEventsBlockHits()) Sys.sleep(1) } # } # NOT RUN { # }
Run the code above in your browser using DataLab