Instalowanie Pluginów

Czym są Pluginy

Plugins are files written in Java that change the way the server works, generally adding features. They allow server owners to do a lot of modifications, such as adding an economy system, managing teleports and permissions, etc.

Szukanie Pluginów

Ostrzeżenie

Nie pobieraj pluginów z niezaufanych źródeł! Mogą być one zmodyfikowane aby przejąć kontrolę nad Twoim komputerem lub serwerem.

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.

Instalacja

SpongeForge

In order to install plugins, place them into the /mods/ folder of your game or server directory. If your download came in a .zip file, then you may need to extract it to find a .jar file inside.

You can also place your plugins inside the /mods/plugins/ subfolder or even set a custom folder in the global.conf file via the plugins-dir setting. SpongeForge will automatically search these folders for plugins. Please note that plugins which make use of Mixins must reside inside the mods folder.

SpongeVanilla

Informacja

For consistency between SpongeForge and SpongeVanilla, plugins are stored in the mods directory on SpongeVanilla.

In order to install plugins, place them into the /mods/ folder of your game or server directory. If your download came in a .zip file, then you may need to extract it to find a .jar file inside.

You can also place your plugins inside the /mods/plugins/ subfolder or even set a custom folder in the global.conf file via the plugins-dir setting. SpongeVanilla will automatically search these folders for plugins. Please note that plugins which make use of Mixins must reside inside the mods folder.

Częste Problemy

Jeśli masz problem z pluginem, weź pod uwagę następujące rzeczy:

  • Czy twój plugin jest kompatybilny z wersją Minecraft? Podczas gdy Sponge próbuje utrzymać przy działaniu stare pluginy to nie zawsze jest to możliwe. We większości przypadków, pluginy oparte na stabilnych wydaniach powinny nadal działać bez potrzeby ich aktualizacji.

  • 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_40, so make sure you use a version newer than that.

  • Plugin może być nieaktualny. Czy jest dostępna nowa wersja pluginu?

  • Czy plugin wymaga określonej implementacji lub/oraz wydania Sponge? Niektóre pluginy mogą omijać API Sponge, lub po prostu polegają na szczegółach, które zmieniły się pomiędzy wersjami lub platformami. Sprawdź na stronie, z której ściągasz plugin.