We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it easy to install/remove/update/switch mod-/plugin-packs for both Minecraft players and server owners that have AutoPlug installed.
Commands:
.check plugins
./plugins
.check mods
./mods
.check plugin <name>
.check mod <name>
.install mod pack <curseforge-mod-pack-id>
.install mod <name/modrinth-id/curseforge-id>
.install plugin pack <autoplug-plugin-pack-id>
.install plugin <name/spigot-id/bukkit-id>
.install datapack <name/curseforge-id>
./datapacks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make it easy to install/remove/update/switch mod-/plugin-packs for both Minecraft players and server owners that have AutoPlug installed.
Commands:
.check plugins
check and install updates for plugins inside./plugins
according to the selected profile..check mods
check and install updates for mods inside./mods
according to the selected profile..check plugin <name>
check and install updates for a specific plugin inside./plugins
according to the selected profile..check mod <name>
check and install updates for a specific mod inside./mods
according to the selected profile..install mod pack <curseforge-mod-pack-id>
saves the current mod-pack and installs a new one..install mod <name/modrinth-id/curseforge-id>
downloads and installs a new mod into./mods
..install plugin pack <autoplug-plugin-pack-id>
saves the current plugin-pack and installs a new one..install plugin <name/spigot-id/bukkit-id>
downloads and installs a new plugin into./plugins
..install datapack <name/curseforge-id>
downloads and installs a new datapack into./datapacks
for all worlds.The text was updated successfully, but these errors were encountered: