FabledSkyBlock/src/main/java/com/craftaro/skyblock/cooldown
Christian Koop 4df43fccad
Fixes startup issues because of renamed Enum constants
The constants #name() was used when reading various plugin configurations.
After me renaming them in 308d8ca7b9 they stopped
matching in the configurations and broke everything horibly.

This commit introduces a friendly name to keep the new names but still support existing configuration files.
2023-08-16 17:27:05 +02:00
..
Cooldown.java Move everything from com.songoda to com.craftaro package 2023-08-15 18:57:00 +02:00
CooldownManager.java Fixes startup issues because of renamed Enum constants 2023-08-16 17:27:05 +02:00
CooldownPlayer.java Move everything from com.songoda to com.craftaro package 2023-08-15 18:57:00 +02:00
CooldownTask.java Move everything from com.songoda to com.craftaro package 2023-08-15 18:57:00 +02:00
CooldownType.java Fixes startup issues because of renamed Enum constants 2023-08-16 17:27:05 +02:00