喵丶呜
我把alias改了还是没管用。转码三个都转过一次了yumreload、服务器重启都没用。
哪位大佬告诉萌新是哪里出了问题..

nja2106820
1.11.2的不需要转码和带'符号,比如我像设置世界名字为主城,alias:主城

水煮清娃
本帖最后由 水煮清娃 于 2018-6-28 10:50 编辑

应该也許大概可能还需要装个变量插件,没研究过,但是我的服务器装有,这个也是绝大多数服务器必备插件
PlaceholderAPI-2.8.4.jar


设置config.yml如下

  1. multiverse-configuration:
  2.   ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  3.   enforceaccess: 'false'
  4.   prefixchat: 'true'
  5.   prefixchatformat: '[%world%]%chat%'
  6.   useasyncchat: 'true'
  7.   teleportintercept: 'true'
  8.   firstspawnoverride: 'true'
  9.   displaypermerrors: 'true'
  10.   globaldebug: '0'
  11.   silentstart: 'false'
  12.   messagecooldown: '5000'
  13.   version: '2.9'
  14.   firstspawnworld: world
  15.   teleportcooldown: '1000'
  16.   defaultportalsearch: 'false'
  17.   portalsearchradius: '128'
复制代码


世界列表worlds.yml示范如下:

  1.   world_the_end:
  2.     ==: MVWorld
  3.     hidden: 'false'
  4.     alias: '&3&l末地'
  5.     color: WHITE
  6.     style: NORMAL
  7.     pvp: 'true'
  8.     scale: '16.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.       x: -0.06497316985445722
  37.       y: 65.0
  38.       z: 0.5471879304943071
  39.       pitch: 7.1999755
  40.       yaw: -269.75446
  41.     autoLoad: 'true'
  42.     bedRespawn: 'true'
  43.     worldBlacklist: []
  44.     environment: THE_END
  45.     seed: ''
  46.     generator: 'null'
  47.     playerLimit: '-1'
  48.     allowFlight: 'false'
复制代码




Gaylon_Soul
你正在使用的是MiaoChat这个聊天插件,它可能只读取了你的世界名而不是显示名,所以你需要把配置中的[world]换成变量%multiverse_world_alias%,另外你还需要PlaceholderAPI插件,装上后输入/papi ecloud download Multiverse下载变量
这个插件最新版的下载地址是https://www.spigotmc.org/resourc ... load?version=225730

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