MineInAbyss / Mobzy

Config-driven custom mobs for Spigot using ECS
https://mineinabyss.com/Mobzy/
MIT License
41 stars 8 forks source link

Change command executors from singleton objects to instantiated class #33

Closed Derongan closed 3 years ago

Derongan commented 3 years ago

This prevents the executors from being registered for a command before the plugin has been enabled.