https://github.com/itzispyder/explosionscontrol
Control the explosions in your Minecraft server! Configurations are separate for each world, custom worlds supporrted!
https://github.com/itzispyder/explosionscontrol
bukkit-plugin explosionscontrol server-utils spigot-plugin spigotmc
Last synced: 4 months ago
JSON representation
Control the explosions in your Minecraft server! Configurations are separate for each world, custom worlds supporrted!
- Host: GitHub
- URL: https://github.com/itzispyder/explosionscontrol
- Owner: ItziSpyder
- Created: 2022-09-25T00:42:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:44:27.000Z (11 months ago)
- Last Synced: 2025-08-15T23:50:19.959Z (4 months ago)
- Topics: bukkit-plugin, explosionscontrol, server-utils, spigot-plugin, spigotmc
- Language: Java
- Homepage: https://itzispyder.github.io/
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExplosionsControl
--------------------------------------------------------------------------
Control the explosions in your Minecraft server! Configurations are separate for each world, custom worlds supporrted!
## Commands
```yaml
commands:
updateworlds:
description: Update all world explosion configs
usage: /updateworlds
permission: exc.commands.updateworlds
configworld:
description: Config world explosion configs
usage: /configworld
permission: exc.commands.configworld
```
## Permissions
```yml
permissions:
exc.commands.updateworlds:
description: Command access
default: op
exc.commands.configworlds:
description: Command access
default: op
```