Skip to content

Commit

Permalink
[1.8.6-dev1]craftorithm命令添加一个cra别名
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Jan 4, 2024
1 parent 3960202 commit d6e17bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.text.SimpleDateFormat
version = "1.8.5"
version = "1.8.6-dev1"

plugins {
`java-library`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@BukkitCommand(
name = "craftorithm",
aliases = {"craft"},
aliases = {"craft", "cra"},
permission = "craftorithm.command"
)
public class PluginCommand extends RootCmdExecutor {
Expand Down

0 comments on commit d6e17bc

Please sign in to comment.