Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 2 months ago
Updated 2 months ago
Block Freeze & Fade Control Plugin
This versatile Minecraft plugin provides fine-grained control over specific block behaviors, preventing unwanted changes like fading or melting.
It extends the functionality of the PreventSnowMelting plugin—expanding support to ice and more—all using dynamic namespaced keys.
Features
- Snow Stability: Prevent snow from melting when near a light source.
- Ice Stability: Stop ice from melting due to light.
- Fire Persistence: Keep fire burning without destroying the fuel block.
- Coral Preservation: Prevent live coral from fading to dead coral when water is scarce.
- Turtle Egg Safety: Protect turtle eggs from premature bursting when a turtle hatches.
Highlights
- Fully Configurable: Easily toggle features on or off to suit your server's needs.
- Modern Compatibility: Works seamlessly with any current server cores.
- Expanded Functionality: Originally a fork of PreventSnowMelting, the plugin now supports multiple block types using namespaced keys for improved flexibility.
Take command of your server environment with precision—ensure blocks retain their desired states under specific conditions!
Commands
/antiblockfade <true|false> - Enables/disables the plugin.
Configuration
# if plugin enabled or not
enabled: true
# namespaced keys of blocks that should not fade (or melt)
blocks-prevented-from-fading:
- "minecraft:snow"
- "minecraft:ice"
# Localization
messages:
plugin-enabled: "&aBlock fade prevention enabled!"
plugin-disabled: "&cBlock fade prevention disabled!"
usage: "&eUsage: /antiblockfade <true|false>"
# Don't touch this field.
config-version: 1