An open API service indexing awesome lists of open source software.

https://github.com/pequla/limitbypass

Permission based Spigot plugin that enables you to bypass server slot limit
https://github.com/pequla/limitbypass

java java-8 minecraft minecraft-plugin minecraft-server spigot spigot-plugin

Last synced: 28 days ago
JSON representation

Permission based Spigot plugin that enables you to bypass server slot limit

Awesome Lists containing this project

README

          

# LimitBypass - Spigot plugin
This plugin enables bypassing server limit when it's full, its permission based meaning you will require some kind of Permission Menagement plugin! This plugin required Java 8 or later runtime installed on your server!
## Installation
Navigate to the [download page](https://github.com/Pequla/LimitBypass/releases/latest) and download the jar file, put it in your plugins forlder and then restart or reload (this plugin is optimised for server reloads but other plugins on your server may brake) the server.
## Customisations
In order to use this plugin you need to assign the flowing permission in order to allow certain groups or individuals to bypass the server slot limit:
- `limitbypass.bypass` - Allows player limit bypass
## Libraries
This project uses the:
- [SPIGOT API](https://hub.spigotmc.org/stash/projects/SPIGOT) - Contains both open source code and closed source code owned by Mojang Studios (all of this code is only included in the distributable jar found in the releases tab of this project)
## License
This project uses the MIT Licence, please take a look at [project license file](https://github.com/Pequla/LimitBypass/blob/main/LICENSE) for more information!