A new way to make todo-lists in minecraft!
You can download the .phar from poggit.
SignTodos is a new approach to todo-lists for minecraft buildings.
It lets you create them inside the game just using a sign.
You can later view all your todos and teleport to the signs using a command.
- Place a sign
- Write something like "//TODO: Finish this" on it (see [Todo pattern](#Todo pattern))
- You can now view all your todo-signs with /todos
The pattern for todos is this:
/^\/\/ *todo: */i
You probably have no idea what that means, so let's take a look at this example:
// todo: example todo (any amount of space between //
, todo
and after the :
is valid)
Also, whether the word "todo" is uppercase or lowercase doesn't matter.
//todo: download the plugin
// todo: add it to the server
// TODO: Restart the server
Please open an issue or join my discord server.
Command | Description | Usage | Aliases | Permission |
---|---|---|---|---|
todos | Shows all your todos | /todos | / | signtodos.command.todos |
SignTodos was made by Wertzui123.