SpongeForge のインストール

SpongeForge は Minecraft Forge と統合しているので Minecraft Forge MOD を動かせます。実は Sponge そのものがプラグインを呼び出す Forge MOD のようになっているのですが、それはただの技術的な話です。

MinecraftForge を使いたくない場合は、 SpongeVanilla を検討してください。

ダウンロード

SpongeForge は ここ からダウンロードできます。

ダウンロードしたファイルの名前を見る

SpongeForge をダウンロードするときのファイル名がバージョンについての重要な情報を示しています。ここには SpongeForge と互換性のある Forge のビルド番号が含まれています。ビルド番号が少しでも違っているものは公式にはサポートされません。

しかしながら、通常 SpongeForge は Forge の新しいビルドに対応するアップデートをすぐに出しているので、 SpongeForge を使う際に Forge が対応されていないのを心配する必要はありません。

ファイル名のフォーマットは spongeforge-<MCVersion>-<ForgeBuildId>-<SpongeAPIVersion>-BETA-<SpongeBuildId>.jar です。

MCVersion

Minecraftのバージョン。このバージョンと互換性のあるクライアントのみが接続できます。

ForgeBuildId

なるべくこれと全く同じビルド番号 (Forge のバージョンの一番最後の部分を見てください) を持つ Forge を利用すべきです。

SpongeAPIVersion

このファイルの Sponge API の実装バージョン。これは Sponge のプラグインが依存するものです。

SpongeBuildId

Sponge のビルドナンバー。これは、バグ報告やサポートを求める際に提供すべきです。

互換性を簡単に確認できるように SpongeForge の jar ファイルは常にこの命名規則に従います。

たとえば spongeforge-1.10.2-2254-5.2.0-BETA-2234.jar というファイル名から、このファイルは Forge 12.18.3.2254 (ビルド番号 2254) を利用する Minecraft バージョン 1.10.2 に対応していて、 SpongeAPI 5.2.0 を提供し SpongeForge 自体のビルド番号は 2234 であるとわかります。

注釈

通常の Forge MOD は指定された Minecraft のバージョン (例: 1.8.0) であればどのビルド上でも問題なく動作します。しかし、 SpongeForge では特に Forge の内部パーツに手を入れる必要があります。ほとんどの MOD が触れるべきではなく、 Sponge がするように変更するなどもってのほかです。 Forge は内部コードを自由に変更できるため、その部分に依存hしている SpongeForge には後方互換性が保証されません。 SpongeForge に利用されているものよりも新しいバージョンの Forge を使うのは自由ですが、互換性があるとは限りません。

警告

クラッシュの問題を調査するときは、 SpongeForge の jar に示されているものより新しいバージョンの Forge を自由に試すのも良いでしょう。とはいえやはり問題がバージョンの不適合によるものではないことを確実にするために適合するバージョンを利用するのをおすすめします。互換性の保証はないものの、何らかの破損箇所があれば SpongeForge をアップデートするため issue tracker に報告してください。

SpongeForge のインストール

注釈

If you use (or are planning to use) a game server host, they may have a control panel that can install Sponge for you.

警告

When using the Mojang installer, Mojang makes use of their own Java version and not the one you installed on your system. The installer currently ships with Java 1.8.0_25 for Windows and 1.8.0_60 for macOS. Note that Sponge requires at least 1.8.0_40 or above to run properly. You can grab that Launcher on the official Minecraft download page. Please make sure to configure it to use an up to date version of Java. As an alternative you can download a Launcher without an (outdated) Java from here. Read our documentation on how to install and configure Java.

シングルプレイヤー / ゲーム内LANサーバー

  1. Download the Minecraft Forge installer from the Minecraft Forge website. Make sure to use exactly the same build number as shown above.

  2. Run the provided Forge installer. A new Forge profile will be created in the Minecraft launcher.

  3. Minecraft ランチャーを開き、新しい Forge のプロファイルを選択してください。

  4. 「オプション」 をクリックし、次に」Open Game Dir」をクリックします。

  5. Download SpongeForge from the Sponge website and put it into the mods folder. Create the folder if it does not yet exist.

  6. Sponge should work in both in single player and if you open your world to LAN.

Next, learn how you can configure Sponge and how to manage your instance of Sponge (including installing plugins).

専用サーバ

注釈

If you already have a Forge server, just put the Sponge mod into your mods folder. Remember to update your Forge version to match the one that SpongeForge requires. Have a look at the top of this page if you’re unsure which version you need.

コマンドラインによる Forge のインストール

  1. Visit the Minecraft Forge website and click 「Show all downloads」 to view the full set of available options. Identify the version matching the one listed in the filename of the SpongeForge download, and hover over the (i) next to 「Installer」 to get the direct download link.

  2. Use your favorite download method to download the jar to its destination. Example: wget http://url.to/forge-version-installer.jar

  3. From the folder in which you wish to install Forge, execute the jar with the --installServer option. Example: java -jar forge-version-installer.jar --installServer

  4. Continue to Adding SpongeForge to Forge below.

Installing Forge via GUI

  1. Download the Minecraft Forge installer from the Minecraft Forge website for the version matching the one listed in the filename of the SpongeForge download. See above for the naming scheme of SpongeForge and Forge.

  2. Run the provided Forge installer, select 「Install Server」, choose an empty folder to place the server’s files, and then click OK.

  3. Continue to Adding SpongeForge to Forge below.

Adding SpongeForge to Forge

  1. Download SpongeForge from the Sponge website and put it into the mods folder in your server directory. Create the folder if it does not yet exist.

  2. You may now launch the server via command or launch script java -jar forge-version-XYZ.jar.

  3. If operating from home, set up ポート解放 to ensure others can connect.

Next, learn how you can create and use a launch-script, configure Sponge and manage your server (including installing plugins).