Skip to content

Commit 3915292

Browse files
committed
update available storage types
1 parent ee457cc commit 3915292

File tree

1 file changed

+1
-1
lines changed
  • spigot/plugin/src/main/java/me/hsgamer/topper/spigot/plugin/config

1 file changed

+1
-1
lines changed

spigot/plugin/src/main/java/me/hsgamer/topper/spigot/plugin/config/MainConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ default int getTaskUpdateDelay() {
5252
@ConfigPath(value = "storage-type")
5353
@Comment({
5454
"The type of storage the plugin will use to store the value",
55-
"Available: FLAT, YAML, JSON, SQLITE, MYSQL"
55+
"Available: FLAT, YAML, JSON, SQLITE, NEW-SQLITE, MYSQL"
5656
})
5757
default String getStorageType() {
5858
return "flat";

0 commit comments

Comments
 (0)