Resource icon

Script To do list 2022-01-19

  • 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!

Contributors
AVeryBadName
Supported Minecraft Versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19
This skript adds the ability to make to do lists to your server.
The commands are:
/todo add <text>
Adds an item to your to do list

todoadd.png


/todo remove <text>
Removes an item from your to do list

todoremove.png


/todo
Displays your to do list

todo.png


/todo reset
Resets to do list

todoreset.png


If an item is not found when a remove attempt is made, it will tell the player

todonotfound.png
Author
yea rite
Downloads
475
Views
475
First release
Last update
Rating
4.00 star(s) 1 ratings

More resources from yea rite

Latest reviews

Just so you know, you can make a second argument rather than splitting arg-1 and checking the second element.
yea rite
yea rite
yea but skript wouldnt know when the first text arg ended and just assume it hasnt and then the second arg wouldnt be used(in my experience)