玩家在地皮世界开启飞行权限后(地皮开放飞行) 用warp传送到其他世界(其他世界不允许飞行)也可以继续飞行  这个问题怎么解决
在多世界插件(Multiverse-Core)的world.yml文件里面修改
把里面的allowFlight: 'true' 修改为false就可以了!
- worlds:
 
-   world_the_end:
 
-     ==: MVWorld
 
-     hidden: 'false'
 
-     alias: ''
 
-     color: WHITE
 
-     style: NORMAL
 
-     pvp: 'true'
 
-     scale: '16.0'
 
-     respawnWorld: ''
 
-     allowWeather: 'true'
 
-     difficulty: EASY
 
-     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
 
-       x: 0.0
 
-       y: 64.0
 
-       z: 0.0
 
-       pitch: 0.0
 
-       yaw: 0.0
 
-     autoLoad: 'true'
 
-     bedRespawn: 'true'
 
-     worldBlacklist: []
 
-     environment: THE_END
 
-     seed: '-8716610233383232088'
 
-     generator: 'null'
 
-     playerLimit: '-1'
 
- allowFlight: 'true'
BenLi豪 发表于 2017-5-10 19:29
在多世界插件(Multiverse-Core)的world.yml文件里面修改
把里面的allowFlight: 'true' 修改为false就可 ...
谢谢 我已经在百度找到了 还是给你最佳!