This is web based manager for instances in PolyMC.
Requirements:
- nodejs
- npm (or any alternative)
To deploy this project
first clone it
git clone https://github.com/tonyaellie/polymc-instance-manager.git
then cd into the directory it was installed into
cd polymc-instance-manager
install dependencies
npm i
set the path to PolyMC, replace pathtopolymc
with the path e.g. /home/tonya/.var/app/org.polymc.PolyMC/data/polymc
nano utils/config.ts
build
npm run build
and run
npm run start
- Add the ability to upload instances
- Make everything look good
- Show instance icons
- Add option to export/import multiple instances