修复报错:[DirectoryProviderSource] Error loading plugin: name is not defined
This commit is contained in:
BIN
Releases/PlayerBlockLife-1.0.1-1.20.4.jar
Normal file
BIN
Releases/PlayerBlockLife-1.0.1-1.20.4.jar
Normal file
Binary file not shown.
BIN
Releases/PlayerBlockLife-1.0.1.jar
Normal file
BIN
Releases/PlayerBlockLife-1.0.1.jar
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.playerblocklife'
|
group = 'com.playerblocklife'
|
||||||
version = '1.0.0'
|
version = '1.0.1-1.20.4'
|
||||||
|
|
||||||
sourceCompatibility = 17
|
sourceCompatibility = 17
|
||||||
targetCompatibility = 17
|
targetCompatibility = 17
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ org.gradle.caching=true
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|
||||||
# ????
|
# ????
|
||||||
pluginVersion=1.0.0
|
pluginVersion=1.0.1-1.20.4
|
||||||
mcVersion=1.20.4
|
mcVersion=1.20.4
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# PlayerBlockLife 配置文件
|
# PlayerBlockLife 配置文件
|
||||||
# 版本: 1.0.0
|
# 版本: 1.0.0-1.20.4
|
||||||
|
|
||||||
# 方块设置
|
# 方块设置
|
||||||
blocks:
|
blocks:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
name: PlayerBlockLife
|
||||||
|
version: 1.0.1-1.20.4
|
||||||
|
main: com.playerblocklife.PlayerBlockLife
|
||||||
|
api-version: 1.20
|
||||||
|
author: xiaobai
|
||||||
|
description: 玩家生命方块系统 - 方块被挖光则死亡
|
||||||
commands:
|
commands:
|
||||||
setlifeblocks:
|
setlifeblocks:
|
||||||
description: 设置你的生命方块(使用你的皮肤)
|
description: 设置你的生命方块(使用你的皮肤)
|
||||||
|
|||||||
Reference in New Issue
Block a user