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

Refactor Command Parser #874

Merged
merged 47 commits into from
Jan 20, 2023
Merged

Refactor Command Parser #874

merged 47 commits into from
Jan 20, 2023

Commits on Dec 15, 2022

  1. init refactor

    CoolLoong committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4526cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4594b55 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. init commandLogger

    CoolLoong committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    aa15f1b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

    CoolLoong committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b1f65b9 View commit details
    Browse the repository at this point in the history
  3. not default testPermission

    CoolLoong committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    517b8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    ba52001 View commit details
    Browse the repository at this point in the history
  2. some change

    CoolLoong committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5a1edc5 View commit details
    Browse the repository at this point in the history
  3. fix test

    CoolLoong committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    0e86059 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. add successcount

    CoolLoong committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    77504da View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. AbilityCommand

    CoolLoong committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    498800b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. ban banip give

    CoolLoong committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0684412 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. optimize

    CoolLoong committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    65771d0 View commit details
    Browse the repository at this point in the history
  2. fix test

    CoolLoong committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5bec721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e067ff9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. optimize error message

    CoolLoong committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9a322ec View commit details
    Browse the repository at this point in the history
  2. ClearSpawnPointCommand

    CoolLoong committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d4cd996 View commit details
    Browse the repository at this point in the history
  3. add GenericParameter

    CoolLoong committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c9cbfea View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. clone damage daylock debug

    CoolLoong committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f4ce5f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    20616a4 View commit details
    Browse the repository at this point in the history
  2. fill fog

    CoolLoong committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0d7f4e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. many command

    CoolLoong committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    47e164c View commit details
    Browse the repository at this point in the history
  2. fix test

    CoolLoong committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    148a4e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Merge branch 'master' into feature/refactor-commandparser

    # Conflicts:
    #	src/main/java/cn/nukkit/command/CommandSender.java
    #	src/main/java/cn/nukkit/command/defaults/DebugCommand.java
    #	src/main/java/cn/nukkit/command/defaults/DeopCommand.java
    #	src/main/java/cn/nukkit/command/defaults/ExecuteCommand.java
    #	src/main/java/cn/nukkit/command/defaults/OpCommand.java
    #	src/main/java/cn/nukkit/command/defaults/ScoreboardCommand.java
    #	src/main/java/cn/nukkit/command/function/FunctionManager.java
    #	src/main/java/cn/nukkit/lang/TranslationContainer.java
    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    8e99f64 View commit details
    Browse the repository at this point in the history
  2. to ReplaceItemCommand

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3925229 View commit details
    Browse the repository at this point in the history
  3. to SeedCommand

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a5d0bdc View commit details
    Browse the repository at this point in the history
  4. to SetBlockCommand

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f115b47 View commit details
    Browse the repository at this point in the history
  5. final

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    848b104 View commit details
    Browse the repository at this point in the history
  6. fix a before bug

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a68ee82 View commit details
    Browse the repository at this point in the history
  7. to SpreadPlayersCommand

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    65c5435 View commit details
    Browse the repository at this point in the history
  8. update baselang

    CoolLoong committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    cb2008d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. fix lang error

    CoolLoong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5953680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48bf9f0 View commit details
    Browse the repository at this point in the history
  3. to TimeCommand

    CoolLoong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f7d5659 View commit details
    Browse the repository at this point in the history
  4. to WorldCommand

    CoolLoong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7021e9f View commit details
    Browse the repository at this point in the history
  5. complete

    CoolLoong committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e63b6dc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. fix some bug

    CoolLoong committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1a2a612 View commit details
    Browse the repository at this point in the history
  2. fix some bug2

    CoolLoong committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0fbe3ec View commit details
    Browse the repository at this point in the history
  3. fix some bug3

    CoolLoong committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c9248ae View commit details
    Browse the repository at this point in the history
  4. fix some bug4

    CoolLoong committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6da55ad View commit details
    Browse the repository at this point in the history
  5. fix some bug5

    CoolLoong committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d83a31a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. fix some bug6

    CoolLoong committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4246920 View commit details
    Browse the repository at this point in the history
  2. fix some bug7

    CoolLoong committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    339b732 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Merge branch 'master' into feature/refactor-commandparser

    # Conflicts:
    #	src/main/java/cn/nukkit/Player.java
    #	src/main/java/cn/nukkit/entity/Entity.java
    CoolLoong committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    cd46875 View commit details
    Browse the repository at this point in the history
  2. merge

    CoolLoong committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    a61301d View commit details
    Browse the repository at this point in the history
  3. remove debug

    CoolLoong committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    10a47c2 View commit details
    Browse the repository at this point in the history
  4. doc

    CoolLoong committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ebf6454 View commit details
    Browse the repository at this point in the history