blob: 8e217d584a1c76023903bf9762196654f65733b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# TODO List
### Done!
* 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`
### 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
* 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)
|