| Multiverse-Core文件夹内打开world.yml world:
 ==: MVWorld
 hidden: 'false'
 alias: 主城
 color: LIGHTPURPLE
 style: NORMAL
 pvp: 'true'
 scale: '1.0'
 respawnWorld: ''
 allowWeather: 'true'
 difficulty: EASY
 spawning:
 ==: MVSpawnSettings
 animals: #动物
 ==: MVSpawnSubSettings
 spawn: 'false' #←false是关闭刷怪 true是开启刷怪
 spawnrate: '-1'
 exceptions: []
 monsters: #怪物
 ==: MVSpawnSubSettings
 spawn: 'false' #←false是关闭刷怪 true是开启刷怪
 spawnrate: '-1'
 exceptions: []
 entryfee:
 ==: MVEntryFee
 amount: '0.0'
 currency: '-1'
 hunger: 'true'
 autoHeal: 'true'
 adjustSpawn: 'true'
 portalForm: ALL
 gameMode: ADVENTURE
 keepSpawnInMemory: 'true'
 spawnLocation:
 ==: MVSpawnLocation
 x: 0.5
 y: 4.0
 z: 0.5
 pitch: 0.0
 yaw: 0.0
 autoLoad: 'true'
 bedRespawn: 'false'
 worldBlacklist: []
 environment: NORMAL
 seed: '27594263'
 generator: 'null'
 playerLimit: '-1'
 allowFlight: 'true'
 改完之后输入/mv reload
 |