Skip to content
/ Texter Public
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

Scamnex/Texter

 
 

Repository files navigation

GitHub license

/

PoggitCI Badge

Overview

Select Language: English, 日本語


English

Texter

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

Supporting

  • Minecraft(Bedrock) v1.8.x
  • Multi-language (English, 日本語)
  • Multi-world display
  • API 4.0.0

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

日本語

Texter

TexterはFloatingTextPerticleを複数ワールドに渡り表示、編集、移動、削除ができるプラグインです。
最新バージョン: 3.0.7

対応状況

  • Minecraft(Bedrockエンジン) v1.8.x
  • 複数言語 (English, 日本語)
  • 複数ワールドの表示
  • API 4.0.0対応

ダウンロード

コマンド

一般用コマンド

\ コマンド エイリアス
浮き文字追加 /txt add /txt a
浮き文字編集 /txt edit /txt e
浮き文字移動 /txt move /txt m
浮き文字削除 /txt remove /txt r
浮き文字リスト /txt list txt l
ヘルプ /txt or /txt help /txt ?

改行の際には # を使用してください。

json 記法

  • uft.json
{
  "ワールドフォルダ名": {
    "浮き文字名(一意)": {
      "Xvec": 128,
      "Yvec": 90,
      "Zvec": 128,
      "TITLE": "タイトル",
      "TEXT": "テキスト(改行は #)"
    }
  }
}
  • ft.json
{
  "ワールドフォルダ名": {
    "浮き文字名(一意)": {
      "Xvec": 128,
      "Yvec": 90,
      "Zvec": 128,
      "TITLE": "タイトル",
      "TEXT": "テキスト(改行は #)",
      "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%