EternalCore icon indicating copy to clipboard operation
EternalCore copied to clipboard

Reload not work for some options.

Open Kamicjusz opened this issue 2 years ago • 2 comments

The /eternal reload command currently does not work properly for functions such as. interval and draw mode in automessages.

Kamicjusz avatar Aug 16 '23 17:08 Kamicjusz

Related: Instance of Cache is once created by the constructor of the service class without reference to the config field.

Rollczi avatar Aug 29 '23 15:08 Rollczi

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

vLuckyyy avatar Jan 08 '24 08:01 vLuckyyy