1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-07-15 07:21:23 +08:00

完成指令部分

This commit is contained in:
2022-03-13 17:31:20 +08:00
parent 19330f1bb5
commit 1a6f2071df
31 changed files with 391 additions and 244 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
&c ___ _ &4___ _
&c / __|___ _ __ _ __ __ _ _ _ __| |&4_ _| |_ ___ _ __
&c| (__/ _ \ ' \| ' \/ _` | ' \/ _` |&4| || _/ -_) ' \
&c \___\___/_|_|_|_|_|_\__,_|_||_\__,_|&4___|\__\___|_|_|_|
&a ____ _ __ &2______
&a / __/_______(_)__ / /_&2/ _/ /____ __ _ ___
&a _\ \/ __/ __/ / _ \/ __/&2/ // __/ -_) ' \(_-<
&a/___/\__/_/ /_/ .__/\__/&2___/\__/\__/_/_/_/___/
&a /_/
+10 -3
View File
@@ -1,5 +1,5 @@
main: cc.carm.plugin.commanditem.Main
name: CommandItem
main: cc.carm.plugin.scriptitems.Main
name: ScriptItems
version: ${project.version}
description: ${project.description}
@@ -11,4 +11,11 @@ authors:
softdepend:
- PlaceholderAPI
api-version: 1.13
api-version: 1.13
commands:
"ScriptItems":
aliases: "sitems"
usage: "/ScriptItems help"
description: "ScriptItems 的主指令。"
permission: "ScriptItems.admin"