EternalCore
EternalCore copied to clipboard
Reload not work for some options.
The /eternal reload command currently does not work properly for functions such as. interval and draw mode in automessages.
Related: Instance of Cache is once created by the constructor of the service class without reference to the config field.
I want to create a reload system like LobbyHeads, interface Reloadable with reload method. Using this interface, I want re-create this task to use a new interval from config
https://github.com/EternalCodeTeam/EternalCore/blob/master/eternalcore-core/src/main/java/com/eternalcode/core/feature/automessage/AutoMessageService.java#L66-L72