branch | status | coverage | version | download |
---|---|---|---|---|
master | Download latest release | |||
development | Download snapshots |
BlockBall is a spigot plugin to play soccer games in Minecraft.
- Uses blocks as balls in minecraft
- Games are completely customizable
- Version support 1.8.R3 - 1.16.R2
- Check out the BlockBall-Spigot-Page to get more information.
- Please check out the BlockBall Documentation for further information.
- Clone the repository to your local environment
- Install Java 8 (later versions are not supported by the
downloadDependencies
andsetupDecompWorkspace
task) - Install Apache Maven
- Make sure
java
points to a Java 8 installation (java -version
) - Make sure
$JAVA_HOME
points to a Java 8 installation - Make sure
mvn
points to a Maven installation (mvn --version
) - Execute gradle sync for dependencies
- Install the additional spigot dependencies by executing the following gradle task (this task can take a very long time)
[./gradlew|gradlew.bat] downloadDependencies
- Install the ForgeGradle development workspace for sponge
[./gradlew|gradlew.bat] setupDecompWorkspace
- Build the plugin by executing
[./gradlew|gradlew.bat] shadowJar
- The .jar file gets generated at
blockball-bukkit-plugin/build/libs/blockball-bukkit-plugin.jar
- You can also use the provided
Dockerfile
to launch a container with a pre configured server and plugin.
Copyright 2015-2020 Shynixn
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.