Skip to content

Latest commit

 

History

History
86 lines (65 loc) · 2.04 KB

README.md

File metadata and controls

86 lines (65 loc) · 2.04 KB

GitHub license

/

PoggitCI Badge

Overview

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

Texter is plugin that displays and deletes FloatingTextParticle supported to multi-world.
Latest: ver 3.4.13

Supporting

  • Minecraft(Bedrock)
  • Multi-language (English, Japanese, Russian, Chinese, Turkish)
  • Multi-world display

Download

Commands

General command

\ 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.

json notation

  • 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"
    }
  }
}