Solved griefprevention creative

Discussion in 'Bukkit Help' started by Scorpionvssub, Jun 6, 2015.

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

    Scorpionvssub

    Recently(yesterday) there was an enormous error regarding w.e where the freebuild world crashed at certain locations, next to floading blocks it needed resetting anyway... however it caused for grief prevention to completely aswell as mv to forget about the world.

    Here is my config as of right now.

    Code:
    GriefPrevention:
      SeaLevelOverrides:
        world: -1
        world_nether: -1
        world_the_end: -1
        testmap: -1
        Freebuild: -1
      Claims:
        Mode:
          testmap: Survival
          Freebuild: Creative
          world_the_end: Survival
          world: Survival
          world_nether: Survival
        CreativeRulesWorld: [Freebuild]
        PreventTheft: true
        ProtectCreatures: true
        PreventButtonsSwitches: true
        LockWoodenDoors: true
        LockTrapDoors: true
        LockFenceGates: true
        EnderPearlsRequireAccessTrust: true
        ProtectFires: false
        ProtectHorses: true
        InitialBlocks: 500
        BlocksAccruedPerHour: 100
        MaxAccruedBlocks: 200000
        AbandonReturnRatio: 1.0
        AutomaticNewPlayerClaimsRadius: 4
        ExtendIntoGroundDistance: 5
        MinimumSize: 5
        MaximumDepth: 0
        InvestigationTool: STICK
        ModificationTool: WOOD_HOE
        Expiration:
          ChestClaimDays: 7
          UnusedClaimDays: 14
          AllClaimDays: 0
          AutomaticNatureRestoration:
            SurvivalWorlds: false
        MaximumNumberOfClaimsPerPlayer: 0
        CreationRequiresWorldGuardBuildPermission: true
        PortalGenerationRequiresPermission: false
        VillagerTradingRequiresPermission: true
        CommandsRequiringAccessTrust: /sethome
      Spam:
        Enabled: false
        LoginCooldownSeconds: 60
        MonitorSlashCommands: /me;/tell;/global;/local
        WarningMessage: Please reduce your noise level.  Spammers will be banned.
        BanOffenders: false
        BanMessage: Banned for spam.
        AllowedIpAddresses: 1.2.3.4; 5.6.7.8
        DeathMessageCooldownSeconds: 60
      PvP:
        RulesEnabledInWorld:
          world: false
          world_nether: true
          world_the_end: false
          testmap: true
          Freebuild: false
        ProtectFreshSpawns: true
        PunishLogout: true
        CombatTimeoutSeconds: 15
        AllowCombatItemDrop: true
        BlockedSlashCommands: /home;/vanish;/spawn;/tpa
        ProtectPlayersInLandClaims:
          PlayerOwnedClaims: true
          AdministrativeClaims: true
          AdministrativeSubdivisions: true
      Economy:
        ClaimBlocksPurchaseCost: 1.0
        ClaimBlocksSellValue: 0.0
      ProtectItemsDroppedOnDeath:
        PvPWorlds: false
        NonPvPWorlds: true
      BlockLandClaimExplosions: true
      BlockSurfaceCreeperExplosions: true
      BlockSurfaceOtherExplosions: true
      LimitSkyTrees: true
      LimitTreeGrowth: false
      LimitPistonsToLandClaims: true
      FireSpreads: false
      FireDestroys: false
      AdminsGetWhispers: true
      AdminsGetSignNotifications: true
      WhisperCommands: /tell;/pm;/r
      SmartBan: false
      MaxPlayersPerIpAddress: 3
      Siege:
        Worlds: []
        BreakableBlocks:
        - DIRT
        - GRASS
        - LONG_GRASS
        - COBBLESTONE
        - GRAVEL
        - SAND
        - GLASS
        - THIN_GLASS
        - WOOD
        - WOOL
        - SNOW
      EndermenMoveBlocks: false
      SilverfishBreakBlocks: false
      CreaturesTrampleCrops: false
      HardModeZombiesBreakDoors: false
      Database:
        URL: ''
        UserName: ''
        Password: ''
      Mods:
        BlockIdsRequiringAccessTrust: []
        BlockIdsRequiringContainerTrust:
        - 227:*:Battery Box
        - 130:*:Transmutation Tablet
        - 128:*:Alchemical Chest and Energy Condenser
        - 181:*:Various Chests
        - 178:*:Ender Chest
        - 150:*:Various BuildCraft Gadgets
        - 155:*:Filler
        - 157:*:Builder
        - 158:*:Template Drawing Table
        - 126:*:Various EE Gadgets
        - 138:*:Various RedPower Gadgets
        - 137:*:BuildCraft Project Table and Furnaces
        - 250:*:Various IC2 Machines
        - 161:*:BuildCraft Engines
        - 169:*:Automatic Crafting Table
        - 177:*:Wireless Components
        - 183:*:Solar Arrays
        - 187:*:Charging Benches
        - 188:*:More IC2 Machines
        - 190:*:Generators, Fabricators, Strainers
        - 194:*:More Gadgets
        - 207:*:Computer
        - 208:*:Computer Peripherals
        - 246:*:IC2 Generators
        - 24303:*:Teleport Pipe
        - 24304:*:Waterproof Teleport Pipe
        - 24305:*:Power Teleport Pipe
        - 4311:*:Diamond Sorting Pipe
        - 216:*:Turtle
        BlockIdsExplodable:
        - 161:*:BuildCraft Engines
        - 246:5:Nuclear Reactor
        PlayersIgnoringAllClaims: []
      Abridged Logs:
        Days To Keep: 7
        Included Entry Types:
          Social Activity: true
          Suspicious Activity: true
          Administrative Activity: false
          Debug: false
    
    Other then setting it so that freebuild is a creative world not a survival world i need it to do a few things,
    I already set the mobs to peacefull so chickens and all can still be made via eggs.
    I need to get it so that creation requires claiming, but since the plugin updated so many times idk if its even able using this thing anymore... or maybe a config setting that shouldve been there is no longer there idk please help :confused:
     
  2. Offline

    GamersForOne

    You may edit your post to tell us how you solved it incase someone else has this problem too :)
     
  3. Offline

    Scorpionvssub

    well...thats kind of hard to explain when all i did was restart the server a few times :confused:
     
Thread Status:
Not open for further replies.

Share This Page