Implement basic skinstore plugin using filesystem
This commit is contained in:
6
core/warnings.go
Normal file
6
core/warnings.go
Normal 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",
|
||||
}
|
||||
Reference in New Issue
Block a user