⛺️ Real Life ❄️ (Realistic minecraft) ☘️ icon

⛺️ Real Life ❄️ (Realistic minecraft) ☘️ -----

Bring a real life experience to minecraft.



The Real Life plugin adds an immersive layer of realism to your gameplay, simulating real-world challenges and environmental conditions. With dynamic seasons, temperature effects, realistic crafting, and player survival mechanics, this plugin transforms the world into a living, breathing ecosystem where both the environment and player actions are deeply intertwined.

A test server will be available in later versions.
Comprehensive documentation and a wiki will be updated alongside new releases: https://docs.mipcraft.eu/real-life

Features:

The plugin already includes a comprehensive amount of world and player systems that make the gmae more realistic.
Here are some notable features:


Seasons System:

[​IMG]
Seasons change globally over time based on your configured speed,
affecting all players. You can customize the transition effects, season duration, and more.
See config.yml for details.


Weather System:
[​IMG]
Dynamic weather system that changes over time based on location.
You can adjust the chance of rain and other settings.
See config.yml for more details.

Temperature System:
The global temperature changes dynamically based on the season, weather, and time of day. These factors influence how warm or cold the environment feels. All settings can be adjusted in config.yml to suit your preferences.
[​IMG]
If it gets too cold, you’ll start freezing. To stay warm, wear appropriate clothing or move closer to heat sources.

[​IMG]
In extreme heat, you risk overheating. Wearing lighter clothing can help you cool down.

Nutrition System:

[​IMG]
A food system based on carbs, protein, fats, vitamins, and water. Each function can be enabled, disabled, and customized to your preference. Nutrition values for each consumable item can be configured, along with how quickly nutrition levels decrease over time.
See nutrition.yml for more details.

Vide:


Setup:
1. Get the plugin and put it in the plugins folder.
2. Start the server and let the plugin generate the folders.
3. Feel free to modify any settings in the configuration file as you see fit. Afterward, restart the server, and you'll be able to join with your new changes. You're done!

Coming up in next updates:
[​IMG]
In the next updates there will be more mechanics features such as:
- Crafting.
- Cooking (food).
- Forging.
- Tolls systems.

There will also be a lot of other player mechanics such as:
- Health system.
- Tiredness.
- Inventory weight.
- Player stats (upgradable/training).

There is a lot more planned but if you do have any recomendations do let me know on discord: https://discord.gg/2dcXEtP

Configurations:
Code (YAML):
# REAL LIFE
# CREATED BY ALANDIODA
# VERSION 1.1.0

# Weather
weather
:
   rain
:
      enabled
: true
      probability
: 0.2
   temperature
:
      enabled
: true
      # Min temperature in kelvin.
      min
: 250
      # Max temperature in kelvin.
      max
: 350
     
      # Minimum environment temperature.
      base_temperature
: 261.0
      # Winter daily variation.
      time_peak_min
: 6.0
      # Summer daily variation.
      time_peak_max
: 12.0
      # Max temperature in summer.
      seasonal_peak
: 30.0
      # Random daily variation ±3K.
      daily_variation_scale
: 3.0
      # Maximum temperature is calculated by adding base_temperature,
      # time_peak_max, seasonal_peak, and daily_variation_scale together.
      # 306 K which is 32.85°C
     
      # Elevation temperatures.
      elevation
:
        # Below this Y: fixed offset
         underground_y_level
: 60
         underground_temp_offset
: 5.0
          # Above this Y: linear cooling
         mountain_y_level
: 100
         mountain_temp_per_block
: -0.1
     
      display
:
        # CELSIUS, FAHRENHEIT
         unit
: CELSIUS
         cold_color_at
: 270.15
         hot_color_at
: 313.15
    # Season coniguration.
   seasons
:
      enabled
: true
      # Each season lasts 3 months.
      # Amount of days in a month (1 game year is 8 h).
      # 2 days per month | 2 * 3 = 6 days per season.
      # 6 * 4 = 24 days per year = 8 hours per year.
      days_in_month
: 2
      # Snow layers:
      snow_layers
:
         min
: 4
         max
: 12
      layers_variation
: 3
      # How many chunks away from player will be updated.
      max_chunk_distance_biome_update
: 12
      display
:
         enabled
: true
         colors
:
            spring
: 85f07f
            summer
: f5e342
            autumn
: f79c34
            winter
: add8e6
         emojis
:
            spring
: ''
            summer
: '☀'
            autumn
: ''
            winter
: '❄'
         show_season_duration_exp_bar
: true
    # Time coniguration.6
   time
:
      enabled
: true
      # One day and night length in seconds (20 min).
      day_duration
: 1200
      # Max day length in seconds (13 min).
      max_day
: 780
      # Min day length in seconds (10 min).
      min_day
: 600

display
:
   info_bar
:
      enabled
: true
      indicator
:
        # "▁▂▃▅▆▇", "|||||&f ||||&f| |||&f|| ||&f||| |&f|||| &f|||||"
         characters
: "&f||||||&f||||||&f||||||&f||||||&f||||||&f"
         number_of_characters
: 7
      show_body_temp
: true
      # <ind_carb> or <num_carb>
      display
: "<temp_color><temp_number>     #f26b49<ind_carb> #f2d349<ind_prot> #62f249<ind_vit> #49f2d9<ind_fat> #49bff2<ind_water>     <season_color><season_emoji> <season_number>"

temperature_blocks
:
   BLUE_ICE
: 240
   PACKED_ICE
: 250
   POWDER_SNOW
: 250
   SNOW_BLOCK
: 255
   ICE
: 260
   SNOW
: 270
   GLOWSTONE
: 300
   SOUL_TORCH
: 320
   SOUL_CAMPFIRE
: 380
   SOUL_LANTERN
: 390
   JACK_O_LANTERN
: 400
   LANTERN
: 430
   TORCH
: 450
   MAGMA_BLOCK
: 500
   FURNACE
: 560
   CAMPFIRE
: 600
   SMOKER
: 1000
   LAVA
: 1500

insulation_materials
:
   LEATHER_HELMET
: 0.1
   LEATHER_CHESTPLATE
: 0.7
   LEATHER_LEGGINGS
: 0.7
   LEATHER_BOOTS
: 0.3
   IRON_CHESTPLATE
: 0.2
   DIAMOND_CHESTPLATE
: 0.5

seasons
:
   spring
:
     - SNOWY_SLOPES
      - FOREST
      - JUNGLE
   summer
:
     - MUSHROOM_FIELDS
      - CHERRY_GROVE
      - DARK_FOREST
   autumn
:
     - MANGROVE_SWAMP
      - BADLANDS
      - DESERT
   winter
:
     - TAIGA
      - SNOWY_PLAINS
      - ICE_SPIKES
   

Code (YAML):
# REAL LIFE
# CREATED BY ALANDIODA
# VERSION 1.1.0
# NUTRITION

enabled
: true

# Base depletion rates (per second)
depletion_rates
:
   base
:
      carbohydrates
: 0.014
      proteins
: 0.0084
      vitamins
: 0.005
      fats
: 0.0067
      water
: 0.02
   multipliers
:
      sprinting
: 2.5
      swimming
: 1.8
      jumping
: 1.5
      hot_temperature
: 1.3
      cold_temperature
: 0.88

# Effect thresholds
thresholds
:
   temperatures
:
      hot
: 301.5
      cold
: 288.5
   water
:
      dehydration
: 20.0
      optimal
: 60.0
   nutrition
:
      starvation
: 10.0
      malnourished
: 30.0
      healthy
: 80.0

# Health effects
effects
:
   dehydration
:
  - SLOW 2
   - MINING_FATIGUE 5
   starvation
:
  - SLOWNESS 3
   - WEAKNESS 2
   overnutrition
:
  - SLOWNESS 1

# Food nutrition ranges 0 to 100.
foods
:
  # Fruits
   APPLE
:
      carbohydrates
: 15.0
      proteins
: 0.5
      vitamins
: 3.0
      fats
: 0.1
      water
: 5.0
 
   MELON_SLICE
:
      carbohydrates
: 8.0
      proteins
: 0.3
      vitamins
: 4.0
      fats
: 0.0
      water
: 9.0
 
   SWEET_BERRIES
:
      carbohydrates
: 5.0
      proteins
: 0.2
      vitamins
: 6.0
      fats
: 0.1
      water
: 3.0
 
   GLOW_BERRIES
:
      carbohydrates
: 6.0
      proteins
: 0.2
      vitamins
: 7.0
      fats
: 0.1
      water
: 3.0
 
   BEETROOT
:
      carbohydrates
: 10.0
      proteins
: 1.5
      vitamins
: 10.0
      fats
: 0.1
      water
: 5.0
 
    # Seaweed
   DRIED_KELP
:
      carbohydrates
: 5.0
      proteins
: 2.0
      vitamins
: 4.0
      fats
: 0.0
      water
: 1.0
 
    # Meats
   BEEF
:
      carbohydrates
: 0.0
      proteins
: 12.0
      vitamins
: 1.0
      fats
: 8.0
      water
: 3.0
 
   COOKED_BEEF
:
      carbohydrates
: 0.0
      proteins
: 20.0
      vitamins
: 2.0
      fats
: 12.0
      water
: 2.0
 
   CHICKEN
:
      carbohydrates
: 0.0
      proteins
: 10.0
      vitamins
: 1.0
      fats
: 5.0
      water
: 3.0
      poison_chance
: 30
 
   COOKED_CHICKEN
:
      carbohydrates
: 0.0
      proteins
: 18.0
      vitamins
: 2.0
      fats
: 7.0
      water
: 2.0
 
   PORKCHOP
:
      carbohydrates
: 0.0
      proteins
: 10.0
      vitamins
: 1.0
      fats
: 6.0
      water
: 3.0

   COOKED_PORKCHOP
:
      carbohydrates
: 0.0
      proteins
: 18.0
      vitamins
: 2.0
      fats
: 10.0
      water
: 2.0

   MUTTON
:
      carbohydrates
: 0.0
      proteins
: 9.0
      vitamins
: 1.0
      fats
: 7.0
      water
: 3.0

   COOKED_MUTTON
:
      carbohydrates
: 0.0
      proteins
: 17.0
      vitamins
: 2.0
      fats
: 10.0
      water
: 2.0

   RABBIT
:
      carbohydrates
: 0.0
      proteins
: 8.0
      vitamins
: 2.0
      fats
: 3.0
      water
: 4.0

   COOKED_RABBIT
:
      carbohydrates
: 0.0
      proteins
: 14.0
      vitamins
: 3.0
      fats
: 5.0
      water
: 3.0
 
    # Fish
   COD
:
      carbohydrates
: 0.0
      proteins
: 8.0
      vitamins
: 2.0
      fats
: 1.0
      water
: 4.0
 
   COOKED_COD
:
      carbohydrates
: 0.0
      proteins
: 15.0
      vitamins
: 3.0
      fats
: 2.0
      water
: 3.0
 
   SALMON
:
      carbohydrates
: 0.0
      proteins
: 10.0
      vitamins
: 3.0
      fats
: 4.0
      water
: 4.0
 
   COOKED_SALMON
:
      carbohydrates
: 0.0
      proteins
: 18.0
      vitamins
: 4.0
      fats
: 6.0
      water
: 3.0

   TROPICAL_FISH
:
      carbohydrates
: 0.0
      proteins
: 5.0
      vitamins
: 3.0
      fats
: 1.0
      water
: 5.0

   PUFFERFISH
:
      carbohydrates
: 0.0
      proteins
: 6.0
      vitamins
: 2.0
      fats
: 2.0
      water
: 4.0
      poison_chance
: 100
 
    # Vegetables
   CARROT
:
      carbohydrates
: 10.0
      proteins
: 1.0
      vitamins
: 8.0
      fats
: 0.0
      water
: 5.0
 
   POTATO
:
      carbohydrates
: 20.0
      proteins
: 2.0
      vitamins
: 3.0
      fats
: 0.1
      water
: 4.0
 
   BAKED_POTATO
:
      carbohydrates
: 25.0
      proteins
: 3.0
      vitamins
: 4.0
      fats
: 0.5
      water
: 3.0
 
    # Processed Foods
   BREAD
:
      carbohydrates
: 30.0
      proteins
: 5.0
      vitamins
: 1.0
      fats
: 2.0
      water
: 2.0
 
   CAKE
:
      carbohydrates
: 40.0
      proteins
: 2.0
      vitamins
: 1.0
      fats
: 15.0
      water
: 1.0
 
   COOKIE
:
      carbohydrates
: 25.0
      proteins
: 1.0
      vitamins
: 0.5
      fats
: 10.0
      water
: 1.0
 
   PUMPKIN_PIE
:
      carbohydrates
: 35.0
      proteins
: 4.0
      vitamins
: 5.0
      fats
: 8.0
      water
: 4.0
 
    # Liquids
   HONEY_BOTTLE
:
      carbohydrates
: 25.0
      proteins
: 0.1
      vitamins
: 2.0
      fats
: 0.0
      water
: 15.0
 
   MILK_BUCKET
:
      carbohydrates
: 5.0
      proteins
: 8.0
      vitamins
: 4.0
      fats
: 5.0
      water
: 20.0
 
   POTION
:
      water
: 30.0
 
   POISONOUS_POTATO
:
      carbohydrates
: 5.0
      proteins
: 1.0
      vitamins
: 0.5
      fats
: 0.1
      water
: 1.0
      poison_chance
: 100
 
    # Soups/Stews
   MUSHROOM_STEW
:
      carbohydrates
: 15.0
      proteins
: 5.0
      vitamins
: 8.0
      fats
: 2.0
      water
: 20.0
 
   RABBIT_STEW
:
      carbohydrates
: 20.0
      proteins
: 15.0
      vitamins
: 10.0
      fats
: 5.0
      water
: 25.0
 
   BEETROOT_SOUP
:
      carbohydrates
: 18.0
      proteins
: 3.0
      vitamins
: 12.0
      fats
: 1.0
      water
: 20.0
 

Code (YAML):
# REAL LIFE
# CREATED BY ALANDIODA
# VERSION 1.1.0
# PLAYER

# Use more realistic fall damage for players
real_fall_damage
:
   enabled
: true
   no_damage_height
: 3.0
   ground_impact_multiplier
: 1.0
   ground_impact_damage_multiplier
: 1.0
   water_impact_reduction
: 0.5
   max_water_depth_impact_reduction
: 0.8
   max_save_water_depth
: 5.0
   water_impact_damage_multiplier
: 0.5

consumables
:
   enabled
: true
    # Whether to use 4 nutrition stats protein, carbohydrates, fats, and vitamins
   nutrition_4
: true
    # Whether to use hydration system
   hydration
: true

temperature
:
   temperature_effect_range
: 5
   internal_temperature
: 310.0
   freezing_at
: 273.15
   burning_at
: 309.15
 

Other plugins:
[​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]


Before you buy the plugin make sure to read carefully this page just so you'll understand what you're getting.

Terms and conditions:
This plugin cannot be refunded.
You aren't allowed to redistribute/resell this plugin.
You aren't allowed to modify or decompile the plugin.


Support: https://discord.gg/2dcXEtP
Resource Information
Author:
----------
Total Downloads: 3
First Release: Oct 6, 2024
Last Update: Yesterday at 12:56 PM
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings