I've added a clear method to the MiniPlaceholderManager and completely forgot to use it. When the plugin is reloaded or disabled, the old placeholders are not being removed. This shouldn't be a big issue on disable unless people use plugins such as PlugMan but on /chatchat reload this could lead to conflicts and issues.
I've added a
clear
method to the MiniPlaceholderManager and completely forgot to use it. When the plugin is reloaded or disabled, the old placeholders are not being removed. This shouldn't be a big issue on disable unless people use plugins such as PlugMan but on/chatchat reload
this could lead to conflicts and issues.https://github.com/HelpChat/ChatChat/blob/77e413d4ac42b2f0b5e40e204feaca08c1ebe9f4/plugin/src/main/java/at/helpch/chatchat/placeholder/MiniPlaceholderManagerImpl.java#L39
https://github.com/HelpChat/ChatChat/blob/77e413d4ac42b2f0b5e40e204feaca08c1ebe9f4/plugin/src/main/java/at/helpch/chatchat/config/ConfigManager.java#L58-L59