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

mv的 worlds.yml 中,每个世界的配置里都有
alias:
写上世界的中文名称即可,比如
alias: 主世界
然后保存,用UTF8编码
alias:
写上世界的中文名称即可,比如
alias: 主世界
然后保存,用UTF8编码
RaycusMX 发表于 2015-12-18 20:48
mv的 worlds.yml 中,每个世界的配置里都有
alias:
写上世界的中文名称即可,比如
UTF8是什么鬼? 我一点都不懂啊
首先你要有mv,然后按2楼所说
不会的话加Q1812538626帮你
不会的话加Q1812538626帮你
alias:后边这样
alias: "&6\u6d3b\u52a8\u4e16\u754c"
括号里是U码
在这里转http://www.cnblogs.com/skykang/archive/2011/06/02/2068802.html
转好了填进去就行,适合任何系统的服务器
alias: "&6\u6d3b\u52a8\u4e16\u754c"
括号里是U码
在这里转http://www.cnblogs.com/skykang/archive/2011/06/02/2068802.html
转好了填进去就行,适合任何系统的服务器
进入后台后打开多世界的配置文件夹,打开之后你会看到有一个worlds.yml的文件,打开它
比如原本地狱世界的文件是这样的是:
复制代码
然后改成这样就行了:
复制代码
还有不懂的可以留言问我
比如原本地狱世界的文件是这样的是:
-
- world_nether:
- ==: MVWorld
- hidden: 'false'
- alias: world_nether
- color: WHITE
- style: NORMAL
- pvp: 'true'
- scale: '8.0'
- respawnWorld: ''
- allowWeather: 'true'
- difficulty: HARD
- 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: 8.5
- y: 62.0
- x: 0.5
- autoLoad: 'true'
- bedRespawn: 'true'
- worldBlacklist: []
- environment: NETHER
- seed: '-4195362649601715601'
- generator: 'null'
- playerLimit: '-1'
- allowFlight: 'true'
然后改成这样就行了:
- world_nether:
- ==: MVWorld
- hidden: 'false'
- [color=Red] alias: '&4地狱世界'[/color]
- color: WHITE
- style: NORMAL
- pvp: 'true'
- scale: '8.0'
- respawnWorld: ''
- allowWeather: 'true'
- difficulty: HARD
- 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: 8.5
- y: 62.0
- x: 0.5
- autoLoad: 'true'
- bedRespawn: 'true'
- worldBlacklist: []
- environment: NETHER
- seed: '-4195362649601715601'
- generator: 'null'
- playerLimit: '-1'
- allowFlight: 'true'
还有不懂的可以留言问我
Ciner 发表于 2015-12-19 08:25
进入后台后打开多世界的配置文件夹,打开之后你会看到有一个worlds.yml的文件,打开它
比如原本地狱世界的 ...
不好意思
color=Red] alias: '&4地狱世界'
这行本来想价格颜色突出的,但是发现不行,文本我重发一遍吧
- world_nether:
- ==: MVWorld
- hidden: 'false'
- alias: '&4地狱世界' #文字可以改,但是两边的引号不要去掉
- color: WHITE
- style: NORMAL
- pvp: 'true'
- scale: '8.0'
- respawnWorld: ''
- allowWeather: 'true'
- difficulty: HARD
- 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: 8.5
- y: 62.0
- x: 0.5
- autoLoad: 'true'
- bedRespawn: 'true'
- worldBlacklist: []
- environment: NETHER
- seed: '-4195362649601715601'
- generator: 'null'
- playerLimit: '-1'
- allowFlight: 'true'
楼主 我和你有一样的困惑
给你格式把
alias: '地狱世界'(这里输入名字即可)
color: WHITE (这里输入颜色,大写英文,例:BLUE蓝色、RED红色)
alias: '地狱世界'(这里输入名字即可)
color: WHITE (这里输入颜色,大写英文,例:BLUE蓝色、RED红色)