This commit is contained in:
2024-07-25 14:11:44 +02:00
commit 582fbafa53
41 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# config.yml
# boostPower sets how powerful the rocket boost is (default: 4.0)
boostPower: 4.0
# damageShooter defines whether the shooter gets damages by their own fireworks (default: false)
damageShooter: false
# damageOthers defines whether other people (excluding the shooter) get damaged (default: true)
damageOthers: true

View File

@@ -0,0 +1,4 @@
name: RocketJumping
version: '1.0-SNAPSHOT'
main: org.twipnetwork.rocketJumping.RocketJumping
api-version: '1.21'

Binary file not shown.

View File

@@ -0,0 +1,2 @@
Manifest-Version: 1.0