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
LifeCycle
PluginMIT

LifeCycle

A plugin that adds aging and trait system to Minecraft.

95
Downloads
1
Followers
1 years ago
Updated
📦
2
Versions
game-mechanicspaperpurpurspigot
Download Latestv1.0.1View on Modrinth

📖About LifeCycle

LifeCycle

A plugin that adds aging and trait system to Minecraft

⚠️ Disclaimer ⚠️

Plugin is still in beta stage and will possibly break, use it at your own risk!

Features

  • Age system and configurable age stages and aging interval/lifespan
  • Trait system
  • Family system (toggleable) (WIP - Not available yet)

Commands

  • /lifecycle (/life)
    • check [player?]
      • Check a player's age and their traits
      • Permission:
        • lifecycle.check.others (default: False)
        • lifecycle.check.self(default: True)
    • age [set/subtract/add] [player] [value]
      • Edits target player's age
      • Permission: lifecycle.age.[set/subtract/add] (default: False)
    • trait
      • list
        • List all avaiable traits
        • Permission: lifecycle.trait.list (default: True)
      • set [player] [trait] [slot]
        • Set a player's trait
        • ⚠️ [slot]: The current implementation will add the inputed trait to the highest avaiable slot in a player's life. For example: A player has 2 traits which are in slot 0 and slot 1 respectively. Attempting to add a trait to slot >=3 will result in the trait being added to slot 2 instead.
        • Permission: lifecycle.trait.set (default: False)

PlaceholderAPI

  • %lifecycle_player_age%
  • %lifecycle_player_trait_[index]%

Example configs

config.yml

lifecycle:
  # How often the plugin updates players' ages in ticks
  update-interval: 20
  # Lower values mean less data loss if server crashed
  backup-interval: 3000
  # How long it takes for a player to age by 1 year in ticks
  age-interval: 6000
  # Default lifespan (traits will add/subtract this number)
  lifespan: 50

age_stages.yml

age-stages:
  - name: Infancy
    age: 0
    earn_trait: FALSE
    effects:
      - type: POTION
        effect: SLOWNESS
        amplifier: 1
      - type: POTION
        effect: WEAKNESS
        amplifier: 1
      - type: POTION
        effect: MINING_FATIGUE
        amplifier: 0
      - type: ATTRIBUTE
        attribute: GENERIC_MAX_HEALTH
        value: -14.0
      - type: ATTRIBUTE
        attribute: GENERIC_SCALE
        value: -0.5

  - name: Early Childhood
    age: 2
    earn_trait: TRUE
    effects:
      - type: POTION
        effect: SLOWNESS
        amplifier: 1
      - type: POTION
        effect: WEAKNESS
        amplifier: 0
      - type: POTION
        effect: MINING_FATIGUE
        amplifier: 0
      - type: ATTRIBUTE
        attribute: GENERIC_MAX_HEALTH
        value: -10.0
      - type: ATTRIBUTE
        attribute: GENERIC_SCALE
        value: -0.45

  - name: Middle Childhood
    age: 6
    earn_trait: FALSE
    effects:
      - type: POTION
        effect: SLOWNESS
        amplifier: 0
      - type: POTION
        effect: WEAKNESS
        amplifier: 0
      - type: POTION
        effect: MINING_FATIGUE
        amplifier: 0
      - type: ATTRIBUTE
        attribute: GENERIC_MAX_HEALTH
        value: -10.0
      - type: ATTRIBUTE
        attribute: GENERIC_SCALE
        value: -0.4

👥 Team & Contributors

Solux
SoluxOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.211.21.1

🔗 Links

Modrinth Page