What's ToDo List
ToDo list is a script that allow create list with ToDo things.
Commands and permissions:
Command: /todo
Description: See your ToDo list
Permission:
Command: /addtodo <text>
Description: Add something to your ToDo list
Permission:
Command: /deletetodo <text>
Description: Remove something from your ToDo list (use "all" to remove all)
Permission:
Command: /seetodo <player>
Description: See another player ToDo list
Permission: todo.others
Config (inside the script):
ToDo list is a script that allow create list with ToDo things.
Commands and permissions:
Command: /todo
Description: See your ToDo list
Permission:
Command: /addtodo <text>
Description: Add something to your ToDo list
Permission:
Command: /deletetodo <text>
Description: Remove something from your ToDo list (use "all" to remove all)
Permission:
Command: /seetodo <player>
Description: See another player ToDo list
Permission: todo.others
Config (inside the script):
Code:
options:
OnlineModeServer: false
NoneToDoMessage: &eNone to do
ToDoMessage: &aTo do
ToDoSeparator: &a-
ToDoColor: &e
AddedToList: &aAdded %arg-1% &ato your ToDo list
RemovedAllFromList: &dRemoved your ToDo list
RemoveSomethingFromList: &dRemoved %arg-1% &dfrom your ToDo list