https://github.com/wasasquatch/rocketpropelledminecarts
Use Firework Rocket to boost your Minecart!
https://github.com/wasasquatch/rocketpropelledminecarts
Last synced: 6 months ago
JSON representation
Use Firework Rocket to boost your Minecart!
- Host: GitHub
- URL: https://github.com/wasasquatch/rocketpropelledminecarts
- Owner: WASasquatch
- License: gpl-3.0
- Created: 2017-03-07T00:58:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:25:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T14:58:48.373Z (over 1 year ago)
- Language: Java
- Size: 71.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket Propelled Minecarts v0.0.2
Use firework rockets to boost your minecart!
**Spigot** Version 1.11
**Developers** WASasquatch, Drkmaster83
### Commands
- **rpmdebug** Enabled/Disabled RPM Debug from console
### Example Configuration
Currently the configuration file is very simple. Simple fine tune the settings as you see fit, or use the example config.
```YAML
# Rocket Propelled Minecarts
# By WASasquatch and Drkmaster83
# Rocket Boost Multiplier [Default: 2]
boost-factor: 2
# Max Minecart Speed [Default: 0.6]
# Original Minecraft Default: 0.4
maximum-speed: 0.6
# No Permission to Boost
no-permissions: "You do not have permission to Rocket Boost!"
```