Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 22, 2023
1 parent f67e0b9 commit 4b23e03
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Assorted Ideas (to never be completed)
## General / Misc

- [X] test disconnect/kick
- [ ] expiring flags
- [ ] global cooldowns
- [X] expiring flags
- [X] global cooldowns
- [ ] inventory utils
- [ ] block groups
- [ ] more block groups
- [ ] baritone settings
- [ ] permission groups (admin commands)
- [ ] player standing (friend/foe) system
Expand All @@ -18,15 +18,14 @@ Assorted Ideas (to never be completed)

## Behavior Tree

- [ ] Tree walking
- [ ] Composite nodes
- [ ] Decorator nodes
- [ ] Leaf nodes register self
- [X] Tree walking
- [X] Composite nodes
- [X] Decorator nodes
- [ ] Port [old behavior](https://github.com/nothub/headlessbot/blob/old/src/main/java/not/hub/headlessbot/fsm/behaviour/Controller.java)

## Modules

- [ ] module system
- [ ] module system for non-tick based reactive logic
- [ ] [AutoArmor](https://github.com/nothub/headlessbot/blob/old/src/main/java/not/hub/headlessbot/modules/AutoArmorModule.java)
- [ ] [AutoTotem](https://github.com/nothub/headlessbot/blob/old/src/main/java/not/hub/headlessbot/modules/AutoTotemModule.java)
- [ ] Autoeat
Expand Down Expand Up @@ -63,4 +62,4 @@ Assorted Ideas (to never be completed)
## Monitoring

- [ ] Dashboard with behavior tree visualization
- [ ] Prometheus exporter
- [X] Prometheus exporter

0 comments on commit 4b23e03

Please sign in to comment.