Enrick3344 / Texter

This is a PocketMine-MP plugin that can add, remove and update FloatingTextParticle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license Github All Releases

PoggitCI Badge

Overview

Select Language: English, 日本語


English

Texter

Texter is plugin that displays and deletes FloatingTextPerticle supported to multi-world.
Latest: ver 2.2.6 Papilio dehaanii(カラスアゲハ)

Supporting

  • Multi-language (eng, jpn)
  • Multi-world display
  • Minecraft(Bedrock) v1.2.x

Download

You may grab the plugin from Source, or download the latest .phar from Poggit.

Commands

General command

\ command argument alias
Add text /txt add <title> [text] /txt a
Remove text /txt remove <ID> /txt r
Update text /txt update <title, text> <ID> <message> /txt u
Help /txt or /txt help none /txt ?

Management command

\ command argument alias
Remove all /txtadm allremove none /tadm ar
Remove texts/user /txtadm userremove <username> /tadm ur
Info /txtadm info none /tadm i
Help /txtadm or /txtadm help none /tadm ?

Please use # for line breaks.

json notation

anythingUniqueValue: {
  "WORLD" : "worldName",
  "Xvec" : 128,
  "Yvec" : 90,
  "Zvec" : 128,
  "TITLE" : "title",
  "TEXT" : "1st Line#2nd Line..."
}

It is output as follows.


日本語

Texter

TexterはFloatingTextPerticleを複数ワールドに渡り表示、削除ができるプラグインです。
最新バージョン: 2.2.6 Papilio dehaanii(カラスアゲハ)

対応状況

  • 複数言語 (eng, jpn)
  • 複数ワールドの表示
  • Minecraft(Bedrockエンジン) v1.2.x

ダウンロード

ソースファイル群は こちら
最新の .pharファイルが必要であれば PoggitCI の最新ビルドの Download から。

コマンド

一般用コマンド

\ コマンド 引数 エイリアス
浮き文字追加 /txt add <タイトル> [テキスト] /txt a
浮き文字削除 /txt remove <ID> /txt r
浮き文字更新 /txt update <タイトル, テキスト> <ID> <メッセージ> /txt u
ヘルプ /txt or /txt help 無し /txt ?

管理用コマンド

\ コマンド 引数 エイリアス
浮き文字すべて削除 /txtadm allremove none /tadm ar
ユーザーの浮き文字を削除 /txtadm userremove <username> /tadm ur
浮き文字の各種情報を見る /txtadm info none /tadm i
ヘルプ /txtadm or /txtadm help none /tadm ?

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

json記法

{
  "一意な文字列": {
    "WORLD" : "world",
    "Xvec" : 128,
    "Yvec" : 90,
    "Zvec" : 128,
    "TITLE" : "title",
    "TEXT" : "1st Line#2nd Line"
  }
}

こう書くことで以下のように出力されます。

About

This is a PocketMine-MP plugin that can add, remove and update FloatingTextParticle.

License:MIT License


Languages

Language:PHP 100.0%