本帖最后由 cheng000 于 2014-7-24 23:57 编辑
复制代码这是一段mv插件world配置文件的一段配置
这只是里面的一个世界
我把开头的配置改为复制代码
然后这个叫world.yml的文件会被插件重新初始化,所有配置消失,为什么,难道是不支持中文...怎么解决
我试过在加' 改成 alias:'主世界'
但也会出现问题
求解答~~~~能解决问题的追加1人气20金粒
- world:
- ==: MVWorld
- hidden: 'false'
- alias: world
- color: WHITE
- style: NORMAL
- pvp: 'true'
- scale: '1.0'
- respawnWorld: ''
- allowWeather: 'true'
- difficulty: PEACEFUL
- 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: 344.0
- y: 75.0
- x: 229.0
- autoLoad: 'true'
- bedRespawn: 'true'
- worldBlacklist: []
- environment: NORMAL
- seed: '5141532689812052784'
- generator: 'null'
- playerLimit: '-1'
- allowFlight: 'true'
这只是里面的一个世界
我把开头的配置改为
- world:
- ==: MVWorld
- hidden: 'false'
- alias: 主世界
- color: blue
然后这个叫world.yml的文件会被插件重新初始化,所有配置消失,为什么,难道是不支持中文...怎么解决
我试过在加' 改成 alias:'主世界'
但也会出现问题
求解答~~~~能解决问题的追加1人气20金粒
UTF-8格式