https://github.com/dlsf/pluginworldlimiter
Lightweight Spigot plugin which is able to block certain plugin commands in specific worlds
https://github.com/dlsf/pluginworldlimiter
minecraft spigot spigot-plugin
Last synced: 9 months ago
JSON representation
Lightweight Spigot plugin which is able to block certain plugin commands in specific worlds
- Host: GitHub
- URL: https://github.com/dlsf/pluginworldlimiter
- Owner: dlsf
- Created: 2021-03-04T17:09:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T20:23:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T12:53:19.439Z (11 months ago)
- Topics: minecraft, spigot, spigot-plugin
- Language: Kotlin
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PluginWorldLimiter
Lightweight Spigot plugin which is able to block certain plugin commands in specific worlds.
## Usage
You can configure this plugin through a config.yml. Players with the permission `pwl.bypass` will be ignored.
```yaml
# The message which should be send when a command gets blocked
plugin-disabled-message: '&cSorry, but you can''t use this command here!'
# The name of the world for this configuration section
# You can add other ones in the same way
world:
# The plugins whose commands should not be executable in this world.
blocked-plugins:
- WeirdPlugin1
- WeirdPlugin2
# All commands starting with these will be executed
# even if they are blocked in the section above
allowed-commands:
- allowedcommand1
- allowedcommand2 test :)
```
## Download
You can download the plugin from [SpigotMC](https://www.spigotmc.org/resources/pluginworldlimiter.89759/) or the [releases page](https://github.com/dlsf/PluginWorldLimiter/releases).
## Building
1. `git clone https://github.com/dlsf/PluginWorldLimiter/`
2. `cd PluginWorldLimiter`
3. `./gradlew build` on Unix operating systems or `gradlew.bat build` on Windows
4. Locate the .jar file in the build/libs folder
## Contributing
Feel free to open new issues with feature requests or create your own pull requests.
## Contact
You can contact me on my [support Discord](https://discord.gg/E763gRg).