新增规则
禁用铁砧交互 (anvilInteractionDisabled)
开启后,玩家无法打开铁砧的UI界面。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
修复
- 修正了一处文本错误。
New Rules
anvilInteractionDisabled
When enabled, Players cannot open the UI of the Anvil.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
Fix
- Fixed a text error.
@1024-byteeeee
更新
- 移除了
amsUpdateSuppressionCrashFix
规则,因为它会和carpet产生冲突,导致无法进入游戏。 - 现在使用
boneBlockUpdateSuppressor
时建议启用Carpet的updateSuppressCrashFix
规则防止游戏崩溃。
Renew
- Removed
amsUpdateSuppressionCrashFix
rule because it clash with carpet, Causing inability to enter the game. - When using
boneBlockUpdateSuppressor
now, it is recommended to enable theupdateSuppressCrashFix
rule of Carpet to prevent game crashes.
新增规则
轻松掉落凋零骷髅头 (easyWitherSkeletonSkullDrop)
开启后,击杀凋零骷髅会百分百掉落凋零骷髅头。
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
New Rules
easyWitherSkeletonSkullDrop
When enabled, 100% Wither Skeleton Skull Drop.
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
@1024-byteeeee
支持 Minecraft 1.20.2
Support Minecraft 1.20.2
@1024-byteeeee
新增规则
更新抑制崩溃修复 (amsUpdateSuppressionCrashFix)
开启后,更新抑制不会导致服务器崩溃。
<该规则 Minecraft Version < 1.19
可用>
- 类型:
boolean
- 默认值:
false
- 参考选项:
false
,true
- 分类:
AMS
,FEATURE
,SURVIVAL
,EXPERIMENTAL
修改
- 现在
骨块更新抑制器(boneBlockUpdateSuppressor)
开启后不会造成服务器崩溃。
Revise
- Now the
boneBlockUpdateSuppressor
will not cause server crashes.
New Rules
amsUpdateSuppressionCrashFix
When enabled, Update suppression does not cause the server to crash.
<Only available for Minecraft < 1.19 >
- Type:
boolean
- Default:
false
- Suggested options:
false
,true
- Categroies:
AMS
,FEATURE
,SURVIVAL
,EXPERIMENTAL
@1024-byteeeee
修复
- 修复了
commandChunkLoading
规则不可用的问题。
Fix
- Fixed an issue where the
commandChunkLoading
rule was not available.
@1024-byteeeee
新增规则
更快移动 (fasterMovement)
提供了三个挡位,让玩家移动速度更快。
- 类型:
String
- 默认值:
VANILLA
- 参考选项:
Ⅰ
,Ⅱ
,Ⅲ
,VANILLA
- 分类:
AMS
,FEATURE
,EXPERIMENTAL
New Rules
fasterMovement
Three gears are provided to allow players to move faster.
- Type:
String
- Default:
VANILLA
- Suggested options:
Ⅰ
,Ⅱ
,Ⅲ
,VANILLA
- Categroies:
AMS
,FEATURE
,EXPERIMENTAL
修复
- 修复 #33 。
Fix
- Fix #33 .
@1024-byteeeee