oddlama / minecraft-server

A simple but fully-featured minecraft server installer for linux. Comes with autostart, 3d online map, vane, account multiplexing, update script and more.
MIT License
66 stars 9 forks source link

Downloading plugins doesn't work for me #2

Closed ajnart closed 2 years ago

ajnart commented 2 years ago

I have been trying to add https://github.com/EssentialsX/Essentia ls/releases/download/2.19.4/EssentialsX-2.19.4.jar By adding it to the end of the update script but that doesn't work. The example "https://dev.bukkit.org/projects/worldguard/files/latest" plugins/worldguard.jar doesn't work either. I'm getting this message

plugins/worldguard.jar: No such file or directory
error: Could not download https://dev.bukkit.org/projects/worldguard/files/latest

Any help would be appreciated !

ajnart commented 2 years ago

Edit : I have figured out I need to use server/update.sh instead. It makes sense after reading the bash file, I didn't notice it while reading the README

ajnart commented 2 years ago

OK I figured it out. GitHub was also throttling my downloads because of my tests so I had to wait. Closing this issue to open a new one with recommendations