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
Links
Tags
Creators
Details
Licensed Apache-2.0
Published last year
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


