HelpChat / ChatChat

ChatChat - Coming Soon
MIT License
51 stars 33 forks source link

Clear MiniPlaceholders on reload and plugin disable #200

Closed BlitzOffline closed 1 year ago

BlitzOffline commented 1 year ago

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