init
This commit is contained in:
Binary file not shown.
9
build/resources/main/config.yml
Normal file
9
build/resources/main/config.yml
Normal 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
|
4
build/resources/main/paper-plugin.yml
Normal file
4
build/resources/main/paper-plugin.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: RocketJumping
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: org.twipnetwork.rocketJumping.RocketJumping
|
||||
api-version: '1.21'
|
Binary file not shown.
BIN
build/tmp/compileJava/previous-compilation-data.bin
Normal file
BIN
build/tmp/compileJava/previous-compilation-data.bin
Normal file
Binary file not shown.
2
build/tmp/jar/MANIFEST.MF
Normal file
2
build/tmp/jar/MANIFEST.MF
Normal file
@@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Reference in New Issue
Block a user