Open drewdorris opened 4 years ago
Right now, config values are referenced through instance variables in PowderPlugin, through direct retrieving from the config object, or through other methods. Messy and need a cleaner solution
https://github.com/Ruinscraft/Powder/blob/master/src/main/java/com/ruinscraft/powder/PowderCommand.java#L65 example
Right now, config values are referenced through instance variables in PowderPlugin, through direct retrieving from the config object, or through other methods. Messy and need a cleaner solution