Skip to content

Reload command

XiaoColorful edited this page Mar 31, 2026 · 14 revisions

English

重载配置

/battleroyale reload [loot/game/effect/client/server] [subType]

需要权限等级2

./minecraft/config/battleroyale 重新读取配置文件

  • 不保存读取前的配置
  • 跳过无效的词条
  • 跳过无效的配置
  • 跳过无效的文件
  • 对于每个读取的配置类别,如最终没有已读取的配置则创建示例配置并再次读取

重载全部配置

/battleroyale reload

./minecraft/config/battleroyale 重新读取配置文件

全部物资刷新配置

/battleroyale reload loot [loot_spawner/entity_spawner/airdrop/airdrop_special_secret_room]

./minecraft/config/battleroyale/loot 重新读取配置文件

/battleroyale reload loot 处理所有子命令

物资刷新器

/battleroyale reload loot loot_spawner

./minecraft/config/battleroyale/loot/loot_spawner 重新读取配置文件

  • 不更改世界中已有物资刷新器的lootId,不立即处理物资刷新

实体生成器

/battleroyale reload loot entity_spawner

./minecraft/config/battleroyale/loot/entity_spawner 重新读取配置文件

  • 不更改世界中已有实体生成器的lootId,不立即处理实体生成

补给箱

/battleroyale reload loot airdrop

./minecraft/config/battleroyale/loot/airdrop 重新读取配置文件

特殊补给箱

/battleroyale reload loot airdrop_special

./minecraft/config/battleroyale/loot/airdrop_special 重新读取配置文件

神秘点位

/battleroyale reload loot secret_room

./minecraft/config/battleroyale/loot/secret_room 重新读取配置文件

全部大逃杀游戏配置

/battleroyale reload game [gamerule/spawn/zone/bot]

./minecraft/config/battleroyale/game 重新读取配置文件

/battleroyale reload game 处理所有子命令

游戏规则配置

/battleroyale reload game gamerule

./minecraft/config/battleroyale/game/gamerule 重新读取配置文件

出生配置

/battleroyale reload game spawn

./minecraft/config/battleroyale/game/spawn 重新读取配置文件

统计数据配置

/battleroyale reload game stats

./minecraft/config/battleroyale/game/stats 重新读取配置文件

区域配置

/battleroyale reload game zone

./minecraft/config/battleroyale/game/zone 重新读取配置文件

人机配置

/battleroyale reload game bot

./minecraft/config/battleroyale/game/bot 重新读取配置文件

全部效果配置

/battleroyale reload effect [particle]

./minecraft/config/battleroyale/effect 重新读取配置文件

/battleroyale reload effect 处理所有子命令

粒子配置

/battleroyale reload effect particle

./minecraft/config/battleroyale/effect/particle 重新读取配置文件

全部客户端配置

/battleroyale reload client [render/display]

客户端指令不需要权限等级

./minecraft/config/battleroyale/client 重新读取配置文件

/battleroyale reload client 处理所有子命令

渲染配置

/battleroyale reload client render

./minecraft/config/battleroyale/client/render 重新读取配置文件

显示配置

/battleroyale reload client display

./minecraft/config/battleroyale/client/display 重新读取配置文件

全部服务端配置

/battleroyale reload server [function/performance/profile/utility]

./minecraft/config/battleroyale/server 重新读取配置文件

/battleroyale reload server 处理所有子命令

函数配置

/battleroyale reload server function

./minecraft/config/battleroyale/server/function 重新读取配置文件

性能配置

/battleroyale reload server performance

./minecraft/config/battleroyale/server/performance 重新读取配置文件

预设配置

/battleroyale reload server profile

./minecraft/config/battleroyale/server/profile 重新读取配置文件

实用配置

/battleroyale reload server utility

./minecraft/config/battleroyale/server/utility 重新读取配置文件

English

/battleroyale reload [loot/game/effect/client/server] [subType]

Require permission level 2

Re-read config files from ./minecraft/config/battleroyale

  • Do not save previous config
  • Skip invalid entries
  • Skip invalid configs
  • Skip invalid config files
  • For each config category read, if there is no config read in the end, create example configs and read again

Reload all config

/battleroyale reload

Re-read config files from ./minecraft/config/battleroyale

All loot Config

/battleroyale reload loot [loot_spawner/entity_spawner/airdrop/airdrop_special_secret_room]

Re-read config files from ./minecraft/config/battleroyale/loot

/battleroyale reload loot Process all sub commands

Loot spawner

/battleroyale reload loot loot_spawner

Re-read config files from ./minecraft/config/battleroyale/loot/loot_spawner

  • Do not change the lootId of existing loot spawners in the world, and do not process loot refreshes immediately

Entity spawner

/battleroyale reload loot entity_spawner

Re-read config files from ./minecraft/config/battleroyale/loot/entity_spawner

  • Does not change lootId of existing entity spawners in the world, does not process entity spawns immediately

Airdrop

/battleroyale reload loot airdrop

Re-read config files from ./minecraft/config/battleroyale/loot/airdrop

Special airdrop

/battleroyale reload loot airdrop_special

Re-read config files from ./minecraft/config/battleroyale/loot/airdrop_special

Secret room

/battleroyale reload loot secret_room

Reread config files from ./minecraft/config/battleroyale/loot/secret_room

All BattleRoyale game config

/battleroyale reload game [gamerule/spawn/zone/bot]

Re-read config files from ./minecraft/config/battleroyale/game

/battleroyale reload game Process all sub commands

Gamerule config

/battleroyale reload game gamerule

Re-read config files from ./minecraft/config/battleroyale/game/gamerule

Spawn config

/battleroyale reload game spawn

Re-read config files from ./minecraft/config/battleroyale/game/spawn

Stats config

/battleroyale reload game stats

Re-read config files from ./minecraft/config/battleroyale/game/stats

Zone config

/battleroyale reload game zone

Re-read config files from ./minecraft/config/battleroyale/game/zone

Bot config

/battleroyale reload game bot

Re-read config files from ./minecraft/config/battleroyale/game/bot

All effect config

/battleroyale reload effect [particle]

Re-read config files from ./minecraft/config/battleroyale/effect

/battleroyale reload effect Process all sub commands

Particle config

/battleroyale reload effect particle

Re-read config files from ./minecraft/config/battleroyale/effect/particle

All client config

/battleroyale reload client [render/display]

Client command doesn't require permission level

Re-read config files from ./minecraft/config/battleroyale/client

/battleroyale reload client Process all sub commands

Render config

/battleroyale reload client render

Re-read config files from ./minecraft/config/battleroyale/client/render

Display config

/battleroyale reload client display

Re-read config files from ./minecraft/config/battleroyale/client/display

All server config

/battleroyale reload server [function/performance/profile/utility]

Re-read config files from ./minecraft/config/battleroyale/server

/battleroyale reload server Process all sub commands

Function config

/battleroyale reload server function

Re-read config files from ./minecraft/config/battleroyale/server/function

Performance config

/battleroyale reload server performance

Re-read config files from ./minecraft/config/battleroyale/server/performance

Profile config

/battleroyale reload server profile

Re-read configs files from ./minecraft/config/battleroyale/server/profile

Utility config

/battleroyale reload server utility

Re-read config files from ./minecraft/config/battleroyale/server/utility

🌐 Language / 语言


Clone this wiki locally