GWFblank
就一小片是正常的地皮 其余地方全是普通世界的模样,貌似生成错误了,但现在已经开服好久了,也没法删地图重新弄,有什么办法可以创第二个地皮世界吗

极光酋长
   方法是有的,取决于你所使用的地皮和多世界插件。这里默认MV为多世界。
  1. /mv create 世界名 normal -g  地皮插件名*
复制代码

    *【PlotMe】PlotMe-DefaultGenerator    *【PlotSquared】PlotSquared
  实测:使用了PlotSquared,发现两个地皮世界互不冲突,我在A界领一块地皮,插件记为1;在B界再领取一块,插件记为2,皆可传送.

GWFblank
极光酋长 发表于 2017-8-10 22:51
方法是有的,取决于你所使用的地皮和多世界插件。这里默认MV为多世界。

    *【PlotMe】PlotMe-Defaul ...

那我在装个 ps地皮 呗 就可以创建两个地皮了?

回忆之空
/plugins/PlotMe/config.yml

worlds:
  地皮1:
    PlotAutoLimit: 1000
    PathWidth: 7
    PlotSize: 32
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 64
    DaysToExpiration: 7
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems:
    - '351:15'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    ProtectedWallBlockId: '44:4'
    ForSaleWallBlockId: '44:1'
    AuctionWallBlockId: '44:1'
    AutoLinkPlots: true
    DisableExplosion: true
    DisableIgnition: true
    economy:
      UseEconomy: false
      CanPutOnSale: false
      CanSellToBank: false
      RefundClaimPriceOnReset: false
      RefundClaimPriceOnSetOwner: false
      ClaimPrice: 0.0
      ClearPrice: 0.0
      AddPlayerPrice: 0.0
      DenyPlayerPrice: 0.0
      RemovePlayerPrice: 0.0
      UndenyPlayerPrice: 0.0
      PlotHomePrice: 0.0
      CanCustomizeSellPrice: false
      SellToPlayerPrice: 0.0
      SellToBankPrice: 0.0
      BuyFromBankPrice: 0.0
      AddCommentPrice: 0.0
      BiomeChangePrice: 0.0
      ProtectPrice: 0.0
      DisposePrice: 0.0
usemySQL: false
mySQLconn: jdbc:mysql://localhost:3306/minecraft
mySQLuname: root
mySQLpass: password
globalUseEconomy: false
AdvancedLogging: false
Language: english
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: false
allowToDeny: true
  地皮2:
    PlotAutoLimit: 1000
    PathWidth: 7
    PlotSize: 32
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '5'
    RoadStripeBlockId: '5:2'
    RoadHeight: 64
    DaysToExpiration: 7
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    PreventedItems:
    - '351:15'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    ProtectedWallBlockId: '44:4'
    ForSaleWallBlockId: '44:1'
    AuctionWallBlockId: '44:1'
    AutoLinkPlots: true
    DisableExplosion: true
    DisableIgnition: true
    economy:
      UseEconomy: false
      CanPutOnSale: false
      CanSellToBank: false
      RefundClaimPriceOnReset: false
      RefundClaimPriceOnSetOwner: false
      ClaimPrice: 0.0
      ClearPrice: 0.0
      AddPlayerPrice: 0.0
      DenyPlayerPrice: 0.0
      RemovePlayerPrice: 0.0
      UndenyPlayerPrice: 0.0
      PlotHomePrice: 0.0
      CanCustomizeSellPrice: false
      SellToPlayerPrice: 0.0
      SellToBankPrice: 0.0
      BuyFromBankPrice: 0.0
      AddCommentPrice: 0.0
      BiomeChangePrice: 0.0
      ProtectPrice: 0.0
      DisposePrice: 0.0
usemySQL: false
mySQLconn: jdbc:mysql://localhost:3306/minecraft
mySQLuname: root
mySQLpass: password
globalUseEconomy: false
AdvancedLogging: false
Language: english
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: false
allowToDeny: true

如果指令不行 用你自己 第一次创地皮的指令
Muitiverse-Core
/mv create 地皮1 normal -g PlotMe-DefaultGenerator
复制代码
MulitWorld
/mw create 地皮2 plugin:PlotMe-DefaultGenerator

回忆之空
回忆之空 发表于 2017-8-11 00:40
/plugins/PlotMe/config.yml

worlds:

注意看  把地皮一生成的 配置 复制 在下面 改一下开头名字就行了

GWFblank
GWFblank 发表于 2017-8-10 22:57
那我在装个 ps地皮 呗 就可以创建两个地皮了?

我装了后 指令就混乱了,原先的地皮 玩家 权限都没有了  回的不是自己家地皮了  就算回到了 也没有权限 怎么回事啊

极光酋长
GWFblank 发表于 2017-8-11 08:31
我装了后 指令就混乱了,原先的地皮 玩家 权限都没有了  回的不是自己家地皮了  就算回到了 也没有权限  ...

很明显,因为两个地皮的权限、指令不相同,甚至连保存的数据都不同。
    我作的示范使用了ps,但是不代表pm不可以多世界。

GWFblank
极光酋长 发表于 2017-8-11 11:22
很明显,因为两个地皮的权限、指令不相同,甚至连保存的数据都不同。
    我作的示范使用了ps,但是不代 ...

那咋整现在 地皮数据已经混乱了。。。 更糟糕了。。。

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