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.
- Host: GitHub
- URL: https://github.com/squigglesdev/rocketspleef
- Owner: squigglesdev
- License: mit
- Created: 2024-06-05T19:07:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:23:28.000Z (11 months ago)
- Last Synced: 2025-01-21T21:46:33.925Z (3 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
A configurable server-side mod that brings back the Tumble functionality of rockets from Legacy Console Edition.## 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/)