mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 10:05:17 +01:00
Change default config field order
This commit is contained in:
parent
f40a40afde
commit
741446c638
@ -18,8 +18,8 @@ public class Settings implements MappedConfig {
|
||||
|
||||
public static String default_color__name = "&f";
|
||||
public static String default_color__lore = "&7";
|
||||
public static boolean update_notifications = true;
|
||||
public static int anti_click_spam_delay = 200;
|
||||
public static boolean update_notifications = true;
|
||||
|
||||
@Override
|
||||
public List<String> getHeader() {
|
||||
|
Loading…
Reference in New Issue
Block a user