You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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-removerWe could also make the JSON parser for those repositories lenient, supporting comments, making quotes optional, etc.
Check JsonReader#setLenient(boolean)
The text was updated successfully, but these errors were encountered: