Skip to content

Instantly share code, notes, and snippets.

@Scabista
Created November 25, 2018 00:44
Show Gist options
  • Save Scabista/f8a358a5a306dea8c401b5bab6412f12 to your computer and use it in GitHub Desktop.
Save Scabista/f8a358a5a306dea8c401b5bab6412f12 to your computer and use it in GitHub Desktop.
OLD_CONFIG
###########################################
# ------------ Main features ------------ #
###########################################
### Various options
Damage Radius: 3.0
Only TNT: false
### Send block health if 100% health.
Always Send Health: true
### How effective explosions damage inside water/lava.
### Damage is multiplied with this if inside a liquid.
Liquid Multiplier: 0.0
### When to send block health message.
Check:
Item: 'POTATO_ITEM'
Type: 'RIGHT_CLICK_BLOCK'
### Messages which can be translated.
Message:
Block health: '&9Block health: &c<percent>% hp'
### How much health the blowable blocks has.
### You can also add more blocks here :)
Blowable Blocks Health:
BEDROCK: 60.0
iron_block: 30.0
acacia_door: 15.0
ACACIA_TRAPDOOR: 15.0
BIRCH_DOOR: 15.0
DARK_OAK_DOOR: 15.0 DARK_OAK_TRAPDOOR: 15.0
ACACIA_FENCE: 3.0
ACACIA_FENCE_GATE: 3.0
ACACIA_LOG: 3.0
ACACIA_PLANKS: 3.0
ACACIA_PRESSURE_PLATE: 3.0
ACACIA_SLAB: 3.0
ACACIA_STAIRS: 3.0
ACACIA_WOOD: 3.0
ANDESITE: 3.0
BEACON: 3.0
BIRCH_FENCE: 3.0
BIRCH_FENCE_GATE: 3.0
BIRCH_LOG: 3.0
BIRCH_PLANKS: 3.0
BIRCH_PRESSURE_PLATE: 3.0
BIRCH_SLAB: 3.0
BIRCH_STAIRS: 3.0
BIRCH_TRAPDOOR: 3.0
BIRCH_WOOD: 3.0
BLACK_CONCRETE: 3.0
BLACK_GLAZED_TERRACOTTA: 3.0
BLACK_TERRACOTTA: 3.0
BLACK_WOOL: 3.0
BLUE_CONCRETE: 3.0
BLUE_GLAZED_TERRACOTTA: 3.0
BLUE_TERRACOTTA: 3.0
BLUE_WOOL: 3.0
BONE_BLOCK: 3.0
BOOKSHELF: 3.0
BRICK_SLAB: 3.0
BRICK_STAIRS: 3.0
BRICKS: 3.0
BROWN_CONCRETE: 3.0
BROWN_GLAZED_TERRACOTTA: 3.0
BROWN_TERRACOTTA: 3.0
BROWN_WOOL: 3.0
CLAY: 3.0
COAL_BLOCK: 3.0
COBBLESTONE: 3.0
COBBLESTONE_SLAB: 3.0
COBBLESTONE_STAIRS: 3.0
COBBLESTONE_WALL: 3.0
CRACKED_STONE_BRICKS: 3.0
CRAFTING_TABLE: 3.0
CUT_SANDSTONE: 3.0
CYAN_CONCRETE: 3.0
CYAN_GLAZED_TERRACOTTA: 3.0
CYAN_TERRACOTTA: 3.0
CYAN_WOOL: 3.0
DARK_OAK_FENCE: 3.0
DARK_OAK_FENCE_GATE: 3.0
DARK_OAK_LOG: 3.0
DARK_OAK_PLANKS: 3.0
DARK_OAK_PRESSURE_PLATE: 3.0
DARK_OAK_SLAB: 3.0
DARK_OAK_STAIRS: 3.0
DARK_OAK_WOOD: 3.0
DARK_PRISMARINE: 3.0
DIORITE: 3.0
# List of blocks here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
### Protect bedrock below chosen Y level ###
Bedrock protection: 2
# This applies only to normal world types.
# Nether has an override at Y 127 :)
###########################################
# ------------ Other features ----------- #
###########################################
### Make falling blocks land on various types of blocks.
Falling Blocks Land:
Enabled: true
Upon Blocks:
- enchantment_table
- bed_block
- chest
- trapped_chest
- ender_chest
- sand
# List of blocks here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
### Let falling blocks stack upon the void.
### This may be useful to make raidable factions in The End.
Void Stacking: true
### Tired of stacking just a few sand blocks at a time?
### Makes it easier to stack multiple blocks at once.
Better Stacking: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment