プラグインのインストール

プラグインとは

プラグインは一般的には機能を追加するといった、サーバーの挙動を変更するJavaで記述されたファイルです。それらは経済システムの追加、テレボートやパーミッションの管理などの多くの変更をサーバー管理者ができるようにします。

プラグインを探す

警告

信頼できいない場所から、プラグインをダウンロードしないでください。悪意のあるプラグインは、サーバーや コンピューターへと不正なアクセスを他人へと与えることがあります。

SpongePowered currently runs the Ore platform to make it easy for plugin developers and users to distribute and download plugins. Alternatively, you can search for plugins on the SpongePowered forums.

インストール

SpongeForge

プラグインをインストールするには、ゲームまたはサーバーのディレクトリの /mods/ フォルダにプラグインを配置してください。 .zip ファイルを入手した場合は展開して .jar ファイルを探す必要があります。

/mods/plugins/ フォルダや global.confplugins-dir で設定したフォルダに配置することもできます。 SpongeForge はこれらのフォルダから自動的にプラグインを探します。ただし、 Mixin を利用するプラグインは 必ず mods フォルダ内になければならないことに注意してください。

SpongeVanilla

注釈

SpongeForge と SpongeVanilla の間の一貫性を保つため、プラグインは SpongeVanilla の mods ディレクトリに格納されます。

プラグインをインストールするには、ゲームまたはサーバーのディレクトリの /mods/ フォルダにプラグインを配置してください。 .zip ファイルを入手した場合は展開して .jar ファイルを探す必要があります。

/mods/plugins/ フォルダや global.confplugins-dir で設定したフォルダに配置することもできます。 SpongeVanilla はこれらのフォルダから自動的にプラグインを探します。ただし、 Mixin を利用するプラグインは 必ず mods フォルダ内になければならないことに注意してください。

よくある問題

プラグインについて問題が発生した場合、以下のことを確認してみてください:

  • Is the plugin compatible with your Minecraft version? While Sponge tries to keep old plugins working, this is sometimes not possible. In most cases, plugins based on a stable release should continue functioning without being updated. Please note that plugins might stop working if you switch to a different major version of the API, since major versions contain breaking changes. Refer to our versioning scheme for more information.

  • Do you run a current Java version? Sponge is built for Java 8 and is known to trigger a bug in the JRE 1.8.0_20, so make sure you use a version newer than that.

  • プラグインが古いかもしれません。プラグインの新しいバージョンはありませんか?

  • Does the plugin need a specific implementation and/or build of Sponge? Some plugins may bypass the Sponge API, or otherwise rely on details that change between versions or platforms. Check at the site you downloaded it from.