
Temperature999
The Temperature999 plugin for Minecraft introduces a dynamic temperature system that affects player health and gameplay based on their environment, providing an immersive survival experience where players must adapt to varying climates and conditions.
506
4
1.0.7 Configurable Temperature Limits Update!
release14 марта 2026 г.New Features
- Added configurable temperature limits for heat sources, cold sources, shade cooling, and water bottle cooling.
1.0.6 The Shade And Water Cooling Update!
release25 февраля 2026 г.New Features
- Added cooling while in shade during daytime.
- Added immediate cooling when drinking a plain water bottle.
Bug Fixes
- Fixed a crash risk in the admin temperature command when arguments were incomplete.
- Fixed permission enforcement for configuration reload.
- Fixed recipe handling for items that include empty crafting slots.
- Fixed matching for custom items that use colored names and lore.
- Fixed temperature display text/icon corruption issues.
- Fixed temperature damage behavior to respect difficulty scaling.
- Fixed startup stability when insulation settings are missing.
- Fixed boss bar behavior at extreme temperature values.
Temperature999 1.0.5 Custom Item
release19 декабря 2025 г.New Features Added
- Custom Item Support: Added ability to define custom armor items with specific display names and lore that provide unique insulation values
- Custom Item Recipes: Added support for custom crafting recipes for special armor items
- Depth-Based Temperature Effects: Implemented temperature changes based on player's Y-level (deeper = colder in overworld, hotter in nether)
- Configurable Default Temperature: Added option to set a comfortable/default target temperature for players
- Fahrenheit System Option: Added option to use Fahrenheit-like temperature system for more intuitive temperature management
- Default Custom Item "Wool Jacket": Included a default custom item with 6 insulation and appropriate lore and recipe
Performance Improvements
- Enhanced Performance: Added caching mechanisms to improve server performance
- Memory Management: Improved memory management to prevent leaks
- Recipe Registration: Enhanced recipe registration with error handling
- Config Reload: Improved configuration reload functionality
Temperature999 1.0.4 The Placeholder Update
release28 ноября 2025 г.New Features
- Added dynamic difficulty settings with four presets: Casual, Moderate (default), Realistic, and Extreme
- Implemented PlaceholderAPI integration with new placeholders:
- %temperature999_temperature% - Player's current temperature as a number
- %temperature999_temperature_formatted% - Temperature as descriptive text
- %temperature999_temperature_icon% - Visual temperature icon
- Added configuration option for difficulty to apply multipliers to custom settings
- Temperature rates, thresholds, and damage values now automatically adjust based on selected difficulty level
Temperature999 1.0.3
release6 ноября 2025 г.New Features
- Dynamic Day/Night Temperature Rates: The temperature now changes at different rates depending on whether it is day or night. These rates can be configured in
config.yml. - Configurable Armor-Specific Insulation: The insulation value of each armor material can now be customized in the configuration.
- Custom Heat & Cold Source Blocks: You can now define your own custom blocks as heat or cold sources in
config.yml. - Per-World Temperature Control: The temperature system can now be enabled or disabled on a per-world basis.
- New Commands:
/temp check [player]: Allows players to check their own or another player's temperature./temp admin set <player> <temp>: Allows admins to set a player's temperature./temp biomes list <hot/cold>: Allows admins to list the configured hot and cold biomes./temp toggle: Allows players to toggle the temperature display on or off.
Improvements
- Boss Bar Display: The temperature display has been moved from the XP bar to a dedicated boss bar for better visibility.
- Visual and Sound Effects: Added visual (slowness) and sound effects for freezing and burning to enhance immersion.
- Wetness Effect: Being in the rain now makes you colder, adding a new layer of challenge to the survival experience.
- Expanded Biome Lists: The default lists of hot and cold biomes have been significantly expanded to include more biomes.
- Code Refactoring: The plugin's code has been refactored into multiple classes for better organization, performance, and maintainability.
- Performance Optimization: The system for checking for nearby heat and cold sources has been optimized to reduce potential server lag.