FrankHeijden/ServerUtils

Support installing plugins from spigot resources/bukkit dev

josephverburg opened this issue · 2 comments

Would be nice if you could easily search and download plugins using commands in game.

For spigot resources you could use: https://spiget.org/
And for dev.bukkit you could use: https://bukkit.gamepedia.com/ServerMods_API

Interesting concept! I think the idea is really nice, a nice text/chat based interface of the spigot/bukkit site: but it might be a bit out of the scope of this plugin. I also think it is a bit of a security matter: do you really want to allow arbitrary plugins being downloaded and installed from unknown sources during runtime?

I will close this issue as I will probably not implement this in ServerUtils, I think it is too dangerous to allow arbitrary jar downloading & loading to happen from in-game commands.