banana-mc/config/flan/flan_config.json
2026-05-26 22:40:38 +02:00

178 lines
4.8 KiB
JSON

{
"__comment": "For help with the config refer to https://github.com/Flemmli97/Flan/wiki/Config",
"configVersion": 7,
"startingBlocks": 500,
"maxClaimBlocks": 5000,
"ticksForNextBlock": 600,
"minClaimsize": 100,
"defaultClaimDepth": 10,
"subClaimsInheritParentDepth": true,
"maxClaims": -1,
"defaultClaimName": "",
"defaultEnterMessage": "",
"defaultLeaveMessage": "",
"noSpawnClaim": false,
"claimingCooldown": 0,
"blacklistedWorlds": [],
"worldWhitelist": false,
"claimingItem": "minecraft:golden_hoe",
"claimingNBT": {},
"inspectionItem": "unify:gold_rod",
"inspectionNBT": {},
"main3dClaims": true,
"minHeight3d": 10,
"nearbyClaimsToolDisplay": 24,
"claimDisplayTime": 600,
"particleDisplay": false,
"claimDisplayActionBar": false,
"permissionLevel": 2,
"autoClaimStructures": false,
"ftbChunksCheck": true,
"gomlReservedCheck": true,
"mineColoniesCheck": true,
"buySellHandler": {
"buyType": "MONEY",
"buyValue": -1.0,
"buyItems": [],
"sellType": "MONEY",
"sellValue": -1.0,
"sellItems": []
},
"maxBuyBlocks": -1,
"currencyType": "",
"lenientBlockEntityCheck": false,
"breakBlockBlacklist": [
"universal_graves:grave",
"yigd:grave"
],
"interactBlockBlacklist": [
"universal_graves:grave",
"yigd:grave",
"waystones",
"universal_shops:trade_block"
],
"breakBlockEntityTagBlacklist": [],
"interactBlockEntityTagBlacklist": [
"IsDeathChest",
"gunpowder.owner",
"shop-activated"
],
"ignoredEntities": [
"corpse:corpse"
],
"entityTagIgnore": [
"graves.marker"
],
"ignoredProjectileTypes": [],
"legacyOverrides": [
"@c:wrenches-flan:interact_block",
"appliedenergistics2:nether_quartz_wrench-flan:interact_block",
"appliedenergistics2:certus_quartz_wrench-flan:interact_block"
],
"dropTicks": 6000,
"inactivityTimeDays": -1,
"inactivityBlocksMax": 2000,
"deletePlayerFile": false,
"bannedDeletionTime": 30,
"offlineProtectActivation": -1,
"dynmapIntegration": false,
"bluemapIntegration": false,
"enableLogs": false,
"defaultGroups": {
"Visitor": {
"flan:door": true,
"flan:button_lever": true,
"flan:pressure_plate": true,
"flan:enchantment": true,
"flan:trapdoor": true,
"flan:fence_gate": true,
"flan:portal": true,
"flan:enderchest": true,
"flan:bed": true,
"flan:itemframe_rotate": true,
"flan:trading": true
},
"Co-Owner": {
"flan:armorstand": true,
"flan:enderman": true,
"flan:sculk": true,
"flan:snow_golem": true,
"flan:break": true,
"flan:hurt_player": true,
"flan:pickup": true,
"flan:lightning": true,
"flan:enderchest": true,
"flan:can_stay": true,
"flan:portal": true,
"flan:hurt_animal": true,
"flan:explosions": true,
"flan:fake_player": true,
"flan:endcrystal_place": true,
"flan:drop": true,
"flan:claim_message": true,
"flan:teleport": true,
"flan:interact_sign": true,
"flan:fence_gate": true,
"flan:chorus_fruit": true,
"flan:xp": true,
"flan:hurt_named": true,
"flan:animal_interact": true,
"flan:enchantment": true,
"flan:no_hunger": true,
"flan:interact_block": true,
"flan:wither": true,
"flan:bed": true,
"flan:trading": true,
"flan:create_contraption": true,
"flan:archeology": true,
"flan:edit_claim": true,
"flan:projectiles": true,
"flan:button_lever": true,
"flan:edit_perms": true,
"flan:open_container": true,
"flan:boat": true,
"flan:lectern_take": true,
"flan:water_border": true,
"flan:pressure_plate": true,
"flan:noteblock": true,
"flan:place": true,
"flan:trample": true,
"flan:wind_charge": true,
"flan:ender_pearl": true,
"flan:flight": true,
"flan:edit_potions": true,
"flan:target_block": true,
"flan:break_non_living": true,
"flan:fire_spread": true,
"flan:anvil": true,
"flan:vehicle_pass": true,
"flan:door": true,
"flan:disable_monster_spawn": true,
"flan:may_flight": true,
"flan:jukebox": true,
"flan:disable_mob_spawn": true,
"flan:player_mob_spawn": true,
"flan:minecart": true,
"flan:raid": true,
"flan:piston_border": true,
"flan:beacon": true,
"flan:trapdoor": true,
"flan:lock_items": true,
"flan:redstone": true,
"flan:bucket": true,
"flan:itemframe_rotate": true
}
},
"globalDefaultPerms": {
"*": {
"flan:disable_monster_spawn": "ALLFALSE",
"flan:edit_potions": "ALLFALSE",
"flan:flight": "ALLTRUE",
"flan:lock_items": "ALLTRUE",
"flan:may_flight": "ALLFALSE",
"flan:no_hunger": "ALLFALSE",
"flan:teleport": "ALLFALSE"
}
}
}