mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-08 19:38:15 +01:00
Make config version a double
This commit is contained in:
parent
c09adc5991
commit
03aae70fee
@ -37,7 +37,7 @@ public class Config extends FileExtension {
|
|||||||
|
|
||||||
@Key("settings.config-version")
|
@Key("settings.config-version")
|
||||||
@Comment("DO NOT TOUCH THIS: We use this to identify if your configs are outdated.")
|
@Comment("DO NOT TOUCH THIS: We use this to identify if your configs are outdated.")
|
||||||
public static int CONFIG_VERSION = 1;
|
public static double CONFIG_VERSION = 1.0;
|
||||||
|
|
||||||
public Config() {
|
public Config() {
|
||||||
super("config.yml");
|
super("config.yml");
|
||||||
|
@ -5,4 +5,4 @@ settings:
|
|||||||
|
|
||||||
update-checker: true # Whether you want to be notified when an update is published to Modrinth.
|
update-checker: true # Whether you want to be notified when an update is published to Modrinth.
|
||||||
toggle-metrics: true # Whether you want your server statistics to be sent to https://bstats.org/ ( Requires a restart! )
|
toggle-metrics: true # Whether you want your server statistics to be sent to https://bstats.org/ ( Requires a restart! )
|
||||||
config-version: 2 # DO NOT TOUCH THIS: We use this to identify if configs are outdated.
|
config-version: 1.0 # DO NOT TOUCH THIS: We use this to identify if configs are outdated.
|
Loading…
Reference in New Issue
Block a user