mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
docs: info for plugins that can't download via Spiget (#2168)
This commit is contained in:
parent
2b8cb975f9
commit
ccb971d181
@ -38,6 +38,9 @@ For example, the following will auto-download the [LuckPerms](https://www.spigot
|
|||||||
|
|
||||||
-e SPIGET_RESOURCES=28140,34315
|
-e SPIGET_RESOURCES=28140,34315
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
Some plugins, such as EssentialsX (resource ID 9089), do not permit automated downloads via Spiget. Instead you will need to pre-download the desired file and supply it to the container, such as using the `/plugins` mount point, described above.
|
||||||
|
|
||||||
## Auto-download mods and plugins from Modrinth
|
## Auto-download mods and plugins from Modrinth
|
||||||
|
|
||||||
[Modrinth](https://modrinth.com/) is an open source modding platform with a clean, easy to use website for finding [Fabric and Forge mods](https://modrinth.com/mods). At startup, the container will automatically locate and download the newest versions of mod/plugin files that correspond to the `TYPE` and `VERSION` in use. Older file versions downloaded previously will automatically be cleaned up.
|
[Modrinth](https://modrinth.com/) is an open source modding platform with a clean, easy to use website for finding [Fabric and Forge mods](https://modrinth.com/mods). At startup, the container will automatically locate and download the newest versions of mod/plugin files that correspond to the `TYPE` and `VERSION` in use. Older file versions downloaded previously will automatically be cleaned up.
|
||||||
|
Loading…
Reference in New Issue
Block a user