HomeJavaModsEmoWeather
EmoWeather
EmoWeather — screenshot 1EmoWeather — screenshot 2EmoWeather — screenshot 3

🌦️ EmoWeather

EmoWeather is a Minecraft plugin that synchronizes the server's weather with the collective mood of its players.
Each player can vote for how they feel, and every X minutes, the server changes the weather to reflect the most voted mood.

💻 Source: https://github.com/theo-huret/EmoWeather


🎮 Features


🌤️ Mood Effects

Mood Weather Effect
happy ☀️ Clear weather
sad 🌧️ Rain
angry ⛈️ Thunderstorm

⚙️ Configuration (config.yml)

interval: 36000  # Weather cycle in ticks (1 sec = 20 ticks, 30 min = 36000)

moods:
  happy: true
  sad: true
  angry: true

🧾 Commands

Command Description
/mood <mood> Set your current mood
/moodgui Open the mood selection interface
/moodlist List all enabled moods

📦 Installation

  1. Download the compiled .jar file.
  2. Place it inside your server’s plugins/ folder.
  3. Start or restart the server.
  4. Edit plugins/EmoWeather/config.yml to configure moods and interval.

🛠️ Development Structure

com.emoweather
├── command           # /mood, /moodgui, /moodlist commands
├── config            # Config handling
├── gui               # Mood GUI & listener
├── model             # Mood enum
├── service           # MoodService: vote logic
├── task              # MoodScheduler: periodic weather updates

📌 Requirements


💡 Roadmap Ideas


👤 Author

Created by Théo Huret
Feel free to contribute or suggest improvements!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more