IngamePluginInstaller
If you own a MineCraft server you will know that installing a new plugin can be time-consuming.
Especially if you just have a GameServer with a web control panel.
Downloading the jar to your pc, opening putty/browser,
logging into the server/website, uploading the jar and last but not least reloading the server.
The IngamePluginInstaller shortens this procedure to copying the URL and then installing the plugin directly in the game.
Command
- /plugin install <URL>
Permissions
- ingameplugininstaller.install
- ipi.install
Important
- Only plugins from the original Bukkit Plugins site can be installed via this plugin.
- The URL must start with https://dev.bukkit.org/...
- If the URL continues after the plugin name, like .../worldedit?gameCateg..., copy only the part of the URL up to and including the plugin name:
- Example: /plugin install https://dev.bukkit.org/projects/worldedit
Planned features
- Adding support for Twitch/Curseforge URLs
- Finding and installing plugins just by the name
- Giving the user the possibility to override/reinstall/update/delete a plugin that is already running on the server