Refactor Config Handling #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as of now the config is just handled at the spot
this is poor design and can cause problems
the config should be moved out to its own class from which getters and setters can be called to safely interact with config files
in addition this new class should be able to work with custom configs and bukkits official config file
issue only exists for completion