黑貓郡主
想让玩家进入地皮就直接变成创造模式(别说指令,重启服务器后就会变成生存了)???还有就是怎么设地皮的价钱????

13686599776
我只想弱弱地问一句,你给创造真的好吗

lichi2050
理论上用指令修改了就行了(大概是插件没保存吧MV的在关服的时候保存的,reload忘了算不算)

还是把指令给你吧/mvm set gamemode creative (在地皮世界输入)

你也可以手动改,在plugins/multiverse-core/world/worlds.yml

  1.   world:
  2.     seed: 2779511088172108354
  3.     environment: NORMAL
  4.     type: NORMAL
  5.     hidden: false
  6.     alias:
  7.       name: ''
  8.       color: WHITE
  9.     pvp: true
  10.     scale: 1.0
  11.     respawnworld: liz
  12.     allowweather: false
  13.     difficulty: HARD
  14.     animals:
  15.       spawn: true
  16.     monsters:
  17.       spawn: true
  18.     entryfee:
  19.       currency: -1
  20.       price: 0.0
  21.     hunger: true
  22.     autoheal: true
  23.     adjustspawn: true
  24.     portalform: ALL
  25.     gamemode: SURVIVAL  这里→把SURVIVAL改成CREATIVE
  26.     keepspawninmemory: true
  27.     spawn:
  28.       x: -1248.5
  29.       y: 63.0
  30.       z: -322.5
  31.       pitch: 0.0
  32.       yaw: 0.0
  33.       world: world
  34.     autoload: true
  35.     bedrespawn: true
复制代码

cc58c58
看图你应该就知道了吧 然后如二楼说的 改为CREATIVE