BlockBall

BlockBall is a spigot plugin to play soccer games in Minecraft.

Лицензия

Лицензия

Группа

Группа

com.github.shynixn.blockball
Идентификатор

Идентификатор

blockball-sponge-plugin
Последняя версия

Последняя версия

6.22.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

BlockBall
BlockBall is a spigot plugin to play soccer games in Minecraft.
Ссылка на сайт

Ссылка на сайт

https://github.com/Shynixn/BlockBall

Скачать blockball-sponge-plugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.shynixn.blockball/blockball-sponge-plugin/ -->
<dependency>
    <groupId>com.github.shynixn.blockball</groupId>
    <artifactId>blockball-sponge-plugin</artifactId>
    <version>6.22.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.blockball/blockball-sponge-plugin/
implementation 'com.github.shynixn.blockball:blockball-sponge-plugin:6.22.1'
// https://jarcasting.com/artifacts/com.github.shynixn.blockball/blockball-sponge-plugin/
implementation ("com.github.shynixn.blockball:blockball-sponge-plugin:6.22.1")
'com.github.shynixn.blockball:blockball-sponge-plugin:jar:6.22.1'
<dependency org="com.github.shynixn.blockball" name="blockball-sponge-plugin" rev="6.22.1">
  <artifact name="blockball-sponge-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.blockball', module='blockball-sponge-plugin', version='6.22.1')
)
libraryDependencies += "com.github.shynixn.blockball" % "blockball-sponge-plugin" % "6.22.1"
[com.github.shynixn.blockball/blockball-sponge-plugin "6.22.1"]

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72
com.github.shynixn.blockball : blockball-api jar 6.22.1
com.github.shynixn.blockball : blockball-sponge-api jar 6.22.1
com.github.shynixn.blockball : blockball-core jar 6.22.1

Модули Проекта

Данный проект не имеет модулей.

BlockBall Build Status GitHub license

branch status coverage version download
master Build Status Coverage GitHub license Download latest release
development Build Status Coverage GitHub license Download snapshots

Description

BlockBall is a spigot plugin to play soccer games in Minecraft.

Features

  • Uses blocks as balls in minecraft
  • Games are completely customizable
  • Version support 1.8.R3 - 1.16.R3
  • Check out the BlockBall-Spigot-Page to get more information.

Installation

Screenshots

alt tag alt tag

Contributing

  • Clone the repository to your local environment
  • Install Java 8 (later versions are not supported by the downloadDependencies and setupDecompWorkspace 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

(If the downloadDependencies task fails for some reason, you can manually download BuildTools.jar and execute the commands on this page. You do not have to execute mvn install:install-file -Dfile=Vault.jar.

  • 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

Docker (Optional)

  • You can also use the provided Dockerfile to launch a container with a pre configured server and plugin.

Licence

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.

Версии библиотеки

Версия
6.22.1
6.22.0
6.21.0
6.20.1
6.20.0
6.19.0
6.18.0
6.17.0
6.16.0
6.15.0
6.14.0
6.13.0