Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands Rework #7032

Draft
wants to merge 15 commits into
base: dev/feature
Choose a base branch
from
Draft

Commands Rework #7032

wants to merge 15 commits into from

Commits on Aug 2, 2023

  1. some sort of rework

    i haven't touched this in months but it looks like a solid base, need to get it updated to master
    APickledWalrus committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e12a3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e5d1c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    568cfe6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    13b7b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Rework command cooldowns

    Pulls cooldown logic out of ScriptCommand and into its own event.
    
    Allows varied end dates for each player to give users more control without destroying the usefulness of lastUsage.
    sovdeeth committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4ef9b44 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Working on decoupling and finishing cooldowns

    I hope I'm not making a bunch of poor choices
    sovdeeth committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d42fbac View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    538860b View commit details
    Browse the repository at this point in the history
  2. Update skript-aliases

    sovdeeth committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4f8e779 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    c31a372 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f7ed78d View commit details
    Browse the repository at this point in the history
  2. update aliases

    sovdeeth committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4a2efda View commit details
    Browse the repository at this point in the history
  3. i hate merging

    sovdeeth committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c9634b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Command Rework - Clean up existing code (#7033)

    * initial changes to allow pr creation
    
    * cleanup 1
    sovdeeth authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    17acf67 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/feature' into feature/commands-rework

    # Conflicts:
    #	src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
    #	src/main/java/ch/njol/skript/effects/EffCancelCooldown.java
    #	src/main/java/ch/njol/skript/expressions/ExprAllCommands.java
    #	src/main/java/ch/njol/skript/expressions/ExprCmdCooldownInfo.java
    #	src/main/java/ch/njol/skript/expressions/ExprCommand.java
    #	src/main/java/org/skriptlang/skript/commands/elements/ExprArgument.java
    #	src/main/java/org/skriptlang/skript/commands/elements/ExprCommandInfo.java
    #	src/main/java/org/skriptlang/skript/commands/elements/StructCommand.java
    sovdeeth committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7e1e9e8 View commit details
    Browse the repository at this point in the history
  3. finish merge

    sovdeeth committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    324ba72 View commit details
    Browse the repository at this point in the history