• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Mehrere Plotme Welten

Pasii00

Minecrafter
Registriert
1 März 2013
Beiträge
1
Diamanten
300
Minecraft
lol2323
was muss ich in die config einstellen das ich 2Plotwelten habe?

was muss ich in die config einstellen das ich 2Plotwelten habe?

ich brauche ganz schnell eine passende antwort bittttteeeee

ich möchte nähmlich eine plotwelt für ganz normale spieler haben ,und eine für die vip's
hiillllfffffffeeeeeeeeeeee
 

R3fleXi0n

Minecrafter
Registriert
4 Mai 2013
Beiträge
19
Diamanten
0
Hier ein Beispiel, ist eigentlich ganz einfach.
Code:
worlds:
  plotworld1:
    PlotAutoLimit: 100
    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
  plotworld2:
    PlotAutoLimit: 100
    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
AutoPlotLimit: 100
globalUseEconomy: false
AdvancedLogging: false
Language: english
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: false
allowToDeny: true
 
Zuletzt bearbeitet:

computerfreak

Schafhirte
Registriert
19 Januar 2012
Beiträge
104
Alter
28
Diamanten
300
Minecraft
Tigerkatzitatzi
Ich möchte das so haben, dass die Grundstücke in den verschiedenen Welten verschiedene Größen haben. Die Config ist nicht das Problem, wie generiert man dann die 2. Plotme Welt ?

Wie hast du denn die 1. Welt erstellt?
Ging das automatisch oder per Multiverse?

Wenn das per Multiverse erstellt wurde, dann einfach eine neue PlotMe Welt per Command erstellen.

Wenn automatisch dann durchsuche doch mal die config. Wenn du ein wenig Englisch kannst wirst du bestimmt etwas finden :)
 
R

Renezoros

Guest
Hier ein Beispiel, ist eigentlich ganz einfach.
Code:
worlds:
  plotworld1:
    PlotAutoLimit: 100
    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
  plotworld2:
    PlotAutoLimit: 100
    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
AutoPlotLimit: 100
globalUseEconomy: false
AdvancedLogging: false
Language: english
allowWorldTeleport: true
defaultWEAnywhere: false
auto-update: false
allowToDeny: true

Ok ist klar...was ich nun habe ist das in der Standard-Plot Welt der /p home nicht mehr geht, es sei denn man ist in dieser Plotwelt. Die Creative Plot funktioniert soweit bei mir. Komischerweise "spawnen" die Leute nun auf der Creative-Plot Welt wenn Sie von der City-build Map (Standard Spawn) aus /p auto machen ?!?!?!
 
Oben