Description Usage Arguments Value Examples
Write some text in minecraft, using blocks
1 2 3 4 5 6 7 8 9 10 |
text |
A character string to be written in blocks |
lowerleft |
Vector of length 3 representing the location for the lower-left corner for the text. |
font |
Font size to use |
id |
Block type to use to write the text |
style |
Block style to use to write the text |
dir |
Direction the text should run |
top |
Direction that the top of the text should point |
None
1 2 3 4 5 6 | ## Not run:
library(miner)
v <- getPlayerPos()
write_text("Hello!", v+c(5,3,0), font="4x8")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.