
Список изменений
Fixed Invis max dust option (15 -> 4)
Addressing some compiler warnings around enchantments
Removing the plugin member value from DataManager
Removing extra whitespace
Adding comments to thief
Replacing ItemMeta usage with DataComponent api
Fixing bug where only the first line of an effect's lore had no italics
Removing checks for if the plugin is enabled
Adding an instance of the Infuse class to InfuseEffect so it didnt need to be created in every effect instance
Using Paper's JavaPlugin class for Infuse#getInstance
Preventing Infuse#getInstance from returning null by making it throw erroes
removing unused imports
Making CrafterCraftListener handle item detection better
Moving event listeners into their own dedicated folders and classes
Changing how particles are handled in GlobalLoop#run
Adding ParticleManager#spawnCursedParticles which spawns cursed particles on the player if they are actually cursed
Making ParticleManager#spawnEffectParticles take the direct InfuseEffect instance, removing the plugin parameter and allowing everything to become static
