Simple customizable skin management service for games.
This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-12-27 01:38:07 -05:00
pluginmanager Move skinstore loading to seperate file 2020-12-26 19:57:31 -05:00
.gitignore Load and intialize skinstore plugins 2020-12-25 22:16:14 -05:00
go.mod Update README.md & add not yet implemented error 2020-12-27 01:38:07 -05:00
go.sum Update README.md & add not yet implemented error 2020-12-27 01:38:07 -05:00
LICENSE Initial commit 2020-12-25 17:38:17 -05:00
main.go Update README.md & add not yet implemented error 2020-12-27 01:38:07 -05:00
README.md Update README.md & add not yet implemented error 2020-12-27 01:38:07 -05:00

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.