Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
BridgeSPG
PluginMIT

BridgeSPG

Lightweight plugin to update RealisticPlantGrowth's configuration with the current season in RealisticSeasons

82
Downloads
2
Followers
1 years ago
Updated
📦
2
Versions
game-mechanicspaper
Download Latestv2.0.0View on Modrinth

📖About BridgeSPG

BridgeSPG

BridgeSPG is a lightweight plugin that, using PlaceholderAPI, changes Realistic Plant Growth's configuration on start-up; based on RealisticSeasons' current season. It only takes effect after a restart, though.

Configuration

Example Config
world: "world"
filepaths:
  growth: "plugins/RealisticPlantGrowth/GrowthModifiers.yml" # Relative to the root directory of the Minecraft server
  test: "plugins/TestPlugin/config.yml" # Example of a second plugin configuration

default:
  growth: "seasons/default.yml" # Relative to the BridgeSPG data folder
  test: "seasons/default_test.yml"

seasons:
  Fall:
    - weight: 1
      files:
        growth: "seasons/fall/default.yml"
        test: "seasons/fall/test.yml"
  Winter:
    - weight: 1
      files:
        growth: "seasons/winter/default.yml"
        test: "seasons/winter/test.yml"
    - weight: 1
      files:
        growth: "seasons/winter/cropfailure.yml"
        test: "seasons/winter/test_failure.yml"
  Spring:
    - weight: 1
      files:
        growth: "seasons/fall/default.yml"
        test: "seasons/spring/test.yml"
  Summer:
    - weight: 5
      files:
        growth: "seasons/summer/default.yml"
        test: "seasons/summer/test.yml"
    - weight: 4
      files:
        growth: "seasons/summer/heatwave.yml"
        test: "seasons/summer/test_heatwave.yml"

Per season, you can set it to choose between a list of files with "weights"/biases. It only updates the plugin configurations once each season though.
These configurations are tied to eachother per set, and not including one will make it go to the global "default"

Dependencies

This plugin only requires PlaceholderAPI and RealisticSeasons to work.

👥 Team & Contributors

sapero
saperoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.21.11.21.21.21.31.21.41.21.5

🔗 Links

Modrinth Page