Skip to content

Instantly share code, notes, and snippets.

@Scabista
Created November 25, 2018 00:44
Show Gist options
  • Save Scabista/f80dc6d5146dc221c03d2b3d509abb94 to your computer and use it in GitHub Desktop.
Save Scabista/f80dc6d5146dc221c03d2b3d509abb94 to your computer and use it in GitHub Desktop.
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:
obsidian: 5.0
enchantment_table: 5.0
anvil: 5.0
ender_chest: 5.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
### Don't touch this
Config Version: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment