https://github.com/jely2002/antirain
A spigot plugin to stop rain on your server.
https://github.com/jely2002/antirain
java maven minecraft spigot-plugin
Last synced: 2 months ago
JSON representation
A spigot plugin to stop rain on your server.
- Host: GitHub
- URL: https://github.com/jely2002/antirain
- Owner: jely2002
- License: mit
- Created: 2020-03-09T10:15:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T14:31:08.000Z (almost 6 years ago)
- Last Synced: 2025-06-12T14:05:19.108Z (about 1 year ago)
- Topics: java, maven, minecraft, spigot-plugin
- Language: Java
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AntiRain
A spigot plugin to stop raining on your server. And also disable the weather command for players.
This plugin is compatible with all versions up to **1.16.2**
[SpigotMC page](https://www.spigotmc.org/resources/antirain.27224/)
### Commands
- */antirain reload*
- Reloads the config
- Permission: ar.admin
- */antirain version*
- Shows the version of the plugin
- Permission: ar.admin
### Permissions
- *ar.admin*
- Allows the player to use the reload & version commands
- *ar.override*
- Allows the player to still use weather commands when those are disabled
### Config
```yaml
#Add world names below to add them to the black-list (List of worlds where the plugin is disabled).
disabled-worlds:
- One world
- Another world
- The last world
#Set this to true to disable the /weather command
disable-weather-commands: false
#Set the message that is displayed when a player is denied the /weather command
disable-weather-message: '&4 This server has disabled the weather command'
# Config version, please do not touch this
config-version: 1
```