Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wertzui123/signtodos
- Owner: Wertzui123
- License: gpl-3.0
- Created: 2019-12-29T23:44:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T15:39:56.000Z (over 1 year ago)
- Last Synced: 2024-11-08T18:19:06.444Z (2 months ago)
- Topics: minecraft, pocketmine-mp, signs, todolists
- Language: PHP
- Homepage:
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.