refactors, code style fixes, rpeventing events from firing when not needed

This commit is contained in:
2023-06-22 18:41:16 +02:00
parent 3919b0f44b
commit d859fd0aaa
14 changed files with 153 additions and 119 deletions
@@ -10,6 +10,10 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* TODO get rid of lombok
* TODO parse messages into components and cache that
*/
public class ConfigCache {
private final PreventStabby plugin = PreventStabby.getPlugin();