2.2.2-1.20.4
可以通过配置文件修改方块生成的范围
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/libs/PlayerBlockLife-2.2.1-1.20.4.jar
Normal file
BIN
build/libs/PlayerBlockLife-2.2.1-1.20.4.jar
Normal file
Binary file not shown.
BIN
build/libs/PlayerBlockLife-2.2.2-1.20.4.jar
Normal file
BIN
build/libs/PlayerBlockLife-2.2.2-1.20.4.jar
Normal file
Binary file not shown.
@@ -9,6 +9,12 @@ game:
|
||||
become_spectator: true
|
||||
# 是否启用生命值系统
|
||||
health_system: true
|
||||
|
||||
# 方块生成设置
|
||||
# 生成方块范围(以玩家为中心的半径)
|
||||
spread_range: 5
|
||||
# 生成方块距离玩家的最小距离
|
||||
min_distance: 2
|
||||
|
||||
# 广播设置
|
||||
broadcast:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: PlayerBlockLife
|
||||
version: 2.2.0-1.20.4
|
||||
version: 2.2.2-1.20.4
|
||||
main: com.playerblocklife.PlayerBlockLife
|
||||
api-version: 1.20
|
||||
author: xiaobai
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
Manifest-Version: 1.0
|
||||
Implementation-Version: 2.2.0-alpha-1.20.4
|
||||
Implementation-Version: 2.2.1-1.20.4
|
||||
Main-Class: com.playerblocklife.PlayerBlockLife
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Manifest-Version: 1.0
|
||||
Implementation-Version: 2.2.0-1.20.4
|
||||
Implementation-Version: 2.2.2-1.20.4
|
||||
Main-Class: com.playerblocklife.PlayerBlockLife
|
||||
|
||||
|
||||
Reference in New Issue
Block a user