HomeJavaModsLifeCycle
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

Commands

PlaceholderAPI

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