BungeesignMinigameLib

Simple spigot plugin to receive server data from a bungeecord network and link minigame-server together.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BungeesignMinigameLib
Simple spigot plugin to receive server data from a bungeecord network and link minigame-server together.
Ссылка на сайт

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

https://github.com/Shynixn/BungeesignMinigameLib

Скачать bungeesignminigamelib

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

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

Зависимости

system (3)

Идентификатор библиотеки Тип Версия
net » minecraft19R1 jar 1.0
net » minecraft19R2 jar 1.0
net » minecraft110R1 jar 1.0

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

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

BungeesignMinigameLib

Build Status GitHub license

Description

Simple spigot plugin to receive server data from a bungeecord network and link minigame-server together.

Features

  • Let's players join other server in one bungeecord network by clicking signs.
  • Request status from every server in the network. (playeramount, maxplayeramount, stage)
  • Version support 1.8.R1 - 1.10.R1
  • Fast async network calls.
  • Lightweight

Installation

  • Download the source code and copy it into your own projects.
  • Download the BungeesignMinigameLib.jar and put it into your plugin folder and use it as library in your own projects.
  • If you are using maven you can add it from the central maven repository.

Maven

<dependency>
     <groupId>com.github.shynixn</groupId>
     <artifactId>bungeesignminigamelib</artifactId>
     <version>1.0</version>
</dependency>

How to use the it


Licence

The source code is licensed under the MIT license.

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

Версия
1.0