Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necnion8/mvquickteleport
ロードコマンドを兼ねたmvtpコマンド (+α)
https://github.com/necnion8/mvquickteleport
minecraft-plugin multiverse-core spigot-plugin
Last synced: 16 days ago
JSON representation
ロードコマンドを兼ねたmvtpコマンド (+α)
- Host: GitHub
- URL: https://github.com/necnion8/mvquickteleport
- Owner: Necnion8
- Created: 2023-02-09T08:07:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T01:33:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T01:43:36.913Z (3 months ago)
- Topics: minecraft-plugin, multiverse-core, spigot-plugin
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVQuickTeleport
ロードコマンドを兼ねたmvtpコマンド (+α)## 前提
- Spigot 1.13 以上 (またはその派生)
- Multiverse-Core
- Multiverse-Portals (オプション)## コマンドと権限
- テレポートコマンド - `/mvquickteleport`, `/qmvtp`
> 指定されたワールドをロードしてテレポートさせます
>
> ※ コマンド権限に加え、`multiverse.core.load` が許可されている必要があります。
> ※ Multiverse-Portalsと連携すると、ポータルも利用できるようになります。
>
> 引数: `/qmvtp (world)`
> 権限: `mvquickteleport.command.mvquickteleport` (default: OP)## 設定
```yml
# ワールドが作成された時に、autoload 設定を無効にします
force-autoload-disable: true# 接続時に前回切断したワールドを再ロードして位置を復元します (アンロードされていた場合のみ)
keep-quit-world: true
```