ImmutableWeather Minecraft Plugin
Overview
ImmutableWeather is a powerful and easy-to-use Minecraft plugin designed to give server administrators full control over the weather and time cycles on their server. With highly configurable options, you can create a consistent and predictable environment for your players.
This plugin allows you to disable rain, lock the server time to a specific point (like permanent noon), and completely disable the weather cycle, preventing any weather changes from occurring naturally.
Features
- Disable Rain: Prevent rain from falling on your server. This can be configured globally or on a per-world basis.
- Time Freeze: Lock the in-game time to a specific value. The default is set to noon (6000 ticks) to ensure your server is always bright.
- Disable Weather Cycle: Stop the natural weather cycle, ensuring the weather remains clear unless changed by an administrator.
- Highly Configurable: All features can be easily enabled or disabled through the `config.yml` file.
- Lightweight: The plugin is optimized for performance and will not cause any lag on your server.
Configuration
The `config.yml` file allows you to customize the plugin to your needs:
Code (Text):
# --------------------------------------------------
# ImmutableWeather Configuration
# --------------------------------------------------
# Settings for weather control
weather:
# Disable the natural weather cycle.
# If true, weather will not change unless forced by a command.
disable-cycle: true
# Worlds where rain should be disabled.
# Add the name of the worlds where you want to prevent rain.
# Example: ["world", "world_nether"]
disabled-rain-worlds:
- "world"
# Settings for time control
time:
# Freeze the time to a specific value.
# If true, the time will be locked to the 'frozen-time' value.
freeze-time: true
# The time in ticks to which the server time will be frozen.
# 0 = sunrise, 6000 = noon, 12000 = sunset, 18000 = midnight.
frozen-time: 6000
# The world where the time will be frozen.
# You can specify a single world name here.
# Example: "world"
world: "world"
How to Use
- Install the plugin by placing the `.jar` file into your server's `plugins` folder.
- Start or restart your server.
- Modify the `config.yml` file in the `plugins/ImmutableWeather` folder to your liking.
- Restart the server or use a plugin manager to reload the configuration.
Enjoy a server with perfect weather and time, just the way you want it!