resurrection/TODO.md

21 lines
675 B
Markdown
Raw Normal View History

# TODO List
2021-06-06 11:49:01 -06:00
### Done!
* get the player death event working
2021-06-06 12:18:29 -06:00
* 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`
2021-06-06 11:49:01 -06:00
### 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)