Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shynixn/bungeesignminigamelib
Simple spigot plugin to receive server data from a bungeecord network and link minigame-server together.
https://github.com/shynixn/bungeesignminigamelib
Last synced: 9 days ago
JSON representation
Simple spigot plugin to receive server data from a bungeecord network and link minigame-server together.
- Host: GitHub
- URL: https://github.com/shynixn/bungeesignminigamelib
- Owner: Shynixn
- License: mit
- Created: 2016-11-15T15:53:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T10:20:36.000Z (about 8 years ago)
- Last Synced: 2024-11-08T16:52:03.653Z (2 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BungeesignMinigameLib
[![Build Status](https://travis-ci.org/Shynixn/BungeesignMinigameLib.svg?branch=master)](https://travis-ci.org/Shynixn/BungeesignMinigameLib)
[![GitHub license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Shynixn/BungeesignMinigameLib/master/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](https://github.com/Shynixn/BungeesignMinigameLib/releases) 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
```xml
com.github.shynixn
bungeesignminigamelib
1.0```
## How to use the it
----
## Licence
The source code is licensed under the MIT license.