1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script To do list 2022-01-19

Adds a personal to do list command to your server

  1. yea rite
    Contributors:
    AVeryBadName
    Supported Minecraft Versions:
    • 1.16, 1.17, 1.18, 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

Recent Reviews

  1. erenkara
    erenkara
    4/5,
    Version: 2022-01-19
    Just so you know, you can make a second argument rather than splitting arg-1 and checking the second element.
    1. yea rite
      Author's Response
      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)