You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic loading of different chunk loader blocks instead of just basic iron and diamond (AKA multiple types of blocks per online / offline loader type)
The text was updated successfully, but these errors were encountered:
The way the config is currently set up is completely static using @ConfigSerializable annotation (Which i didn't change when I was converting over other stuff from the previous code)
So I will have to completely re-do the configuration system in a similar fashion to my other plugins where i can easily allow things to be dynamically added and removed in a way that i know how to do (Unless @ConfigSerializable has some way to do this? Ill need to check.) I honestly don't know a whole lot about that annotation yet.
Dynamic loading of different chunk loader blocks instead of just basic iron and diamond (AKA multiple types of blocks per online / offline loader type)
The text was updated successfully, but these errors were encountered: