TravelTools
Four travel utilities in one jar — for Paper/Spigot 1.26.x.
TravelTools merges four small quality-of-life plugins into one, with each module individually toggleable in config.yml.
Modules
- 🧭 spawn —
[Spawn]signs that teleport players to spawn. Command-free for players. - 🧭 compass — a distributed compass item that points players to targets; managed via signs (
[Compass]). - 🌀 portalvis — renders particles around Multiverse-Portals regions so players can actually see portals. Auto-disables itself if Multiverse-Portals is absent (other modules unaffected).
- 🔥 nether — announces a player's first nether entry server-wide (tracked via PDC, so it never re-announces, even across restarts).
Design
- Players interact through signs and items only; commands are OP-only by default.
- One failed module never affects the others.
- Per-module configs in
plugins/TravelTools/modules/<id>.yml— the old PortalVisualizer config can be reused by renaming it tomodules/portalvis.yml.
Setup
Drop the jar in plugins/, restart. Toggle modules via modules.<id>.enabled in config.yml.
日本語
旧 Spawn / Playercompass / PortalVisualizer / Netherfortress の4プラグインを1つに統合した移動系ユーティリティです。
- spawn:
[Spawn]看板クリックでスポーンへテレポート。 - compass: 配布コンパスでターゲット方向を案内(
[Compass]看板で管理)。 - portalvis: Multiverse-Portals のポータル領域をパーティクルで可視化。Multiverse未導入時はこのモジュールだけ自動無効化。
- nether: プレイヤーの「初めてのネザー入場」をサーバー全体に告知(PDC管理なので再起動後も二重告知なし)。
プレイヤーは看板とアイテムのみで操作、コマンドはOP専用。モジュールは個別ON/OFF可能で、旧PortalVisualizerのconfigはリネームコピーでそのまま引き継げます。

