HomeJavaModsStormfront
Stormfront
Stormfront — screenshot 1

Stormfront

Stormfront is a weather plugin for Paper servers that replaces Minecraft's global vanilla weather system with dynamic, per-player weather cells. Each cell has its own position, radius, intensity, and type, meaning two players in the same world can experience completely different weather simultaneously!

Features

Requirements

Both stormfront-api and stormfront jars must be installed in your plugins/ folder.

Commands

All commands require the stormfront.admin permission.

Command Description
/stormfront spawn <type> [radius] [intensity] [duration] Spawns a weather cell at your location
/stormfront stop Removes all active weather cells
/stormfront list Lists all active weather cells with position and status

Spawn defaults: radius=50, intensity=1.0, duration=indefinite

Permissions

Permission Description Default
stormfront.admin Access to all /stormfront commands OP

Configuration

Generated at plugins/Stormfront/config.yml on first run.

# Enable or disable individual built-in weather types
types:
  rainfront: true
  thunderstorm: true
  miasma: true
  blizzard: true
  heatwave: true

API

Stormfront ships with a public API for registering custom weather types. Implement WeatherType, register it on enable, and it integrates with the existing cell system, scheduler, and commands automatically.

StormfrontAPI.get().getRegistry().register(new MyWeatherType());

Source and full documentation available on GitHub.

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