Skip to content

Instantly share code, notes, and snippets.

@Scabista
Created January 3, 2019 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scabista/fb93250c092ff4c3680d5f72c266d15f to your computer and use it in GitHub Desktop.
Save Scabista/fb93250c092ff4c3680d5f72c266d15f to your computer and use it in GitHub Desktop.
###########################################
# ------------ 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: 1.0
### When to send block health message.
Check:
Item: 'FEATHER'
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:
obsidian: 10.0
iron_block: 25.0
trap_door: 25.0
iron_trapdoor: 25.0
iron_door: 50.0
bedrock: 50
enchantment_table: 4.0
anvil: 4.0
glowstone: 4.0
ender_chest: 4.0
stone: 4.0
wood: 4.0
stained_clay: 4.0
log: 4.0
cobblestone: 4.0
lapis_block: 4.0
sandstone: 4.0
note_block: 4.0
wool: 4.0
gold_block: 4.0
brick: 4.0
smooth_brick: 4.0
concrete: 4.0
diamond_block: 4.0
mossy_cobblestone: 4.0
bookshelf: 4.0
step: 4.0
wood_stairs: 4.0
cobblestone_stairs: 4.0
brick_stairs: 4.0
nether_brick_stairs: 4.0
sandstone_stairs: 4.0
spruce_wood_stairs: 4.0
oak_wood_stairs: 4.0
jungle_wood_stairs: 4.0
dark_oak_wood_stairs: 4.0
quartz_stairs: 4.0
acacia_wood_stairs: 4.0
red_sandstone_stairs: 4.0
purpur_stairs: 4.0
chest: 4.0
quartz_block: 4.0
glass: 4.0
dispenser: 4.0
ice: 4.0
clay: 4.0
bone_block: 4.0
magma: 4.0
red_nether_brick: 4.0
hard_clay: 4.0
nether_wart_block: 4.0
stained_glass: 4.0
end_bricks: 4.0
ender_stone: 4.0
purpur_block: 4.0
nether_brick: 4.0
red_sandstone: 4.0
coal_block: 4.0
prismarine: 4.0
emerald_block: 4.0
sea_lantern: 4.0
quartz_ore: 4.0
hay_block: 4.0
# List of blocks here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
###########################################
# ------------ 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: false
### Don't touch this
Config Version: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment