From 2fca0b2ddcd58970cc363a5ddba317450c3a3a5b Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 31 May 2023 15:46:59 -0500 Subject: [PATCH] docs: don't use EssentialsX as Spiget example ...since it is one of those that doesn't allow automated downloads. [Discussed in Discord](https://discord.com/channels/660567679458869252/660569641550217327/1113565094228529255) --- docs/mods-and-plugins/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/mods-and-plugins/index.md b/docs/mods-and-plugins/index.md index 087221018a7..b7759056c55 100644 --- a/docs/mods-and-plugins/index.md +++ b/docs/mods-and-plugins/index.md @@ -29,14 +29,14 @@ The `SPIGET_RESOURCES` variable can be set with a comma-separated list of Spigot > NOTE: the variable is purposely spelled SPIG**E**T with an "E" -The **resource ID** can be located from the numerical part of the URL after the shortname and a dot. For example, the ID is **9089** from +The **resource ID** can be located from the numerical part of the URL after the shortname/slug and a dot. For example, the ID is **28140** from - https://www.spigotmc.org/resources/essentialsx.9089/ - ==== + https://www.spigotmc.org/resources/luckperms.28140/ + ===== -For example, the following will auto-download the [EssentialsX](https://www.spigotmc.org/resources/essentialsx.9089/) and [Vault](https://www.spigotmc.org/resources/vault.34315/) plugins: +For example, the following will auto-download the [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/) and [Vault](https://www.spigotmc.org/resources/vault.34315/) plugins: - -e SPIGET_RESOURCES=9089,34315 + -e SPIGET_RESOURCES=28140,34315 ## Auto-download mods and plugins from Modrinth