ToDo List

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Slaim36

New Member
Apr 9, 2020
9
1
3
17
Canary Islands, Spain
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):

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