Skip to content
forked from fuyutsuki/Texter

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

License

Notifications You must be signed in to change notification settings

JoshuaPHYT/Texter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%