Snowball Spleef
ModMIT

Snowball Spleef

Configurable server-side mod that reinstates the Tumble functionality of snowballs from Legacy Console Edition.

409
Downloads
3
Followers
5 months ago
Updated
📦
6
Versions

📖About Snowball Spleef

Snowball Spleef

Configurable server-side mod that reinstates the Tumble functionality of snowballs from Legacy Console Edition.

Fabric API
     
Fabric API

Features

Configurable block destroy list

Server admins can, using the /snowball command, specify a list of blocks that can be destroyed by snowballs:

/snowball add stone

>> Added block stone to breakable list
/snowball remove stone

>> Removed block stone from breakable list
/snowball list

>> The current breakable blocks are: stone, grass_block, ice

Ignite TNT

Server admins can also specify if snowballs ignite TNT, similar to the original minigame:

/snowball ignitesTNT true

>> SnowballsIgniteTNT set to true
/snowball ignitesTNT false

>> SnowballsIgniteTNT set to false

Hurt Players

Server admins can also specify if snowballs deal a small amount of damage and knockback to players:

/snowball damagePlayers true

>> SnowballsDamagePlayers set to true
/snowball damagePlayers false

>> SnowballsDamagePlayers set to false