An open API service indexing awesome lists of open source software.

https://github.com/squigglesdev/rocketspleef

A configurable server-side mod that brings back the Tumble functionality of rockets from Legacy Console Edition.
https://github.com/squigglesdev/rocketspleef

Last synced: about 2 months ago
JSON representation

A configurable server-side mod that brings back the Tumble functionality of rockets from Legacy Console Edition.

Awesome Lists containing this project

README

        

# ![Rocket Spleef](https://cdn.modrinth.com/data/cached_images/bd4ae5602fffc28590dbca7771ebf5a5f345abe5.png)
A configurable server-side mod that brings back the Tumble functionality of rockets from Legacy Console Edition.


Modrinth
     
Fabric API

## Features

### Configurable block destroy list

Server admins can, using the `/rocket` command, specify a list of blocks that can be destroyed by rockets:
```mcfunction
rocket add stone
```
```
>> Added block stone to breakable list
```

```mcfunction
rocket remove stone
```
```
>> Removed block stone from breakable list
```

```mcfunction
rocket list
```
```
>> The current breakable blocks are: stone, grass_block, ice
```

### Ignite TNT

Server admins can also specify if rockets ignite TNT, similar to the Legacy Console Edition minigame:

```mcfunction
rocket ignitesTNT true
```
```
>> RocketsIgniteTNT set to true
```

```mcfunction
rocket ignitesTNT false
```
```
>> RocketsIgniteTNT set to false
```

### Hurt Players

Rockets now deal a small amount of damage and knockback to players, similar to the Legacy Console Edition minigame.

## Other Projects

Like RocketSpleef? Consider checking out my other Tumble mechanic port, [SnowballSpleef](https://github.com/squigglesdev/SnowballSpleef/)