Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

OutiServer/TeleporterUI

Repository files navigation

TeleporterUI

使い方:

このプラグインを導入してサーバーを起動するとplugin_dataTeleporterというディレクトリが作成されるのでそこにteleporter_map.ymlを追加してください。 そして/teleportuiコマンドを実行するとUIが出て、アイテムを選択するとテレポートが出来ます。

teleporter_map.ymlのサンプル

map:
  - item1: #item1,item2,item3とあるがその変数名は変更しても大丈夫なやつ
        displayname: おうち中央駅前 #表示名
        pos: #テレポート先の座標
            - 51
            - 65
            - -98
  - item2:
        displayname: おうち中央駅前2
        pos:
            - 53
            - 65
            - -24
  - item3:
      displayname: おうち鯖駅内
      map: #子アイテム。これを選択するとchilditem1が出る
        - childitem1:
            displayname: 地図前
            pos:
                - 63
                - 77
                - -38

フォーマットを間違えるとエラーが出ます。

依存関係

Vecnavium/FormsUI

About

テレポートプラグイン

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages