9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

添加实体显示距离、盔甲架元素

This commit is contained in:
XiaoMoMi
2025-12-06 20:14:47 +08:00
parent 9f77791ed2
commit 1566ac89c9
25 changed files with 339 additions and 91 deletions

View File

@@ -129,11 +129,17 @@ unset_locale:
usage:
- /ce feature locale unset
set_entity_view_distance_scale:
set_display_entity_view_distance_scale:
enable: true
permission: ce.command.admin.set_entity_view_distance_scale
permission: ce.command.admin.set_display_entity_view_distance_scale
usage:
- /ce feature entity-view-distance-scale set
- /ce feature display-entity-view-distance-scale set
set_entity_culling_distance_scale:
enable: true
permission: ce.command.admin.set_entity_culling_distance_scale
usage:
- /ce feature entity-culling-distance-scale set
toggle_entity_culling:
enable: true

View File

@@ -576,11 +576,6 @@ client-optimization:
bucket-size: 1000
restore-per-tick: 25
# [Premium Exclusive]
bedrock-edition-support:
enable: false
player-prefix: "!"
# Enables or disables debug mode
debug:
common: false

View File

@@ -88,7 +88,8 @@ command.send_resource_pack.success.multiple: "<white>Send resource packs to <arg
command.locale.set.failure: "<red>Invalid locale format: <arg:0></red>"
command.locale.set.success: "<white>Selected locale has been set to <arg:0> for <arg:1></white>"
command.locale.unset.success: "<white>Cleared selected locale for <arg:0></white>"
command.entity_view_distance_scale.set.success: "<white>Entity view distance scale updated to <arg:0> for <arg:1></white>"
command.display_entity_view_distance_scale.set.success: "<white>Display entity view distance scale updated to <arg:0> for <arg:1></white>"
command.entity_culling_distance_scale.set.success: "<white>Entity culling distance scale updated to <arg:0> for <arg:1></white>"
command.entity_culling.toggle.success: "<white>Entity culling status updated to <arg:0> for <arg:1></white>"
warning.network.resource_pack.unverified_uuid: "<yellow>Player <arg:0> is attempting to request a resource pack using a UUID (<arg:1>) that is not authenticated by the server.</yellow>"
warning.config.pack.duplicated_files: "<red>Duplicated files Found. Please resolve them through config.yml 'resource-pack.duplicated-files-handler' section.</red>"

View File

@@ -88,7 +88,8 @@ command.send_resource_pack.success.multiple: "<white>发送资源包给 <arg:0>
command.locale.set.failure: "<red>区域设置格式无效: <arg:0></red>"
command.locale.set.success: "<white>已为 <arg:1> 更新选定区域设置为 <arg:0></white>"
command.locale.unset.success: "<white>已清除 <arg:0> 的选定区域设置</white>"
command.entity_view_distance_scale.set.success: "<white>已为 <arg:1> 的实体可见距离百分比设置为 <arg:0></white>"
command.display_entity_view_distance_scale.set.success: "<white>已为 <arg:1> 的展示实体可见距离百分比设置为 <arg:0></white>"
command.entity_culling_distance_scale.set.success: "<white>已为 <arg:1> 的实体剔除距离百分比设置为 <arg:0></white>"
command.entity_culling.toggle.success: "<white>已为 <arg:1> 的实体剔除状态设置为 <arg:0></white>"
warning.network.resource_pack.unverified_uuid: "<yellow>玩家 <arg:0> 使用未经服务器验证的 UUID (<arg:1>) 尝试请求获取资源包</yellow>"
warning.config.pack.duplicated_files: "<red>发现重复文件 请通过 config.yml 的 'resource-pack.duplicated-files-handler' 部分解决</red>"