From 997fa2a4a90258ebeb27e734b36b450a0900f64e Mon Sep 17 00:00:00 2001 From: Paldiu Date: Sun, 21 May 2023 19:05:43 -0500 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 4b7e594..8d9dc51 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,43 @@ This proof-of-concept also uses the following libraries: [](https://github.com/VideoGameSmash12)
[](https://github.com/allinkdev) + +# To Do List +Patchwork: +- [x] Logging System +- [x] SQL API +- [x] Economy API +- [ ] Command API +- [ ] Particle API +- [x] User API +- [ ] Ban API +- [x] Service API +- [x] Task API +- [x] Permissions API +- [ ] Configuration API +- [ ] Event API + +Datura: +- [ ] Permission Handling +- [ ] Permission Registration & Assignment +- [ ] SQL Data Handling +- [ ] Configuration Implementations +- [ ] User Data Implementations +- [ ] Banning Implementation +- [ ] Punishment Systems (e.x. Locker, Halter, Muter, Cager) + +Fossil: +- [x] Economy Implementation +- [ ] Particle Implementation / Trails +- [ ] Command Implementations +- [ ] Implement a shop for the economy +- [ ] Chat reaction / game system +- [ ] Jumppads + +Corvo: +- [ ] Service Implementation +- [ ] Service Handling +- [ ] Task Implementation +- [ ] Task Management +- [ ] Event (Project) Implementations +- [ ] Listener (Bukkit) Implementations