Skip to content

Plugin Browser :: A plugin for managing Mindustry mods and plugins

License

Notifications You must be signed in to change notification settings

MindustryInside/PluginBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin Browser

Plugin for user-friendly management of mods and plugins on Mindustry servers.
Plugin uses public mods (Anuken/MindustryMods) and plugins (MindustryInside/MindustryPlugins) lists.

Installation

  1. Download the latest release (.jar) here.
  2. Put .jar to config/mods directory

Building

First, make sure you have JDK 14 installed. Then, setup plugin.json and run the following commands:

  • Windows: gradlew jar
  • *nix/Mac OS: ./gradlew jar

After building, the .jar file should be located in build/libs folder.

Troubleshooting

  • If the terminal returns Permission denied or Command not found, run chmod +x ./gradlew.