Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.1–1.20.6
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 3 weeks ago
Quick Start
A client-side utility mod that lets you launch and stop your local Minecraft server directly from the game.
Features
- One-click server control — Start/stop button on the multiplayer screen
- Pause menu button — Mini control button (▶/…/■) on the pause screen
- World selection — Pick which world the server loads before starting it, or add a new one by typing a name
- Lock and delete — Lock a world so it cannot be deleted by a misclick, or delete one after a five second countdown; deleted worlds go to the Recycle Bin together with their nether and end folders
- No OP setup — The mod registers you in
ops.jsonbefore starting the server, but only when nobody is registered yet - Clean shutdown — The stop button sends
/stop, so the world is saved instead of the process being killed - Auto localhost — Automatically adds localhost to your server list
- Confirmation dialog — Optional confirmation before stopping the server
- One file per loader — One jar covers Minecraft 1.20.1 through 26.x on Fabric, and 1.21.1 through 26.x on NeoForge
How it works
- Place the mod in your
modsfolder - Open the multiplayer screen — you'll see a "Start Server" button
- Pick a world, and the mod sets it in
server.propertiesand runs your server start script (.bat or .sh) in the game directory - Once the server is running, the button changes to "Stop Server"
- In the world list, the lock button keeps a world safe from deletion — press it again to unlock
- The trash button starts a five second countdown, shown as a gauge; press it again within those five seconds to call it off, and the world goes to the Recycle Bin when it runs out
Requirements
- Fabric Loader, or NeoForge
- Nothing else — Fabric API is not required
Windows (.bat) and Linux / Mac (.sh) start scripts are both supported; Windows is what the mod is developed and tested on.
Quick Start
マルチプレイ画面からワンクリックでローカルサーバーを起動・停止できるクライアント専用MODです。
機能
- ワンクリック操作 — マルチプレイ画面にサーバー起動/停止ボタンを追加
- ポーズ画面対応 — ミニ操作ボタン(▶/…/■)を表示
- ワールド選択 — 起動するワールドを選んでからサーバーを起動。名前を入力して新規追加も可能
- ロックと削除 — ロックしたワールドは誤クリックで消えません。削除は5秒のカウントダウン後に、ネザー・エンドのフォルダごと「ごみ箱へ移動」します
- OP設定不要 — サーバー起動前に自分を
ops.jsonへ自動登録します(まだ誰もOPがいない場合だけ) - 正常終了 — 停止ボタンは
/stopを送るので、プロセスを殺すのではなくワールドを保存して終了します - localhost自動登録 — サーバーリストにlocalhostを自動追加
- 確認ダイアログ — サーバー停止時の確認ON/OFF切替
- ローダーごとに1ファイル — Fabric版は1.20.1〜26.x、NeoForge版は1.21.1〜26.xを1つのjarでカバー
使い方
- MODを
modsフォルダに入れる - マルチプレイ画面を開くと「サーバー起動」ボタンが表示される
- ワールドを選ぶと
server.propertiesに設定し、ゲームディレクトリ内の起動スクリプトを自動検出して実行 - 起動完了後、ボタンが「サーバー停止」に切り替わる
- ワールド一覧のロックボタンを押すと、そのワールドは削除できなくなる(もう一度押すと解除)
- ごみ箱ボタンを押すと5秒のカウントダウンがゲージで表示され、5秒以内にもう一度押せば中止。時間切れでワールドはごみ箱へ移動する
必要環境
- Fabric Loader、または NeoForge
- それ以外は不要です(Fabric APIは必要ありません)
起動スクリプトは Windows (.bat) と Linux / Mac (.sh) の両方に対応していますが、開発・動作確認はWindowsで行っています。


