初始化提交
This commit is contained in:
8
hamster-admin-command/README.md
Normal file
8
hamster-admin-command/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# hamster-admin-command
|
||||
|
||||
| 命令 | 描述 |
|
||||
|:------------|:---------|
|
||||
| /feed [玩家名] | 恢复玩家的饱食度 |
|
||||
| /heal [玩家名] | 治疗玩家 |
|
||||
| /fly [玩家名] | 治疗玩家 |
|
||||
| /head [玩家名] | 获取玩家的头颅 |
|
14
hamster-admin-command/build.gradle
Normal file
14
hamster-admin-command/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
version = '1.0.0'
|
||||
setArchivesBaseName("HamsterAdminCommand")
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
processResources {
|
||||
inputs.property "version", project.version
|
||||
filesMatching("plugin.yml") {
|
||||
expand "version": project.version
|
||||
}
|
||||
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
|
||||
}
|
Reference in New Issue
Block a user