Plan/PlanPluginBridge/src
Rsl1122 8161488747 [#777] Configuration format change
- Added a new config updater that can move and remove config values
- Updated the config format to be easier to understand and read.
- Made config updater update old configs to the new format
- Removed Settings enum
- Added generics to Setting, changed from interface to a class
- Created new classes that hold static Setting objects
- Added generics to PlanConfig
- Added PlanConfig#get for getting Setting with generic types.
- Moved config calls made during object initialization,
  possibly eliminating bugs that ignored config settings on first boot
- Added more export settings
- Added JSON Export (#700)
- Fixed Buycraft graph not following Locale setting for timestamps
- Extracted PluginBridge Bridge interface for mocking during tests
2018-12-08 11:44:10 +02:00
..
main/java/com/djrapitops/pluginbridge/plan [#777] Configuration format change 2018-12-08 11:44:10 +02:00
test/java/com/djrapitops/pluginbridge/plan/buycraft Fixed BuyCraft PluginData 2018-01-29 23:46:34 +02:00