Snowball Spleef
Snowball Spleef
A highly configurable server-side mod that revives the block-breaking functionality of snowballs from Minecraft's Legacy Console Edition.
Main Features
Customizable Block Destruction List
Server administrators can easily configure which specific blocks will break upon snowball impact using the dedicated /snowball command:
/snowball add stone
>> Added block stone to breakable list
/snowball remove stone
>> Removed block stone from breakable list
/snowball list
>> Current breakable blocks: stone, grass_block, ice
TNT Ignition
Just like in the original console minigame, administrators can enable or disable TNT ignition by snowballs:
/snowball ignitesTNT true
>> SnowballsIgniteTNT set to true
/snowball ignitesTNT false
>> SnowballsIgniteTNT set to false
Player Damage
There's also an option to inflict minor damage and knockback on players hit by snowballs:
/snowball damagePlayers true
>> SnowballsDamagePlayers set to true
/snowball damagePlayers false
>> SnowballsDamagePlayers set to false