Requires Vault

<aside> <img src="/icons/emoji-grinning_yellow.svg" alt="/icons/emoji-grinning_yellow.svg" width="40px" /> Join our Discord for support https://discord.gg/C5Wrps2qxr

</aside>

<aside> <img src="/icons/light-bulb_yellow.svg" alt="/icons/light-bulb_yellow.svg" width="40px" /> Our premium Epic Core plugin includes every feature of Weather Control plus Vote Sleep, Help Menu, Chat Bots, Player Perks, and a whole lot more.

</aside>

Steps


  1. Install Vault
  2. (Optional) Update config to customize plugin WeatherControl/weather.yml
  3. (Optional) Setup permissions
  4. Play and enjoy!

Command

<aside> <img src="/icons/looped-square_orange.svg" alt="/icons/looped-square_orange.svg" width="40px" /> /rain

</aside>

Sub Commands

<aside> <img src="/icons/looped-square_orange.svg" alt="/icons/looped-square_orange.svg" width="40px" /> Reload plug-in config (usually for devs) /weathercontrol reload

</aside>

Permissions

Config WeatherControl/weather.yml

#  ___       ___    _____     ____     ________   __    __    _____   ______
# (  (       )  )  / ___/    (    )   (___  ___) (  \  /  )  / ___/  (   __ \
#  \  \  _  /  /  ( (__      / /\ \       ) )     \ (__) /  ( (__     ) (__) )
#   \  \/ \/  /    ) __)    ( (__) )     ( (       ) __ (    ) __)   (    __/
#    )   _   (    ( (        )    (       ) )     ( (  ) )  ( (       ) \ \  _
#    \  ( )  /     \ \___   /  /\  \     ( (       ) )( (    \ \___  ( ( \ \_))
#     \_/ \_/       \____\ /__(  )__\    /__\     /_/  \_\    \____\  )_) \__/
#
#    ____     ____        __      _   ________   ______       ____     _____
#   / ___)   / __ \      /  \    / ) (___  ___) (   __ \     / __ \   (_   _)
#  / /      / /  \ \    / /\ \  / /      ) )     ) (__) )   / /  \ \    | |
# ( (      ( ()  () )   ) ) ) ) ) )     ( (     (    __/   ( ()  () )   | |
# ( (      ( ()  () )  ( ( ( ( ( (       ) )     ) \ \  _  ( ()  () )   | |   __
#  \ \___   \ \__/ /   / /  \ \/ /      ( (     ( ( \ \_))  \ \__/ /  __| |___) )
#   \____)   \____/   (_/    \__/       /__\     )_) \__/    \____/   \________/

allowedWorlds:
  - "world"

# Percentage of players needed to pass the weather vote
votePercentage: 50

# How much it costs to use /vote
# make it free with perm: sleep.cost.bypass
# 0 = Disabled
cost: 10

# Manage sunny skies
sunTime:
  # Max amount of time sun may occur (in seconds)
  maxTime: 8250

# Manage rain showers
rain:
  # Do you want to allow rain?
  allow: true
  # Max amount of time rain may occur (in seconds)
  maxTime: 8250

# Manager Thunder Storms
thunderStorm:
  # Do you want to allow Thunderstorms?
  allow: true
  # Chance of Thunderstorms (out of 100%)
  # Max = 100
  chance: 35
  # Super lightning destroys objects that it hits
  superLightning:
    # Chance of super lightning (0 = disabled)
    chance: 0.0D
    # Radius of blocks exploded when super lightning strikes
    explosionRadius: 3.0D

# Message presets
messages:
  prefix: "&8[/rain] ➤ "
  noperms: "&7You don't have permission to do that"
  notallowed: "&7This command is not allowed here"
  configReloaded: "&7Config files reloaded"

  # Economy messages
  charged: '&7You were charged &6%cost%'
  broke: '&7You cannot afford to do that'

  # Weather messages
  rainOnly: "&7You can only use this during rain"
  rainBegins: "&7A storm is here. We need &6%votes% &9/rain &7votes to skip."

  # Skipping messages
  rainSkip: "&7Skies are starting to clear..."
  rainSkipStill: "&7Already skipping the rain..."

  # Vote propaganda
  votesNeeded: "&7We need &6%votes% &9/rain &7votes to skip the rain"
  voteOnce: "&7You can only &9/rain &7vote once"
  voteGod: "&7A divine power skipped the rain"