drewdorris / Powder

A Spigot plugin which utilizes particles & sound effects to allow for incredibly customizable pictures and animations
Other
15 stars 3 forks source link

Clean up config value placement #11

Open drewdorris opened 4 years ago

drewdorris commented 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

drewdorris commented 4 years ago

https://github.com/Ruinscraft/Powder/blob/master/src/main/java/com/ruinscraft/powder/PowderCommand.java#L65 example