Improve the command system and fix wheel lock#16
Closed
PinkYuDeer wants to merge 20 commits into
Closed
Conversation
Contributor
Author
|
Oh, I forgot to synchronize the repository before making modifications |
Contributor
Author
|
test fine :) |
Taskeren
requested changes
Feb 2, 2026
Taskeren
left a comment
Member
There was a problem hiding this comment.
以及字符串 id 这部分和我想象中的不太一样。我希望能直接支持数字和字符串 id 而不是在数字后面拖一个字符串,太丑了。这部分先搁置一下。
Contributor
Author
目前可以直接支持数字(直接输入id就可以)、以及自动补全的格式两种。 |
Contributor
Author
Contributor
Author
Taskeren
requested changes
Feb 2, 2026
Contributor
Author
|
测试过了 我已燃尽 |
Contributor
Author
|
oh-oh 怎么这里自动删了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Before this, for some unknown reason, the RequiredPermissionLevel did not take effect.
Meanwhile, I discovered a bug. One player can enter "/bandit stop" to stop another player's mining task. I haven't fixed this task in this pr.