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
- Host: GitHub
- URL: https://github.com/pequla/limitbypass
- Owner: Pequla
- License: mit
- Created: 2020-11-30T09:14:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T09:33:18.000Z (over 5 years ago)
- Last Synced: 2025-03-14T18:36:00.937Z (over 1 year ago)
- Topics: java, java-8, minecraft, minecraft-plugin, minecraft-server, spigot, spigot-plugin
- Language: Java
- Homepage: https://pequla.com
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!