You can set the plugin language by changing the locale in config.yml
also, supported languages are automatically displayed according to the locale of the client.
Select another language: 日本語
Texter is plugin that displays and deletes FloatingTextParticle supported to multi-world.
Latest: ver 3.4.13
- Minecraft(Bedrock)
- Multi-language (English, Japanese, Russian, Chinese, Turkish)
- Multi-world display
| \ | command | alias |
|---|---|---|
| Add text | /txt add |
/txt a |
| Edit text | /txt edit |
/txt e |
| Move text | /txt move |
/txt m |
| Remove text | /txt remove |
/txt r |
| Listup texts | /txt list |
/txt l |
| Help | /txt or /txt help |
/txt ? |
Please use # for line breaks.
- uft.json
{
"LevelFolderName": {
"TextName(Unique)": {
"Xvec": 128,
"Yvec": 90,
"Zvec": 128,
"TITLE": "Title",
"TEXT": "Text(New line with #)"
}
}
}- ft.json
{
"LevelFolderName": {
"TextName1(Unique)": {
"Xvec": 128,
"Yvec": 90,
"Zvec": 128,
"TITLE": "Title",
"TEXT": "Text(New line with #)",
"OWNER": "Steve"
}
}
}