Simple customizable skin management service for games.
.github/ISSUE_TEMPLATE | ||
pluginmanager | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
OpenSkins
Simple customizable skin management service for games. Currently in early stages of development
Official Plugins
OpenSkins-Standalone-Plugin - Basic plugin that use the local file system to store and manage skins.
Creating Plugins
Plugins can be created by implementing interfaces in OpenSkins-Common. As OpenSkins is in very early development, expect breaking changes regularly.