My creative plotme world is apparently not plotme.

Discussion in 'Bukkit Help' started by Redscotty, Apr 23, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Redscotty

    So i created a plotme world with /mv create {worldname} normal -g PlotMe and did all the other commands to get rid of animals and mobs, but when I tried to claim a plot it says this is not a PlotMe world. Anyone know why?
     
  2. Offline

    wowzersam

    Redscotty You need to set that up in the config.yml Here is what mine looks like:

    Code:
    worlds:
      CreativePlots:
        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
     
Thread Status:
Not open for further replies.

Share This Page