cheng000
本帖最后由 cheng000 于 2014-7-24 23:57 编辑
  1. world:
  2.     ==: MVWorld
  3.     hidden: 'false'
  4.     alias: world
  5.     color: WHITE
  6.     style: NORMAL
  7.     pvp: 'true'
  8.     scale: '1.0'
  9.     respawnWorld: ''
  10.     allowWeather: 'true'
  11.     difficulty: PEACEFUL
  12.     spawning:
  13.       ==: MVSpawnSettings
  14.       animals:
  15.         ==: MVSpawnSubSettings
  16.         spawn: 'true'
  17.         spawnrate: '-1'
  18.         exceptions: []
  19.       monsters:
  20.         ==: MVSpawnSubSettings
  21.         spawn: 'true'
  22.         spawnrate: '-1'
  23.         exceptions: []
  24.     entryfee:
  25.       ==: MVEntryFee
  26.       amount: '0.0'
  27.       currency: '-1'
  28.     hunger: 'true'
  29.     autoHeal: 'true'
  30.     adjustSpawn: 'true'
  31.     portalForm: ALL
  32.     gameMode: SURVIVAL
  33.     keepSpawnInMemory: 'true'
  34.     spawnLocation:
  35.       ==: MVSpawnLocation
  36.       yaw: 0.0
  37.       pitch: 0.0
  38.       z: 344.0
  39.       y: 75.0
  40.       x: 229.0
  41.     autoLoad: 'true'
  42.     bedRespawn: 'true'
  43.     worldBlacklist: []
  44.     environment: NORMAL
  45.     seed: '5141532689812052784'
  46.     generator: 'null'
  47.     playerLimit: '-1'
  48.     allowFlight: 'true'
复制代码
这是一段mv插件world配置文件的一段配置
这只是里面的一个世界
我把开头的配置改为
  1. world:
  2. ==: MVWorld
  3. hidden: 'false'
  4. alias: 主世界
  5. color: blue
复制代码

然后这个叫world.yml的文件会被插件重新初始化,所有配置消失,为什么,难道是不支持中文...怎么解决
我试过在加' 改成  alias:'主世界'
但也会出现问题


求解答~~~~能解决问题的追加1人气20金粒


OVAmach
UTF-8格式

下一页 最后一页