unnamed / creative-central

The resource-pack unifier for Minecraft: Java Edition
https://unnamed.team/docs/creative-central
MIT License
17 stars 6 forks source link

[Feature Request] External Resource-Pack Installation #2

Open yusshu opened 10 months ago

yusshu commented 10 months ago

Installing Resource Packs

We could add a functionality that allows server administrators to include features from other, existing, resource-packs without having to create a custom plugin  

From GitHub

Maybe adding a command like /central install <repo>, for example: /central install unnamed/sidebar-score-remover would merge the server's resource-pack with the resource-pack at unnamed/sidebar-score-remover

We could also make the JSON parser for those repositories lenient, supporting comments, making quotes optional, etc. Check JsonReader#setLenient(boolean)