Texter
Texter copied to clipboard
Texter is a plugin for PocketMine-MP that supports multiple worlds and allows you to add, edit, move, and delete FloatingText.
Texter
Texter is a plugin for PocketMine-MP that supports multiple worlds and allows you to add, edit, move, and delete FloatingText.
Other languages:
- 日本語
- Русский
- Tiếng Việt
:inbox_tray: Download
:sparkles: Features
Commands
All commands have permissions set to texter.command.txt (OP only).
| \ | Command | aliases | usage |
|---|---|---|---|
| Add text | /txt add |
/txt a |
/txt add [name] [text] |
| Edit text | /txt edit |
/txt e |
/txt edit [name] [text] |
| Move text | /txt move |
/txt m |
/txt move [name] [here|x y z] |
| Remove text | /txt remove |
/txt r |
/txt remove [name] |
| help | /txt |
/txt |
Please insert # for line breaks.
Variables
If you have installed Mineflow >= 2.0, you can apply variables to floating characters.
| name | type | available properties |
|---|---|---|
server_name |
string | |
microtime |
number | |
time |
string | |
date |
string | |
default_world |
string | |
player |
Player | Mineflow#Player |
ft |
FloatingText | name(string), pos(Vector3), spacing(Vector3), texts(list) |
:symbols: Language
You can change the language in the console by changing the locale in config.yml.
The supported languages will be automatically translated according to the language settings of each player's client.
Support status
issue or PR in other languages is welcome!
- [x] en_us(English)
- [x] es_mx(Spanish/Mexico)
- [ ] id_id(Indonesian)
- [x] ja_jp(Japanese)
- [ ] ko_kr(Korean)
- [ ] ru_ru(Russian)
- [ ] tr_tr(Turkish)
- [ ] zh_cn(Chinese/Simplified)
- [ ] vi_vn(Vietnamese)