* Break cancelled blocks on interact
* Cancel master blocks
* Add Scissors maven repository
* Remove Scissors repo (it is already included in the AMG repo)
* Remove unused import & add TODO for the 1.19 port
* allow spawn eggs to do SOMETHING
they now spawn a mob despite the mob having zero nbt from the spawn egg. "it's better than nothing" as one might say.
* mushroom cow moment
* formatting/style + remove extra change
* 💀💀
* 💀💀💀💀💀💀💀💀
Co-authored-by: Paldiu <pawereus@gmail.com>
Co-authored-by: Ryan <Wild1145@users.noreply.github.com>
These fixes are designed to satisfy codacy.
However, codacy reports a NPath Complexity of 649, whereas the current, recommended, and standardized threshold is 200.
This is caused by FreedomCommand#execute(CommandSender, String, String[]);
Lombok implementation removal.
I have also gone through and replaced things with inline methods and variables, lambdas, and simplified loops down, removed unnecessary guard clauses, and overall cleaned up every single class. This took a long time, please do remember to follow proper naming conventions, don't include unnecessary guard clauses, follow exception rules and comment rules, and please PLEASE remember to use the DIAMOND OPERATOR rather than just inferring RAW TYPES!!!
Thank you!!
* rename everything containing staff back to admin (as requested by ryan i've renamed commands like slconfig to saconfig but left "slconfig" as an alias)
* format almost every file correctly
* a few other improvements
Remade the entire potionspy and monitor class to avoid spam in the chat.
Furthermore, there is now a way to look at a history of potions thrown (individually and globally) however this history is limited to avoid too much useless data in the memory.
* Redstone blocker fix
The redstone blocker caused severe crashes in some cases such as when redstone torches and targets were connected to wire.
The event used to block redstone is not efficient in any means so this should be reverted when (or if) it is fixed internally.
* Delete encodings.xml
* Delete compiler.xml