9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-06 15:42:00 +00:00
This commit is contained in:
XiaoMoMi
2024-10-08 03:32:11 +08:00
parent 047852eed9
commit a424c3345a
20 changed files with 39 additions and 59 deletions

View File

@@ -21,10 +21,10 @@ public enum StorageType {
JSON,
YAML,
H2,
SQLite,
MySQL,
MariaDB,
MongoDB,
SQLITE,
MYSQL,
MARIADB,
MONGODB,
Redis,
NONE
}