Lifeheartspro-2.4.4

Details

  • Filename
    Lifeheartspro-2.4.4.jar
  • Uploaded by
  • Uploaded
    Jun 13, 2026
  • Size
    73.46 KB
  • Downloads
    19
  • MD5
    899b754893631a83ae0b96a834b3ef25

Supported Bukkit Versions

  • 26.1
  • 26.1.1
  • 26.1.2
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 1.21.5-Snapshot
  • 1.21

Changelog

# ❀️ LifeHeartsPro v2.4.4 Update

A new **LifeHeartsPro** update is here! πŸš€
Version **2.4.4** focuses on team improvements, team glowing fixes, better team administration tools, new team respawn options, improved life-loss behavior, and cleaner messages, sounds, and permissions.

This update is recommended for all servers using LifeHeartsPro, especially servers using teams and glowing features.

---

## ✨ What’s New?

### ✨ Improved Team Glowing System

The team glowing system has been improved and cleaned up.

LifeHeartsPro now includes better glowing handling for teams through Minecraft scoreboard teams. This improves how team colors are applied and helps reduce issues where glowing colors could appear wrong or not update correctly.

New config section:

```yml
teams:
  glowing:
    enabled: true
    force-main-scoreboard: false
    sync-interval-ticks: 60
```

This gives server owners more control over how team glowing should work.

---

## πŸ› Team Glowing Bug Fix

This update includes an important bug fix related to **Team Glowing**.

The glowing system now syncs more reliably and has better compatibility handling for servers where other plugins use custom scoreboards.

If team glowing was not working correctly before, stayed white, or did not update properly, this version improves that behavior.

---

## πŸ”΄ New Enemy Glowing Option

LifeHeartsPro now includes an optional enemy glowing system.

New config section:

```yml
teams:
  enemy-glowing:
    enabled: false
    color: "dark_red"
```

If enabled, players in enemy teams can glow in the configured color.

By default, this feature is disabled, so servers can decide whether they want this gameplay style or not.

---

## βš™οΈ Better Scoreboard Compatibility

A new compatibility option has been added for servers using other scoreboard plugins.

```yml
teams:
  glowing:
    force-main-scoreboard: false
```

If another plugin gives players separate scoreboards and team glowing stays white, this option can help force stronger scoreboard syncing.

LifeHeartsPro can also use per-player glow scoreboards for enemy glowing, so each player can see their own enemies correctly.

---

## πŸ›‘οΈ New PvP Life-Loss Option

A new life-loss option has been added:

```yml
lives:
  only-lose-life-when-killed-by-player: true
```

If enabled, players only lose a life when they are killed by another player.

This is very useful for PvP, SMP, and Lifesteal-style servers because players will not lose lives from random non-player deaths if the option is enabled.

---

## πŸ‘₯ New Team Admin Commands

LifeHeartsPro now includes new team admin tools.

New admin command usage:

```txt
/lifeheartspro team admin invite <player> <team>
/lifeheartspro team admin kick <player> <team>
/lifeheartspro team admin disband <team>
```

These commands allow admins to directly manage teams without needing to be the team owner.

This is useful for:

βœ… Fixing broken teams
βœ… Helping players
βœ… Managing inactive teams
βœ… Removing players from teams
βœ… Disbanding problem teams
βœ… Server moderation

---

## ✨ New Team Glowing Command

A new team glowing command has been added:

```txt
/lifeheartspro team glowing <team> <color|off>
```

This allows admins to set or disable the glowing color of a team.

Example:

```txt
/lifeheartspro team glowing Alpha blue
/lifeheartspro team glowing Alpha off
```

This makes team glowing much easier to control directly in-game.

---

## πŸŒ€ New Team Teleport Command

A new team teleport command has been added:

```txt
/lifeheartspro team tp <team>
```

This command teleports all online members of a team to the admin using the command.

This is useful for events, moderation, team checks, and server management.

---

## πŸ›οΈ New Team Spawn System

LifeHeartsPro now includes a team spawn system.

New command:

```txt
/lifeheartspro team setspawn <team>
```

This sets a respawn point for a team.

A new TeamRespawnListener has been added internally, which allows LifeHeartsPro to handle team respawns more cleanly.

This is a big step for servers that want stronger team-based gameplay.

---

## πŸ” New Permissions

New permissions have been added for the new team systems:

```txt
lifeheartspro.team.glowing
lifeheartspro.team.tp
lifeheartspro.team.setspawn
lifeheartspro.team.admin
```

The admin permission has also been updated:

```txt
lifeheartspro.admin
```

This permission now includes all new team permissions.

---

## πŸ”Š New Sounds

The sound system has been expanded with new team-related sounds.

New sound entries include:

πŸ”Š Team admin usage
πŸ”Š Team admin actions
πŸ”Š Team admin invite usage
πŸ”Š Team admin kick usage
πŸ”Š Team admin disband usage
πŸ”Š Team glowing usage
πŸ”Š Team admin success/fail sounds
πŸ”Š Team glowing updated
πŸ”Š Invalid glowing color
πŸ”Š Team teleport
πŸ”Š Team spawn set

All sounds can be customized or disabled in `sounds.yml`.

---

## 🌍 Updated Language Files

All language files have been updated with new messages for the new team systems.

Updated languages:

πŸ‡ΊπŸ‡Έ English
πŸ‡©πŸ‡ͺ German
πŸ‡ͺπŸ‡Έ Spanish
πŸ‡«πŸ‡· French

New messages include:

βœ… Team admin usage
βœ… Team glowing usage
βœ… Team teleport messages
βœ… Team spawn messages
βœ… Admin invite/kick/disband messages
βœ… Invalid glowing color messages
βœ… Updated help messages

---

## πŸ› οΈ Bug Fixes & Stability Improvements

This update also includes internal fixes and cleanup.

Improved areas include:

πŸ› Team glowing syncing
πŸ› Scoreboard glowing compatibility
πŸ› Team glowing color handling
πŸ› Team admin handling
πŸ› Team respawn handling
πŸ› PvP life-loss handling
πŸ› Config default handling
πŸ› Command help messages
πŸ› Sound feedback
πŸ› Language messages
πŸ› General internal cleanup

---

## ⚠️ Important Update Note

If you update from **2.4.3**, check your config for the new sections:

```yml
lives:
  only-lose-life-when-killed-by-player: true

teams:
  glowing:
    enabled: true
    force-main-scoreboard: false
    sync-interval-ticks: 60

  enemy-glowing:
    enabled: false
    color: "dark_red"
```

Also make sure your permission groups are updated if you want staff to use the new team commands.

Recommended admin permission:

```txt
lifeheartspro.admin
```

---

## βœ… Summary

LifeHeartsPro **v2.4.4** includes:

✨ Improved team glowing system
πŸ› Team glowing bug fixes
πŸ”΄ Optional enemy glowing
βš™οΈ Better scoreboard compatibility
πŸ›‘οΈ New PvP-only life-loss option
πŸ‘₯ New team admin commands
✨ New team glowing command
πŸŒ€ New team teleport command
πŸ›οΈ New team spawn system
πŸ” New permissions
πŸ”Š New sounds
🌍 Updated language files
πŸ› οΈ Internal cleanup and stability improvements

This update makes LifeHeartsPro better, cleaner, and more powerful for team-based SMP, Lifesteal, and PvP servers.