Add chunk-tasks plugin
Plugin for one-chunk accounts to track tasks imported from the chunk picker site. Player will be notified with a collection log style popup when a task is either auto-detected as complete or manually checked off.
New plugin chunk-tasks: https://github.com/nathanreidok/chunk-tasks/tree/525b2254da096fcaf91176d97dce78d694fb63be
quick review: You can't use example as your config group, and there's a couple other example's as well
@Felanbird thanks for the review. Replace all the "example"s
I've not done an extensive review, but make sure to remove the NavButton on plugin shutdown.
@YvesW updated to remove NavButton on shutdown
We don't allow reflection on the hub
@Bram91 - good to know! Removed reflection from the plugin.
https://github.com/nathanreidok/chunk-tasks/blob/50872f225a2b8377b7c80750f3af3c34a5fd993d/src/main/java/com/chunktasks/panel/ChunkTasksPanel.java#L347-L350
https://github.com/nathanreidok/chunk-tasks/blob/50872f225a2b8377b7c80750f3af3c34a5fd993d/src/main/java/com/chunktasks/managers/ChunkTasksManager.java#L37-L39
Use ChunkTasksPanel.getResourceAsStream and ChunkTasksManager.getResourceAsStream, respectively
@LlemonDuck removed one getResourceAsStream that wasn't needed and updated the other.