[[sjy]]
就是这个 怎么改 我用的mv多世界




RaycusMX
mv的 worlds.yml 中,每个世界的配置里都有
alias:
写上世界的中文名称即可,比如
alias: 主世界
然后保存,用UTF8编码

[[sjy]]
RaycusMX 发表于 2015-12-18 20:48
mv的 worlds.yml 中,每个世界的配置里都有
alias:
写上世界的中文名称即可,比如

UTF8是什么鬼?  我一点都不懂啊

xRPQx
首先你要有mv,然后按2楼所说

不会的话加Q1812538626帮你

雪清
alias:后边这样
    alias: "&6\u6d3b\u52a8\u4e16\u754c"
括号里是U码
在这里转http://www.cnblogs.com/skykang/archive/2011/06/02/2068802.html
转好了填进去就行,适合任何系统的服务器

Ciner
进入后台后打开多世界的配置文件夹,打开之后你会看到有一个worlds.yml的文件,打开它
比如原本地狱世界的文件是这样的是:

  1.   world_nether:
  2.     ==: MVWorld
  3.     hidden: 'false'
  4.     alias: world_nether
  5.     color: WHITE
  6.     style: NORMAL
  7.     pvp: 'true'
  8.     scale: '8.0'
  9.     respawnWorld: ''
  10.     allowWeather: 'true'
  11.     difficulty: HARD
  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: 8.5
  39.       y: 62.0
  40.       x: 0.5
  41.     autoLoad: 'true'
  42.     bedRespawn: 'true'
  43.     worldBlacklist: []
  44.     environment: NETHER
  45.     seed: '-4195362649601715601'
  46.     generator: 'null'
  47.     playerLimit: '-1'
  48.     allowFlight: 'true'
复制代码

然后改成这样就行了:

  1.   world_nether:
  2.     ==: MVWorld
  3.     hidden: 'false'
  4. [color=Red]    alias: '&4地狱世界'[/color]
  5.     color: WHITE
  6.     style: NORMAL
  7.     pvp: 'true'
  8.     scale: '8.0'
  9.     respawnWorld: ''
  10.     allowWeather: 'true'
  11.     difficulty: HARD
  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: 8.5
  39.       y: 62.0
  40.       x: 0.5
  41.     autoLoad: 'true'
  42.     bedRespawn: 'true'
  43.     worldBlacklist: []
  44.     environment: NETHER
  45.     seed: '-4195362649601715601'
  46.     generator: 'null'
  47.     playerLimit: '-1'
  48.     allowFlight: 'true'
复制代码

还有不懂的可以留言问我

Ciner
Ciner 发表于 2015-12-19 08:25
进入后台后打开多世界的配置文件夹,打开之后你会看到有一个worlds.yml的文件,打开它
比如原本地狱世界的 ...

不好意思
color=Red]    alias: '&4地狱世界'
这行本来想价格颜色突出的,但是发现不行,文本我重发一遍吧

  1.   world_nether:
  2.     ==: MVWorld
  3.     hidden: 'false'
  4.     alias: '&4地狱世界'    #文字可以改,但是两边的引号不要去掉
  5.     color: WHITE
  6.     style: NORMAL
  7.     pvp: 'true'
  8.     scale: '8.0'
  9.     respawnWorld: ''
  10.     allowWeather: 'true'
  11.     difficulty: HARD
  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: 8.5
  39.       y: 62.0
  40.       x: 0.5
  41.     autoLoad: 'true'
  42.     bedRespawn: 'true'
  43.     worldBlacklist: []
  44.     environment: NETHER
  45.     seed: '-4195362649601715601'
  46.     generator: 'null'
  47.     playerLimit: '-1'
  48.     allowFlight: 'true'
复制代码

丶米饭
http://www.mcbbs.net/thread-527763-1-1.html

少年看看这个帖子,包教包会。

2692954087
楼主 我和你有一样的困惑

Mrding
给你格式把

alias: '地狱世界'(这里输入名字即可)
color: WHITE     (这里输入颜色,大写英文,例:BLUE蓝色、RED红色)

第一页 上一页 下一页 最后一页