Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cactuspuppy/admit
Simple Spigot Plugin that adds a permission that grants administrators the ability to bypass the player limit.
https://github.com/cactuspuppy/admit
Last synced: about 2 months ago
JSON representation
Simple Spigot Plugin that adds a permission that grants administrators the ability to bypass the player limit.
- Host: GitHub
- URL: https://github.com/cactuspuppy/admit
- Owner: CactusPuppy
- License: mit
- Created: 2019-06-19T03:14:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T19:15:14.000Z (over 3 years ago)
- Last Synced: 2024-10-12T02:42:32.999Z (3 months ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# admit
A simple Spigot Plugin that adds a permission that grants administrators the ability to bypass the player limit.# Permissions
- `admit.bypass`: Allows holder to bypass player limit
- `admit.admin`: Allows access to the `/admit` command# Bypassing
This plugin adds a permission `admit.bypass` which tags all holders as being able to bypass the player limit in one of two ways:
- `NO_COUNT`: Players with the `admit.bypass` permission will not count toward the player total
- `OVERRIDE`: Players with this permission will count towards the player total, but will be able to join regardlessThe mode in use can be changed either in the `config.yml`
```yml
bypass-mode: no_count|override
```
or by running the command `/admit mode [mode]`# Enabling/Disabling
The entire plugin can be enabled and disabled through the `config.yml` file
```yml
enabled: true|false
```
or by running the command `/admit `# Reloading
If any changes are made to the `config.yml` file, they can be imported via `/admit reload`