- v3:
- ==: MVWorld
- hidden: 'false'
- alias: ''
- color: WHITE ——世界名在聊天框中的颜色
- style: NORMAL —— 世界种类
- pvp: 'true' —— PVP启用否
- scale: '1.0' —— 比例
- respawnWorld: ''
- allowWeather: 'true' ——允许天气变化
- difficulty: EASY —— 难度
- spawning: ——以下是动物怪物生成限制
- ==: MVSpawnSettings
- animals:
- ==: MVSpawnSubSettings
- spawn: 'true'
- spawnrate: '-1'
- exceptions: []
- monsters:
- ==: MVSpawnSubSettings
- spawn: 'true'
- spawnrate: '-1'
- exceptions: []
- entryfee: —— 进入费用,忽略
- ==: MVEntryFee
- amount: '0.0'
- currency: '-1'
- hunger: 'true' —— 是否饥饿
- autoHeal: 'true' —— 自动回复生命
- adjustSpawn: 'true'
- portalForm: ALL
- gameMode: SURVIVAL ——游戏模式
- keepSpawnInMemory: 'true'
- spawnLocation: —— 出生点!
- ==: MVSpawnLocation
- yaw: 0.0
- pitch: 0.0
- z: -302.0
- y: 4.0
- x: -1148.0
- autoLoad: 'true'
- bedRespawn: 'true'
- worldBlacklist: []
- environment: NORMAL —— 环境类型
- seed: '1305350986868041866' —— 种子
- generator: 'null' —— 生成器
- playerLimit: '-1' —— 玩家数量限制
- allowFlight: 'true' ——允许飞行
复制代码 |