Skip to content

Installing I18N on BungeeCord Spigot

BlackyPaw edited this page Dec 9, 2016 · 5 revisions

Presumably, you have been sent here by a developer whose plugin - which you would like to install - depends on I18N. This means that you will have to install the platform-specific I18N distribution that corresponds to the version of the BungeeCord / Spigot instance you are running in addition to the actual plugin if you have not yet done so. But fear not, you will be able to get this done with in no more than 5 minutes!

First of all, you will have to find out which version of I18N you need to install. Simply check the following table to find out:

Software Software Version Required I18N adapter Required I18N version Downloadlink
BungeeCord 1.8.3 - 1.11 i18n-bungeecord 1.3.0 GitHub Release
Spigot 1.8.3 - 1.11 i18n-spigot 1.3.0 GitHub Release

Alongside the required version you will find a link to an external website where you can find official releases of I18N. Simply select the version appropriate for the software you're running and you should be ready to go.

Once you have downloaded the required version, install the .JAR-file you received like you would any other plugin (copy the .JAR-file into the plugins folder inside your software folder). If you are installing I18N on Spigot and have not yet installed ProtocolLib you will also have to install that plugin as I18N partially depends on it. If everything is working correctly you should see a message similar to "Enabled I18N vX.Y.Z by BlackyPaw" in your software's console output / logfiles when starting it again.