aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-06 10:54:49 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-06 10:54:49 -0600
commit6d718d762735cbdd46a17c527712176fccd2a7da (patch)
tree10baa19041bc72c01647cb6260c475bf02fe070d /TODO.md
parent2968f7b9c1797c8ad125ef4a904da5f09b7a19ad (diff)
downloadresurrection-6d718d762735cbdd46a17c527712176fccd2a7da.tar
resurrection-6d718d762735cbdd46a17c527712176fccd2a7da.tar.gz
resurrection-6d718d762735cbdd46a17c527712176fccd2a7da.tar.bz2
seeing if playerlistener class is working properly
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..1ed21f5
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,16 @@
+# TODO List
+
+### For first release
+
+* figure out how to get the player.data file to add a user when one joins the server for the first time
+* get the player death event working
+* figure out how to convert milliseconds to an actual date and time for the end user
+* figure out commands and how to use them
+ * `about`
+ * `resurrect PLAYER` (resurrects a player now if needed)
+
+### For later releases
+
+* add ability to change time with new commands
+ * `change-time MILLISECONDS` (0 for default 1 day wait time)
+* figure out how to get a version updater working using the web server (using JSON hopefully)