2.2.2-1.20.4

可以通过配置文件修改方块生成的范围
This commit is contained in:
xiaobai
2026-02-16 19:00:49 +08:00
parent f8c8b1141d
commit 032ef02ec8
33 changed files with 141 additions and 26 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -9,6 +9,12 @@ game:
become_spectator: true
# 是否启用生命值系统
health_system: true
# 方块生成设置
# 生成方块范围(以玩家为中心的半径)
spread_range: 5
# 生成方块距离玩家的最小距离
min_distance: 2
# 广播设置
broadcast:

View File

@@ -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

View File

@@ -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

View File

@@ -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