BungeesignMinigameLib

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

License

License

GroupId

GroupId

com.github.shynixn
ArtifactId

ArtifactId

bungeesignminigamelib
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/Shynixn/BungeesignMinigameLib

Download bungeesignminigamelib

How to add to project

<!-- 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"]

Dependencies

system (3)

Group / Artifact Type Version
net » minecraft19R1 jar 1.0
net » minecraft19R2 jar 1.0
net » minecraft110R1 jar 1.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0