Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wertzui123/signtodos

A new way to make todo-lists inside minecraft
https://github.com/wertzui123/signtodos

minecraft pocketmine-mp signs todolists

Last synced: 19 days ago
JSON representation

A new way to make todo-lists inside minecraft

Awesome Lists containing this project

README

        

# SignTodos
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.

# How to use?
1. Place a sign
2. Write something like "//TODO: Finish this" on it (see [Todo pattern](#Todo pattern))
3. You can now view all your todo-signs with /todos

# Todo pattern
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.

## Example todo-signs
//todo: download the plugin

// todo: add it to the server

// TODO: Restart the server

# Bugs
Please open an issue or join my discord server.

# Commands
| Command | Description | Usage | Aliases | Permission |
|---------|----------------------|--------|---------|-------------------------|
| todos | Shows all your todos | /todos | / | signtodos.command.todos |

# Credits
SignTodos was made by Wertzui123.