PluginConfigs/Jobs/restrictedBlocks.yml
Norbi Peti aafc93dafb
Start with clean configs for v6 and go from there
- Applied some changes to the defaults
- Changes since v5:
-- Don't write the plugin list (I should work on an offline solution for this, read the plugin.yml from the jars?)
-- Disabled daily restarts for now, not sure if we'll need it
-- Disabled member component (we don't have member permissions yet)
-- Disabled /spawn component
-- Disabled the GeneralEventBroadcasterModule to ensure compatibility
-- Homes aren't changed even though we don't have the groups for it yet
-- Default world changed to "world"
-- Towny taxes are now percentage-based by default
-- Changed minimum distances to 4 times the default
-- Enabled Towny in new worlds by default but disabled ability to claim it (Towny commands will still work)
-- Made Dynmap render in high resolution (well, not in very low resolution anyway, it still uses a low resolution renderer for the flat map and we don't have the others)
- Towny settings are otherwise the same (block size 8 instead of 16 and all upkeep settings)
- Missing plugins since v5 update: ButtonPresents, ButtonWebsiteModule, LimitedCreative, MythicMobs, Plot2Dynmap, PlotSquared, ProtocolLib, Factions
2023-02-04 21:15:57 +01:00

76 lines
1.6 KiB
YAML

# Block protected by timer in sec
# Category name can be any you like to be easily recognized
# id can be actual block id (use /jobs blockinfo to get correct id) or use block name
# By setting time to -1 will keep block protected until global cleanup, mainly used for structure blocks like diamond
# If you want to have default value for all blocks, enable GlobalBlockTimer in generalConfig file
blocksTimer:
OAK_SAPLING: 60
ACACIA_SAPLING: 60
BIRCH_SAPLING: 60
DARK_OAK_SAPLING: 60
JUNGLE_SAPLING: 60
OAK_LEAVES: 60
SPRUCE_LEAVES: 60
ACACIA_LEAVES: 60
BIRCH_LEAVES: 60
DARK_OAK_LEAVES: 60
JUNGLE_LEAVES: 60
GRASS: 60
TALL_GRASS: 60
GRASS_BLOCK: 60
DIRT_PATH: 60
SEAGRASS: 60
DEAD_BUSH: 60
RAIL: 60
POWERED_RAIL: 60
DETECTOR_RAIL: 60
ACTIVATOR_RAIL: 60
COBWEB: 60
DANDELION: 60
POPPY: 60
SUNFLOWER: 60
BROWN_MUSHROOM: 60
BROWN_MUSHROOM_BLOCK: 60
MUSHROOM_STEM: 60
RED_MUSHROOM: 60
RED_MUSHROOM_BLOCK: 60
TORCH: 60
REDSTONE_TORCH: 60
LADDER: 5
LIGHT_BLUE_CARPET: 60
LIGHT_GRAY_CARPET: 60
LIME_CARPET: 60
MAGENTA_CARPET: 60
ORANGE_CARPET: 60
PINK_CARPET: 60
BLACK_CARPET: 60
BLUE_CARPET: 60
BROWN_CARPET: 60
CYAN_CARPET: 60
GRAY_CARPET: 60
GREEN_CARPET: 60
OAK_BUTTON: 5
SPRUCE_BUTTON: 5
STONE_BUTTON: 60
ACACIA_BUTTON: 60
BIRCH_BUTTON: 60
DARK_OAK_BUTTON: 60
JUNGLE_BUTTON: 60
LEVER: 60
SNOW: 60
SNOW_BLOCK: 60
TRIPWIRE_HOOK: 60
REPEATER: 60
COMPARATOR: 60
LILY_PAD: 30
VINE: 30
WHEAT: 5
SUGAR_CANE: 30
CACTUS: 30
NETHER_WART: 60
PUMPKIN: 30
CARVED_PUMPKIN: 30
MELON: 30
DIAMOND_ORE: -1
DEEPSLATE_DIAMOND_ORE: -1