AutoPlug-Client icon indicating copy to clipboard operation
AutoPlug-Client copied to clipboard

Server manager with automatic plugin- mod- server- java- self- updater, scheduled restarts, automatic backups, shared folders, and many more handy features to automate/boost your server maintenance.

Results 64 AutoPlug-Client issues
Sort by recently updated
recently updated
newest added

This PR will migrate the project from Apache Maven to Gradle, with quicker building speeds. The action will also use Oracle GraalVM instead now for building (which is quicker than...

**Importance:** 5/10 **Problem:** The functionality to download a plugin and mod using a direct download link/URL to the .jar is missing. This functionality would allow us to install plugins easily...

This line does not work on linux: curl -o AutoPlug-Client.jar https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar This line does: curl -o AutoPlug-Client.jar https://raw.githubusercontent.com/Osiris-Team/AutoPlug-Releases/master/beta-builds/AutoPlug-Client.jar I'm guessing git changed how they store raw files and this probably...

I introduced below given test cases utilizing Mockito to enhance the testing coverage of the project. 1) testGenerateNewKey(): To test GenerateNewKey() method of UtilsRandom class. 2) indexOf_singleOccurrence(): To test indexOf()...

**Importance:** 5/10 **Problem:** Please add a feature that AutoPlug forces to download a plugin from "custom-download-url", then checks if the hash is different and replaces the current jar with the...

The certificate gets refreshed, but the website needs to be restarted for the new certificate to be used. Possible workaround by restarting tomcat: https://stackoverflow.com/questions/39527478/can-we-avoid-spring-boot-application-restart-to-refresh-the-certificates-associ

Make it easy to install/remove/update/switch mod-/plugin-packs for both Minecraft players and server owners that have AutoPlug installed. - [ ] (AutoPlug-Tray/GUI) Add buttons to install/remove/update/switch packs and single plugins/mods. -...

help wanted

The Steam workshop id of a mod can be found in: `./@INSERT_MOD_NAME/meta.cpp` which looks something like this: ```props protocol = 1; publishedid = 1559212036; name = "CF"; timestamp = 5249804932187309401;...

bounty: 50€

**Importance:** 7/10 **Problem:** Pterodactyl has a feature where you can set the maximum amount of backups you keep at a time. So for example, if you set up the backup.yml...