• 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!

[FTB Lite] PlotMe Problem Multiverse-Core

R

Renezoros

Guest
Hallo Leute,

folgendes Problem mit PlotMe habe ich seit längerem beim Feed The Beast Server "lite" v.1.2.3 (1.4.7) und Multiverse-Core.

Stelle ich in der Server-Properties den Worldgenerator auf PLOTME und füge in der Bukkit.yml am Ende folgenden Zeilen hinzu funktioniert die jeweilige Plot-Welt problemlos, alle Items werden in den (Transport-)Pipes angezeigt.

Code:
multiverse-configuration:
  ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  enforceaccess: 'false'
  prefixchat: 'false'
  teleportintercept: 'true'
  firstspawnoverride: 'true'
  displaypermerrors: 'true'
  globaldebug: '0'
  messagecooldown: '5000'
  version: '2.9'
  firstspawnworld: Plotwelt
  teleportcooldown: '1000'

worlds:
  plotworld:
    PlotAutoLimit: 500
    PathWidth: 7
    PlotSize: 64
    BottomBlockId: 7
    WallBlockId: 44
    PlotFloorBlockId: 2
    PlotFillingBlockId: 3
usemySQL: false
mySQLconn: jdbc:mysql://localhost:3306/minecraft
mySQLuname: root
mySQLpass: password

Wenn ich nun ein weitere Plotwelt hinzufügen will, die nun z.B. größere Plots enthält stelle ich die PlotMe config. wie folgt ein:

Code:
worlds:
  VIP-Plot:
    PlotAutoLimit: 500
    PathWidth: 7
    PlotSize: 128
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '35:14'
    RoadStripeBlockId: '35:15'
    RoadHeight: 64
    DaysToExpiration: 30
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    - 975
    - 750
    - 2002
    - 2007
    - 502
    - 608
    - 617
    - 763
    - 1053
    - 20262
    - 611
    - 650
    - 765
    - 29997
    - 29998
    - 645
    - 927
    - 69
    - 324
    - 58
    - 645
    - 942
    - 509
    - 939
    - 938
    - 4311
    - 19256
    PreventedItems:
    - '1614:*:'
    - '351:15'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    - '516'
    - '1227'
    ProtectedWallBlockId: '44:4'
    ForSaleWallBlockId: '44:1'
    AuctionWallBlockId: '44:1'
    AutoLinkPlots: false
    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
  Plotwelt:
    PlotAutoLimit: 500
    PathWidth: 7
    PlotSize: 64
    BottomBlockId: '7'
    WallBlockId: '44'
    PlotFloorBlockId: '2'
    PlotFillingBlockId: '3'
    RoadMainBlockId: '112'
    RoadStripeBlockId: '215:2'
    RoadHeight: 64
    DaysToExpiration: 30
    ProtectedBlocks:
    - 54
    - 61
    - 62
    - 120
    - 94
    - 93
    - 84
    - 25
    - 355
    - 118
    - 117
    - 138
    - 140
    - 145
    - 975
    - 750
    - 2002
    - 2007
    - 502
    - 608
    - 617
    - 763
    - 1053
    - 20262
    - 611
    - 650
    - 765
    - 29997
    - 29998
    - 645
    - 927
    - 69
    - 324
    - 58
    - 645
    - 942
    - 509
    - 939
    - 938
    - 4311
    - 19256
    PreventedItems:
    - '1614:*:'
    - '351:15'
    - '259'
    - '328'
    - '343'
    - '342'
    - '333'
    - '516'
    - '1227'
    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: false
defaultWEAnywhere: false
auto-update: false
allowToDeny: true

wird nun auch die gewünschte Plotwelt erstellt, aber in dieser werden dann keine Items mehr in den Transportpipes angezeigt. Selbst dann nicht, wenn ich die Welt in der Bukkit.yml / MV mit hinzufüge.

Das selbe Problem habe ich wenn ich eine "default World" generieren lassen will, es geht immer nur eine der beiden Welten. Entweder die Plotwelt 1 oder Plotwelt 2. Alternativ geht dann nur Freebuild oder Plotwelt...jedoch beides bekomme ich nicht hin.

Wo mache ich den Fehler....?
 
Zuletzt bearbeitet von einem Moderator:
R

Renezoros

Guest
Nach langem hin und her, ist hier scheinbar das Problem in der servers.properties begraben...denn es funktionieren nur Items in Pipes, Maschinen und Co. der jeweiligen eingetragenen Welt. Hat man nun 2 FTB Welten, werden immer nur bei der "default" Welt die Items "sichtbar". Bei Welt 2 hingegen nix zu sehen...

Bis Dato auch keine Lösung hierzu gefunden...
 
Oben