/Texter

🔡 This is a PocketMine-MP plugin that can add, edit, move and remove FloatingTextParticle.

Primary LanguagePHPUniversity of Illinois/NCSA Open Source LicenseNCSA

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: 日本語, русский, 中文, Türkçe, 한국어, Indonesia


Texter

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

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