Implement basic skinstore plugin using filesystem

This commit is contained in:
2020-12-27 01:28:00 -05:00
parent 4c0818282c
commit 8d90b8668a
5 changed files with 176 additions and 0 deletions

6
core/warnings.go Normal file
View File

@@ -0,0 +1,6 @@
package core
var warnings = []string{
"Standalone plugin does not yet implement metadata feature",
"Standalone plugin currently do not save a skin's name",
}