Назад до магазину
LifeStealZ
Modrinth Plugin

LifeStealZ

LifeStealZ - The Ultimate LifeSteal SMP Plugin!

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Plugin

Доступ

Безкоштовно

Остання версія

2.21.1

Завантаження

374 710

Завантажувачі / Платформи

paper purpur spigot

Minecraft версії

1.19 – 1.21.11 26.1 26.1.1 26.1.2

Категорії

adventure game-mechanics minigame

Опис

Докладна інформація

![LifeStealZ Banner](https://file.strassburger.dev/LifeStealZ_banner_new_2.png) --- ![paper](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/paper_vector.svg) ![purpur](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/supported/purpur_vector.svg) [![github](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/github_vector.svg)](https://github.com/ZetaPlugins/LifeStealZ) [![modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg)](https://modrinth.com/plugin/lifestealz) [![hangar](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/hangar_vector.svg)](https://hangar.papermc.io/KartoffelChipss/LifestealZ) [![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/social/discord-plural_vector.svg)](https://strassburger.org/discord) [![gitbook](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/documentation/gitbook_vector.svg)](https://wiki.lifestealz.com/) [![generic-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/translate/generic-plural_vector.svg)](https://gitlocalize.com/repo/10381) [![website](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/documentation/website_vector.svg)](https://lifestealz.com) LifeStealZ is a lifesteal SMP plugin, that allows you to steal hearts from other players, when you kill them. If a player has no more hearts, he is eliminated. You can craft additional hearts or a revive crystal. With this crystal, you can bring back eliminated teammates. LifeStealZ offers a great amount of admin tools and is highly customizable. You can change every message and change everything about the custom items. <br> --- [![LifeStealZ Resourcepack](https://cdn.modrinth.com/data/cached_images/369e287434e74b5ad465bbb46ee4e40086f5063e.png)](https://modrinth.com/resourcepack/lifestealzpack) --- <br> ![FeaturesBanner](https://strassburger.org/img/lifestealz/banner_features.png) **Main Features** * ✅ Stealing hearts * ✅ Withdraw hearts * ✅ Customizable heart items * ✅ Custom crafting recipes * ✅ Revive item * ✅ Maximal and starter hearts * ✅ Disable totems * ✅ Disable crystal pvp * ✅ Ingame recipe viewer * ✅ PlaceholderAPI placeholders * ✅ Custom WorldGuard flags * ✅ Admin commands * ✅ HEX colors and gradients support * ✅ SQLite and MySQL support **Languages** * English (`en-US`) * German (`de-DE`) * Spanish (`es-ES`) * French (`fr-FR`) * Czech (`cs-CZ`) * Polish (`pl-PL`) * Vietnamese (`vi-VN`) * Chinese (Simplified) (`zh-CN`) * Russian (`ru-RU`) * Dutch (`nl-NL`) * Portuguese (`pt-BR`) * Japanese (`ja-JP`) <br> --- ![PermissionsBanner](https://strassburger.org/img/lifestealz/banner_permissions.png) - **lifestealz.admin.reload** - Allow to reload the plugin - **lifestealz.admin.setlife** - Allow to set the amount of hearts, a player has - **lifestealz.admin.giveitem** - Allow to give custom items to a player - **lifestealz.admin.eliminate** - Allows to eliminate players with the `/eliminate` command - **lifestealz.admin.revive** - Allow a player to revive another player with the `/revive` command - **lifestealz.bypassrevivelimit** - Allow a player to bypass the revive limit - **lifestealz.withdraw** - Allow a player to withdraw hearts (true by default) - **lifestealz.revive** - Allow a player to revive others with a revive crystal (true by default) - **lifestealz.viewrecipes** - Allow a player to view the custom recipes (true by default) - **lifestealz.help** - Allow a player to access the help menu (true by default) - **lifestealz.viewhearts** - Allow a player to view the amount of hearts (`/hearts`) they have (true by default) - **lifestealz.maxhearts.[amount]** - Set the max hearts for a player. This overwrites the maxHearts in the config <br> --- ![ConfigBanner](https://strassburger.org/img/lifestealz/banner_config.png) The conifuration is split into multiple files located at `plugins/LifeStealZ/`: <details> <summary>config.yml</summary> ```yml # _ _ __ _____ _ _ ______ # | | (_)/ _| / ____| | | | |___ / # | | _| |_ ___ | (___ | |_ ___ __ _| | / / # | | | | _/ _ \ \___ \| __/ _ \/ _` | | / / # | |____| | || __/ ____) | || __/ (_| | | / /__ # |______|_|_| \___| |_____/ \__\___|\__,_|_| /_____| # === COLOR CODES === # This plugin supports old color codes like: &c, &l, &o, etc. # It also supports MiniMessage, a more advanced way to format messages: # https://docs.advntr.dev/minimessage/format.html # With MiniMessage, you can add HEX colors, gradients, hover and click events, etc. # === GENERAL SETTINGS === # If set to true, LifeStealZ will check for updates and let you know if there's a newer version checkForUpdates: true # Set the language to any code found in the "lang" folder (don't add the .yml extension) # You can add your own language files. Use https://github.com/KartoffelChipss/LifeStealZ/tree/main/src/main/resources/lang/en-US.yml as a template # If you want to help translating the plugin, please refer to this article: https://lsz.strassburger.dev/contributing/localization # | en-US | de-DE | es-ES | fr-FR | cs-CZ | vi-VN | zh-CN | pl-PL | nl-NL | ru-RU lang: "en-US" # === HEART SETTINGS === # The amount of hearts a player has when joining for the first time startHearts: 10 # The maximal amount of hearts, a player can have # You can also set a per player limit using the lifestealz.maxhearts.[amount] permission or a per item limit in the items.yml file maxHearts: 20 # The amount of hp a player should have after getting revived reviveHearts: 1 # The amount of hearts the killer should gain and the victim should lose heartsPerKill: 1 # The amount of hearts a player should lose when dying naturally heartsPerNaturalDeath: 1 # The minimal amount of hearts. If a player gets to this amount of hearts, they will be eliminated. # PLEASE ONLY CHANGE IF YOU KNOW WHAT YOU ARE DOING! minHearts: 0 # This option will enforce the heart limit on admin commands like /lifestealz hearts <add, set> <player> <amount> # Note that this enforceMaxHeartsOnAdminCommands: false # The custom items that should be used for the following scenarios (Must be an id from the items.yml) heartItem: # This item will be used for anything that is not listed below (mostly legacy) default: "defaultheart" # This item will be given when a user withdraws a heart withdraw: "defaultheart" # This item will be dropped when a player is killed by another player and "dropHeartsPlayer" is enabled kill: "defaultheart" # This item will be dropped when a player is killed by natural causes and "dropHeartsNatural" is enabled naturalDeath: "defaultheart" # This item will be dropped if a player is killed, the killer is still on cooldown and "heartGainCooldown.dropOnCooldown" is enabled heartGainCooldown: "defaultheart" # This item will be dropped if a player is killed, the killer has reached the max amount of hearts and "dropHeartsIfMax" is enabled maxHearts: "defaultheart" # === HEART BEHAVIOR SETTINGS === # If hearts should be dropped when killed by player dropHeartsPlayer: false # If hearts should be dropped when killed naturally dropHeartsNatural: true # If a heart should be dropped, when the killer already has the max amount of hearts dropHeartsIfMax: true # If a player should lose a heart, when dying to hostile mobs or falldamage, lava, etc looseHeartsToNature: true # If a player should lose a heart, when being killed by another player looseHeartsToPlayer: true # Whether it should be announced, when a player got eliminated (has no more hearts) announceElimination: true # Allows players to withdraw a heart, even if they only have one left allowDyingFromWithdraw: true # If a player should also heal the appropriate amount of hearts, when using a heart item healOnHeartUse: false # If the totem effect should be played, when you use a heart playTotemEffect: false # The time you have to wait, before you can use another heart in Milliseconds heartCooldown: 0 # How many times a player can be revived. Set to -1 to make it infinite maxRevives: -1 # === Disabling Features === # If the use of totems of undying should be prevented preventTotems: false # If crystalpvp should be disabled preventCrystalPVP: false # If the use of respawn anchors in the overworld should be prevented preventRespawnAnchors: false # If the use of beds in the nether and end should be prevented preventBeds: false # If the use of custom items in item frames should be prevented # It is recommended to leave this enabled, as people may be able to duplicate items otherwise preventCustomItemsInItemFrames: true # === Extensive Customization === # Only disable this option if you want to add custom commands on elimination and don't want the player to get banned disablePlayerBanOnElimination: false # If the killer should gain a heart on elimination heartRewardOnElimination: true # Execute custom commands on events: # You can use &player& to insert the player name # For example: tempban &player& banreason 1d eliminationCommands: # - "say &player& got eliminated" # - "niceCommandtwo" # These commands will be executed when a player uses a heart item heartuseCommands: # - "say &player& used a heart item" # These commands will be executed when a player has been revived reviveuseCommands: # - "say &player& revived &target&" # These commands will be executed when a player starts reviving another player using a revive beacon reviveStartCommands: # - "broadcast &player& started reviving &target& at &location&" gracePeriod: # If a grace period should be enabled enabled: false # The time in seconds, the grace period should last duration: 60 # If the end of the grace period should be announced announce: true # If a sound should be played, when the grace period ends playSound: true # Should a player be able to take damage from players during the grace period damageFromPlayers: false # Should a player be able to deal damage to players during the grace period damageToPlayers: false # Should a player be able to use hearts during the grace period useHearts: false # Should a player be able to loose hearts during the grace period (if set to false, the killer will also not gain a heart) looseHearts: false # Should a player be able to gain hearts during the grace period gainHearts: false # Custom commands to be executed when the grace period starts startCommands: # - "say The grace period for &player& has started" # Custom commands to be executed when the grace period ends endCommands: # - "say The grace period for &player& has ended" heartGainCooldown: # A cooldown for how often people can gain a heart. enabled: false # How long the cooldown should be in Milliseconds cooldown: 120000 # Drops the heart on the ground if a player kills someone, while still on cooldown dropOnCooldown: true # Prevents picking up hearts from the groun while on cooldown preventPickup: true antiAlt: # If the anti alt system should be enabled enabled: true # If possible alt kill attempts should be logged logAttempt: true # If possible alt kill attempts should be prevented preventKill: false # If a message should be sent to the player, when an alt kill attempt is detected sendMessage: false # Add custom comamnds, to be executed when a possible alt kill attempt is detected # You can use &player& to insert the player name (commands are executed for both players) commands: # - "say Please don't kill alts" # - "ban &player& 1h" webhook: # If a webhook should be sent, when a player is eliminated elimination: false # If a webhook should be sent, when a player is revived revive: false # The URL of the webhook url: "" ``` </details> <details> <summary>storage.yml</summary> ```yml # === Storage === # The type of storage to use. You have the following options: # "SQLite", "MySQL", "MariaDB" type: "SQLite" # This section is only relevant if you use a MySQL database host: "localhost" port: 3306 database: "lifestealz" username: "root" password: "password" ``` </details> <details> <summary>items.yml</summary> ```yml # === Custom Items === # Here you can modify everything about the custom items # You can change which item is dropped on death in the main config.yml defaultheart: # <- This is the item id that can be used in recipes and for permissions # This is the name of the item that is displayed in the inventory name: "&cHeart" # The lore is the description of the item that is displayed in the inventory lore: - "&7Rightclick to use" # - "This would be a second line" # - "And this possibly a third line" # The material is the item that is displayed in the inventory (Find all materials here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) material: "NETHER_STAR" # If set to true, the enchant glint will be applied to the item enchanted: false # Custom item type for the item. You can use: # - "heart" for a heart item # - "revive" for a revive item # - "revivebeacon" for a revive beacon item -> This item must actually be a beacon to work! # - "none" for a custom item that can be used for crafting and can be used as a normal item (e.g. if it is an enderpearl it still can be thrown) # - "non-usable" for a custom item that can be used for crafting and cannot be used as a normal item (e.g. if it is an enderpearl it cannot be thrown) customItemType: "heart" # --- Heart Item Settings --- (only relevant if customItemType is "heart") # When customItemType is "heart", this value is used to determine how many hearts the item gives customHeartValue: 1 # The minimum amount of hearts a player must have to use this item (only relevant if customItemType is "heart") minHearts: 0 # The maximum amount of hearts a player can have to use this item (-1 for infinite) (only relevant if customItemType is "heart") maxHearts: -1 # --- End of Heart Item Settings --- # If this item requires a permission to be used (lifestealz.item.defaultheart) requirePermission: false # true if this item should be craftable craftable: true recipes: # You can add as many recipes as you want 1: # Every item represents one slot in the crafting table # The first item in a row is the left most item in the crafting table # If you want a slot to be blank, use 'AIR' or 'empty' # If you want to use a simple material, use the material name (e.g. "DIAMOND_BLOCK"). Find all materials here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html # If you want to use other custom item (like hearts) use the custom item name (e.g. "defaultheart") # If you want to use block or item tags, use the tag with a '#' in front (e.g. "#logs" or "#wool") rowOne: - "GOLD_BLOCK" - "GOLD_BLOCK" - "GOLD_BLOCK" rowTwo: - "OBSIDIAN" - "NETHER_STAR" - "OBSIDIAN" rowThree: - "DIAMOND_BLOCK" - "DIAMOND_BLOCK" - "DIAMOND_BLOCK" # If the item should be burnable (Not destroyed by fire, lava, explosions, cactus, etc.) invulnerable: false # If the item should despawn after laying on the ground for 5 minutes despawnable: true # If this list is empty ("[]"), the item is available in all worlds # If you want to limit the item to specific worlds, add the world names here whitelistedWorlds: [] sound: enabled: true sound: ENTITY_PLAYER_LEVELUP # Find all sounds here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html volume: 1.0 pitch: 1.0 revive: name: "&cRevive Beacon" lore: - "&7Place down to use" # The material has to be a beacon if customItemType is "revivebeacon" material: "BEACON" enchanted: true customItemType: "revivebeacon" # --- Revive Beacon Settings --- (only relevant if customItemType is "revivebeacon") # The time in seconds it takes to revive a player reviveTime: 30 # If players should be able to break the beacon while reviving, interrupting the revive process allowBreakingBeaconWhileReviving: true # The material around the beacon (AIR for no material) decoyMaterial: "RED_STAINED_GLASS" # If the revive beacon should be surrounded by enchant particles showEnchantParticles: true # If the revive beacon should show a laser while reviving showLaser: true # The material of the inner part of the beacon laser innerLaserMaterial: "RED_GLAZED_TERRACOTTA" # The material of the outer part of the beacon laser outerLaserMaterial: "RED_STAINED_GLASS" # If the revive beacon should show a particle ring while reviving showParticleRing: true # The color of the particle ring # possible values: WHITE, GRAY, RED, ORANGE, YELLOW, GREEN, BLUE, PURPLE, PINK particleColor: "RED" # --- End of Revive Beacon Settings --- requirePermission: false # (lifestealz.item.revive) craftable: true recipes: 1: rowOne: - "DIAMOND" - "BEACON" - "DIAMOND" rowTwo: - "OBSIDIAN" - "defaultheart" - "OBSIDIAN" rowThree: - "DIAMOND" - "BEACON" - "DIAMOND" invulnerable: false despawnable: true whitelistedWorlds: [] sound: enabled: false sound: ENTITY_PLAYER_LEVELUP volume: 1.0 pitch: 1.0 # You can add as many custom items as you want ``` </details> If you want a slot in the crafting recipe to be blank, replace the block name with `AIR`. ### WorldGuard Flags To set a custom worldguard flag, you have to use `/rg flags` and scroll to the last page. There you can set the following flags: - **heartloss** - Allow heart loss in this region <bR> --- ![PlaceholderBanner](https://strassburger.org/img/lifestealz/banner_placeholder.png) If you are using [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) on your server, you can use the following placeholders: - **%lifestealz_hearts%** - The amount of hearts a user has - **%lifestealz_maxhearts%** - The maximum amount of hearts a user can have - **%lifestealz_health%** - The current health, that the player has (half hearts rounded up) - **%lifestealz_revived%** - The amount of times a player has been revived - **%lifestealz_isInGracePeriod%** - If the player is in the grace period - **%lifestealz_gracePeriodRemaining%** - The remaining time of the grace period in seconds <br> --- ![PlaceholderBanner](https://strassburger.org/img/lifestealz/banner_support.png) If you need help with the setup of the plugin, or found a bug, you can join my discord [here](https://discord.com/invite/Cc76tYwXvy). [![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/social/discord-plural_vector.svg)](https://strassburger.org/discord) --- [![Usage](https://bstats.org/signatures/bukkit/LifeStealZ.svg)](https://bstats.org/plugin/bukkit/LifeStealZ/18735)

Розробник

abb3v

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Banner

Help page

Default Heart recipe

Default Revive Beacon recipe

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

2.21.1 Актуальна Release 14.05.2026

LifeStealZ 2.21.1

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-26.1.2` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added a cache for players (thanks to @michaelcoalition for suggesting it) - Fixed SQLite connection pool not reusing existing connection
2.21.0 Release 09.05.2026

LifeStealZ 2.21.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-26.1.2` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added `minWithdrawHearts` to specify a minimum of hearts for withdrawal
2.20.9 Release 02.05.2026

LifeStealZ 2.20.9

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-26.1.2` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fix Faststats not being shaded correctly - Fix Faststats error tracker not being registered - Remove non-working WorldGuard javadocs link
2.20.8 Release 02.05.2026

LifeStealZ 2.20.8

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-26.1.2` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Add faststats analytics
2.20.7 Release 17.01.2026

LifeStealZ 2.20.7

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Updated the Russian translation (@wondarkus) - Added Turkish translation (@CroShyy)
2.20.6 Release 15.12.2025

LifeStealZ 2.20.6

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug with the withdrawheart command where the minHearts would default to 2 and not be properly compared to the actual health
2.20.5 Release 06.12.2025

LifeStealZ 2.20.5

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where `heartRewardOnElimination` would not be respected - Fixed a bug where a killer would not get hearts when eliminating a player - Fixed a bug where a player would not drop a heart when being eliminated by natural causes
2.20.4 Release 15.11.2025

LifeStealZ 2.20.4

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Javassist is now shaded into the jar
2.20.3 Release 14.11.2025

LifeStealZ 2.20.3

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where dropped items would not be invulnerable and undespawnable when dropped after death if configured to be so. - Internal changes on how commands and events are registered
2.20.2 Release 12.11.2025

LifeStealZ 2.20.2

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.10` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where the crafter would craft items with custom items as its ingredients
2.20.1 Release 10.11.2025

LifeStealZ 2.20.1

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed the `/lsz debug` command crashing when neither `upload` nor `generate` argument is provided - Added an option to disallow withdrawing hearts while in grace period - Added clarification to the config what exactly the grace period is to avoid confusion
2.20.0 Release 27.10.2025

LifeStealZ 2.20.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added back support for legacy numeric custom model id to ensure compatibility with other plugins - Updated discord link in server software warning - Updated German translation
2.19.1 Release 25.10.2025

LifeStealZ 2.19.1

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed the `%lifestealz_maxhearts%` placeholder displaying double the expected hearts - Updated plugin metadata
2.19.0 Release 24.10.2025

LifeStealZ 2.19.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added `/lsz debug` command to generate and upload debug reports to debug.zetaplugins.com - Fixed a bug, where you could not revive a player for a second time - Added bypass permission to prevent certain players from loosing hearts and more (@Scralar)
2.18.4 Release 01.10.2025

LifeStealZ 2.18.4

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added missing Russian translations (@wondarkus) - Added MC 1.21.9 support
2.18.3 Release 24.09.2025

LifeStealZ 2.18.3

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where the revive bossbar would persist even after canceling the revive process
2.18.2 Release 10.09.2025

LifeStealZ 2.18.2

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where a player would drop double hearts when the killer is at max hearts and the "dropHeartsPlayer" is set to true in the config
2.18.1 Release 09.09.2025

LifeStealZ 2.18.1

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where a victim wouldn't loose a heart when killed by a player with max hearts
2.18.0 Release 24.08.2025

LifeStealZ 2.18.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.8` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added new events api (documentation will follow soon) - Fixed a bug where revive beacon decorations would spawn even when the beacon block could not be placed - Removed leftover stdout logs - Updated cs-CZ translation
2.17.3 Release 17.07.2025

LifeStealZ 2.17.3

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - LifeStealZ now uses the com.zetaplugins package - LifeStealZ is now being published to the zetaplugins maven repository
2.17.3 Release 17.07.2025

LifeStealZ 2.17.3

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - LifeStealZ now uses the com.zetaplugins package - LifeStealZ is now being published to the zetaplugins maven repository
2.17.3 Release 17.07.2025

LifeStealZ 2.17.3

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - LifeStealZ now uses the com.zetaplugins package - LifeStealZ is now being published to the zetaplugins maven repository
2.17.2 Release 17.07.2025

LifeStealZ 2.17.2

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed geyser support (@aurorusmc)
2.17.1 Release 10.07.2025

LifeStealZ 2.17.1

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added a `reviveStartCommands` config options for commands that are executed when a revive process is started using a revive beacon - Updated the "New update available" message to be more readable
2.17.0 Release 08.07.2025

LifeStealZ 2.17.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.7` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added a `&location&` placeholder to the revive commands - Added a `whitelistedWorlds` option to custom items to restrict items to be used in certain worlds only
2.16.0 Release 18.06.2025

LifeStealZ 2.16.0

Підтримувані версії Minecraft
1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added a new fully customizable revive beacon item type - Changed the default revive item to a revive beacon - Fixed an issue where the start hearts would not be applied correctly (#62) - Updated the internal CustomItemData logic to allow for easier expansion and maintainability
2.15.2 Release 13.06.2025

LifeStealZ 2.15.2

Підтримувані версії Minecraft
1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.5` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed an issue where admin commands would only enforce the config maxHearts ignoring the permissions
2.15.1 Release 06.06.2025

LifeStealZ 2.15.1

Підтримувані версії Minecraft
1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.5` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed an issue where the plugin would not use the highest max hearts permission a user has
2.15.0 Release 03.06.2025

LifeStealZ 2.15.0

Підтримувані версії Minecraft
1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.5` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added the option to set a players maximum hearts using permissions (`lifestealz.maxhearts.X`) - Removed the world whitelist - Updated the README.md config examples
2.14.1 Release 31.05.2025

LifeStealZ 2.14.1

Підтримувані версії Minecraft
1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.5` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where you could obtain and use the temporary totem used for the heart animation - Fixed a bug where the version checker would recommend a LifeStealZ version not made for the servers Minecraft version - Updated the GeyserMC api
2.14.0 Release 18.05.2025

LifeStealZ 2.14.0

Підтримувані версії Minecraft
1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.21.4-1.21.5` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - LifeStealZ now only supports Minecraft 1.21.4 and later - LifeStealZ now uses the new custom model data to make creating resource packs for it easier - The totem animation can now show a heart without having to change the totem texture.
2.13.0 Release 12.05.2025

LifeStealZ 2.13.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added a config option to make custom items immune to lava, fire, cactus, explosions etc. - Added a config option to make custom items not naturally despawn after 5 minutes - Updated javadoc workflow to only run when a release is created - Updated config examples in the README.md
2.12.3 Release 30.04.2025

LifeStealZ 2.12.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - The recipe GUI title is now configurable in the language files - Fixed a bug where you could not completely remove the "LifeStealZ" prefix
2.12.2 Release 09.04.2025

LifeStealZ 2.12.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added compatibility with PvPManager NPCs - Added a warning for when using Spigot
2.12.1 Release 04.04.2025

LifeStealZ 2.12.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed a bug where a “new version” message was being sent despite no new version being available. - Updated Russian translation - Made internal adjustments to enhance readability and maintainability
2.12.0 Release 01.04.2025

LifeStealZ 2.12.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added config options to assign different heart items for various events - Fixed a bug where killing yourself would trigger the anti alt system - Added the option to use item tags (e.g. `#logs`) in the crafting recipes - Added an error message when trying to use `/withdrawheart` from the console - Added a new custom item type (`non-usable`) which cannot be placed or used - Updated the wiki link to `https://wiki.lifestealz.com/` - Added an automated workflow for publishing releases to Modrinth and Hangar
2.11.3 Release 14.03.2025

LifeStealZ 2.11.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Updated dutch translation - Overhauled the database migration logic
2.11.2 Release 10.03.2025

LifeStealZ 2.11.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Updated Russian translation - Added `%time%` placeholder to heart cooldown messages - Resolved an issue where the `/lsz data import` command failed to work with MySQL
2.11.1 Release 08.03.2025

LifeStealZ 2.11.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Resolved an issue where`/lsz data import` failed to import data - Significantly improved import performance - Data imports and exports no longer impact server performance - SQL errors now log the full stack trace - Optimized the database schema for more efficient data storage
2.11.0 Release 02.03.2025

LifeStealZ 2.11.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Added the `/lsz debug` command to facilitate support - Optimized the `%lifestealz_hearts%` placeholder - Updated Russian translation
2.10.0 Release 22.02.2025

LifeStealZ 2.10.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Improved code quality with various cleanups. - Refactored methods to prevent memory leaks. - Enhanced `/lsz hearts` and `/lsz graceperiod` commands to support targeting offline players. - Introduced new targeting operators: - `*` now targets all players (both online and offline). - `+` targets only online players. - Updated tab completion to display only relevant results. - Added new configuration options: - Disable bed usage in the Nether and End. - Disable respawn anchor usage in the Overworld and End.
2.9.5 Release 05.02.2025

LifeStealZ 2.9.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Resolved an issue in the Russian translation where a double quote was missing. - Fixed an issue with the placeholders where in some edge cases, PlaceholderAPI would throw an error.
2.9.4 Release 24.01.2025

LifeStealZ 2.9.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed an issue where the grace period reset command would send a skip message. - Grace period reset and skip messages now display the affected player if only one player is affected.
2.9.3 Release 23.01.2025

LifeStealZ 2.9.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changelog: - Fixed an issue where PapiExpansion occasionally threw an error - Added French translation (thanks to @Duj10) - Added Japanese translation - Added Portuguese translation (thanks to qGabs) - Introduced the `/lsz graceperiod` command to reset and skip the grace period for one or multiple players - Resolved a bug where the plugin would throw an error when a player died to natural causes during the grace period
2.9.2 Release 02.01.2025

LifeStealZ 2.9.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added proper tab completion support for the `/revive` command. - Resolved an issue where the default ban message displayed incorrectly when eliminating a player. - Made the "Cannot set hearts below or to 0" message customizable via language files. - Refactored legacy code to improve maintainability.
2.9.1 Release 23.12.2024

LifeStealZ 2.9.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - The `/revive` command now allows the star operator - Removed an error message when interacting with an entity while holding a heart item - Fixed an error with the grace period
2.9.0 Release 17.12.2024

LifeStealZ 2.9.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - The `/hearts` command now appears in the help menu. - Added a new message when using `/lsz`, which also includes links to the plugin's Wiki and Discord Server. - Both `/lsz hearts` and `/lsz giveItem` now support wildcards (`*`) to target all online players. - Healing upon using heart items is now optional (Default: `false`), preventing players from healing by withdrawing and reusing hearts. - The grace period duration placeholder is now properly formatted. - Added a placeholder for the heart item cooldown. - Refactored parts of the plugin to improve maintainability.
2.8.1 Release 15.12.2024

LifeStealZ 2.8.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Old databases now get migrated to the new schema to support the grace period
2.8.0 Release 14.12.2024

LifeStealZ 2.8.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added an option to have a customizable grace period
2.7.2 Release 07.11.2024

LifeStealZ 2.7.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed an issue where you could disenchant custom items in a grindstone - Fixed an issue where custom items could be used to craft vanilla recipes
2.7.1 Release 24.10.2024

LifeStealZ 2.7.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed an issue where the anti alt logic would not work (@KartoffelChipss) - Added Russian translation (@wondarkus)
2.7.0 Release 11.10.2024

LifeStealZ 2.7.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added per-item permissions (@KartoffelChipss) - Updated Polish translation (@Ernestozilla) - Fixed a bug where MySQL statements incorrectly used SQLite syntax (@KartoffelChipss)
2.6.0 Release 04.10.2024

LifeStealZ 2.6.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options and a complete overhaul of the plugin configuration files. If you’re updating the plugin, it’s recommended to back up your existing config files, delete them, and allow the server to generate the new ones. Changes: - Enhanced readability through a complete rewrite of the plugin (@KartoffelChipss, @abb3v) - Refactored the code to eliminate memory leaks (@KartoffelChipss , @abb3v) - Config files have been split up into multiple to provide a better overview (@KartoffelChipss) - Resolved issues with the `dropHearts` option (@KartoffelChipss) - Custom heart items now support `minHearts` and `maxHearts` parameters (@KartoffelChipss) - Added an option to modify the default heart item (@KartoffelChipss) - Introduced a custom item type `none` for items like heart fragments (@KartoffelChipss) - Added an API and Maven repository for integration with other plugins in LifeStealZ (@KartoffelChipss) - Updated the README to include new configuration files (@KartoffelChipss) - Added documentation to the main repository (@KartoffelChipss) - Renamed `respawnHearts` to `reviveHearts` to prevent confusion (@KartoffelChipss) - Added Geyser support (@MaCCrafter) - Fixed premium UUIDs on offline mode server (@abb3v) - Added dutch translation (@XtraDavido) - Fixed a bug, where you could not revive offline players using the revive command (@KartoffelChipss) - Added Discord webhook support (@KartoffelChipss) - Added an option to change the amount of hearts a player loses when dying. (@KartoffelChipss) - Fixed a bug where you would receive a "world not whitelisted" message when interacting with any item in a non-whitelisted world. (@KartoffelChipss) - Fixed an issue where players would not receive a heart item if their inventory was full. (@KartoffelChipss) - Fixed a bug related to the `geyser_players` file. (@MaCCrafter) - Separated the option to drop hearts on natural death or player-kill death. (@zenithexe) - Fixed a bug where duped items could be used from a GUI. (@KartoffelChipss)
2.6.0-beta Beta 23.09.2024

LifeStealZ 2.6.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added an option to change the amount of hearts a player loses when dying. (@KartoffelChipss) - Fixed a bug where you would receive a "world not whitelisted" message when interacting with any item in a non-whitelisted world. (@KartoffelChipss) - Fixed an issue where players would not receive a heart item if their inventory was full. (@KartoffelChipss) - Fixed a bug related to the `geyser_players` file. (@Aurorus) - Separated the option to drop hearts on natural death or player-kill death. (@zenithexe) - Fixed a bug where duped items could be used from a GUI. (@KartoffelChipss)
2.5.0-beta Beta 18.09.2024

LifeStealZ 2.5.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where you could not revive offline players using the revive command - Added Discord webhook support
2.4.0-beta Beta 11.09.2024

LifeStealZ 2.4.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added Geyser support (@Aurorus) - Fixed premium UUIDs on offline mode server (@abb3v) - Added dutch translation (@XtraDavido)
2.3.0-beta Beta 05.09.2024

LifeStealZ 2.3.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added an API and Maven repository for integration with other plugins in LifeStealZ - Updated the README to include new configuration files - Added documentation to the main repository - Renamed `respawnHearts` to `reviveHearts` to prevent confusion
2.2.0-beta Beta 02.09.2024

LifeStealZ 2.2.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed the `dropHearts` option - Custom heart item now supports `minHearts` and `maxHearts` - Added the option to change the default heart item - Added a custom item type `none` for items like heart fragments
2.1.0-beta Beta 01.09.2024

LifeStealZ 2.1.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Config files are now split up into multiple
2.0.0-beta Beta 31.08.2024

LifeStealZ 2.0.0-beta

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` **Notice:** This is a beta release and may contain bugs or unexpected behavior. If you encounter any issues, please report them on our [Discord Server](https://strassburger.org/discord). Your feedback is invaluable in helping us improve! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Improved readability by rewriting the plugin - Refactored the code to prevent memory leaks
1.1.28 Release 30.08.2024

LifeStealZ 1.1.28

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19.x-1.21.x` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added Chinese (Simplified) (`zh-CN`) translation - Added Polnish (`pl-PL`) translation
1.1.27 Release 15.08.2024

LifeStealZ 1.1.27

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.21` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Cancel default death message on announceElimination (@abb3v) - Added SQLPlayerDataStorage to avoid reused code (@kartoffelchipss)
1.1.26 Release 05.08.2024

LifeStealZ 1.1.26

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.21` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where you could not revive players when using the `minHearts` config option
1.1.25 Release 16.07.2024

LifeStealZ 1.1.25

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.21` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where you could revive players without consuming the revive item (again²) - Decreased api version to 1.19 again
1.1.24 Release 15.07.2024

LifeStealZ 1.1.24

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.21` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Divided config file into even more sections - Fixed a bug, where you could revive players without consuming the revive item (again) - Fixed a bug, where you could place custom items if the material is a block
1.1.23 Release 08.07.2024

LifeStealZ 1.1.23

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where you could revive players without consuming the revive item
1.1.22 Release 04.07.2024

LifeStealZ 1.1.22

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added vietnamese translation (by minilabs)
1.1.21 Release 23.06.2024

LifeStealZ 1.1.21

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added a message informing Operators when a world is not whitelisted (@abb3v and @KartoffelChipss)
1.1.20 Release 14.06.2024

LifeStealZ 1.1.20

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where the minHearts would not be considered when withdrawing a heart
1.1.19 Release 09.06.2024

LifeStealZ 1.1.19

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added checks to ensure sufficient inventory space when withdrawing hearts (Thanks to @abb3v) - Fixed a bug, where hearts would not drop on natural death
1.1.18 Release 07.06.2024

LifeStealZ 1.1.18

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where the plugin would not render recipes, that have a custom item as an ingredient
1.1.17 Release 03.06.2024

LifeStealZ 1.1.17

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed an exploit, where people could dupe hearts when using it from the offhand - Updated the PlaceholderAPI dependency version - Added import/export commands - Added support for MySQL databases
1.1.16 Release 31.05.2024

LifeStealZ 1.1.16

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where recipes containing AIR would not be registered on Paper 1.20.6 - Fixed a bug, where when using a heart from a stack, the metadata of the other items would be deleted - Added the ability to use custom items in recipes
1.1.15 Release 25.05.2024

LifeStealZ 1.1.15

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where when being eliminated and kicked you would both drop and keep your items at the same time
1.1.14 Release 15.05.2024

LifeStealZ 1.1.14

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where killing yourself using an Endcrystal would put you in some sort of respawn limbo
1.1.13 Release 12.05.2024

LifeStealZ 1.1.13

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added an optional heartgain cooldown
1.1.12 Release 11.05.2024

LifeStealZ 1.1.12

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added `heartRewardOnElimination` option to deny heart rewards on elimination - `/hearts` and `/lsz hearts` commands now also work with offline players
1.1.11 Release 08.05.2024

LifeStealZ 1.1.11

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added a new localization system that adds individual lang files for multiple languages - Fixed some missing and broken translations - Added more explanations to the config file
1.1.10 Release 08.05.2024

LifeStealZ 1.1.10

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added a `minHearts` config option, that allows to set a minimum amount of hearts, for when a player should be eliminated. - The heart use sound has been moved to the individual items to allow unique sounds
1.1.9 Release 04.05.2024

LifeStealZ 1.1.9

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where the "This world is not whitelisted for Lifestealz" message would be sent on every PlayerInteraction
1.1.8 Release 04.05.2024

LifeStealZ 1.1.8

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where the heart consume message would not display the heart amount correctly - Added a confirmation message to the `/lsz giveItem` command, that is sent to the target. If you don't want this message to be sent, you can use `/lsz giveItem <player> <item> <amount> silent`
1.1.7 Release 03.05.2024

LifeStealZ 1.1.7

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where all custom items would be enchanted regardless of the config
1.1.6 Release 02.05.2024

LifeStealZ 1.1.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.6` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Added pagination to the revive menu, so you are able to revive anyone even if there are more than 54 players eliminated
1.1.5 Release 01.05.2024

LifeStealZ 1.1.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed a bug, where the `&player&` placeholder in the elimination commands would not work
1.1.4 Release 28.04.2024

LifeStealZ 1.1.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - Fixed exploit, where you could withdraw negative amount of hearts - Fixed `/withdrawheart` amount input throwing a Numberformat exception
1.1.3 Release 28.04.2024

LifeStealZ 1.1.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changes: - CustomModelData is now applied correctly - Added WorldSwitchListener to correctly set hearts when switching to a non-whitelisted world
1.1.2 Release 26.04.2024

LifeStealZ 1.1.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Removed bukkit runnables to prevent memory leaks
1.1.1 Release 26.04.2024

LifeStealZ 1.1.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Fixed memory leaks caused by the new Storage system
1.1.0 Release 26.04.2024

LifeStealZ 1.1.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` **[!!!]** If you want to update from a `< 1.0.14` version to a version `> 1.1.0`, you need to first updrade to `1.0.14` and then the newer version, to ensure Data migration! This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). ## Changes: ### Custom Items It is now possible, to add as many custom items, as you want. You can use the `customItemType` option to specify if the item should be a heart or a revive item and the `customHeartValue` option to set how many hearts it should grant when being used. The options to prevent crafting hearts and revive items has been removed. Instead you can now change this for every custom item individually. And as a quick reminder: Please don't delete the `defaultheart` item, as this is used to give players on kill if they reached their max hearts etc. and the plugin will probably shit itself. ### Storage Overhaul The storage system has been completely overhauled, to make it easier for me or other developers to add other storage methods. Currently the only and default method is SQLite, but MySQL is already planned. If you want have any other storage Method, that you would like to be added, you can join our [Discord Server](https://strassburger.org/discord) and make a suggestion! ### Anti ALT system This update introduces a new system to target farming hearts with alt accounts. This system detects if a player killed another player from the same IP adress. By default, the system is enabled, but only logs these attempts. You can also configure it to prevent the heart loss, send a message to both accounts or add custom commands (e.g. to kick them). ### Java rewrite The plugin has been completely rewritten in Java. When I started coding this plugin, I had almost no Idea what I was doing and just used Kotlin as this was easier to learn than Java. Updating this old Kotlin code was almost completely impossible, so with my new knowledge about Java and how to properly structure such a project (I still don't know everything, but more :D) I rewrote it in Java. Now it's easier to add Updates and make changes to certain parts of the project without having to change thousands of other thing. ### Bug fixes While rewriting the plugin, I fixed so many bugs, that I can't even count them all (including the item dupe bug)! But even if I fixed many bugs, there might be new ones. Especially after rewriting everything, so if you find a bug please report it to me on [Discord](https://strassburger.org/discord) or open an issue on [GitHub](https://github.com/KartoffelChipss/LifeStealZ/issues) if you don't like Discord. I'd also be happy to hear, what you have to say about the plugin! What would you change? What features would you like to see being added? What do you not like about the plugin? If you want to have a chat, join the [Discord Server](https://strassburger.org/discord)!
1.0.14 Release 18.04.2024

LifeStealZ 1.0.14

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Configurable sound for when a heart item is used
1.0.13 Release 17.04.2024

LifeStealZ 1.0.13

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Changed: - Data is now stored using SQLite
1.0.12 Release 17.04.2024

LifeStealZ 1.0.12

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Cooldown for using the heart items Fixed: - Custom item names not working
1.0.11 Release 16.04.2024

LifeStealZ 1.0.11

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - /heart command to view other peoples hearts - Now changing hearts when switching to non whitelisted world
1.0.10 Release 11.04.2024

LifeStealZ 1.0.10

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Fixed: - Fixed a bug, where elimination commands would be executed, when a player looses only one heart - Fixed a bug, where the respawn hp would not be applied correctly
1.0.9 Release 27.03.2024

LifeStealZ 1.0.9

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Can execute multiple commands on elimination - Execute commands when consuming a heart or reviving a player - Bug fixes regarding these commands - Update checker
1.0.8 Release 16.03.2024

LifeStealZ 1.0.8

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - New color library to allow HEX colors, gradients hovers etc - Option to always drop hearts on the ground when killing a player - Fixed a bug, where the revive menu wouldn't show anyone
1.0.7 Release 14.03.2024

LifeStealZ 1.0.7

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version 1.19-1.20.4 This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - WorldGuard flag to disallow heart loss in specific regions - Minimal optimizations
1.0.6 Release 10.02.2024

LifeStealZ 1.0.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Option to enforce heart limit on admin commands - Updated README
1.0.5 Release 07.02.2024

LifeStealZ 1.0.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version `1.19-1.20.4` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://github.com/KartoffelChipss/lifestealz/blob/main/src/main/resources/config.yml). Added: - Custommodeldata for heart and revive item - Custommodeldata configurable in the config.yml
1.0.4 Release 15.10.2023

LifeStealZ 1.0.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version: `1.19 - 1.20.2` This update introduces new configuration options. If you update the plugin, please take a look at the config description [here](https://modrinth.com/plugin/lifestealz). Added: - Option to disable Players loosing hearts in pvp - Added custom modeldata to revive and heart item
1.0.3 Release 07.08.2023

LifeStealZ 1.0.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2
Завантажувачі / Платформи
paper purpur
Показати зміни
This Update introduces a small bug fix. Fixed: - Bug where relogging heals a player to the maximum
1.0.2 Release 30.07.2023

LifeStealZ 1.0.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper purpur
Показати зміни
This version introduces three new config options. If you update the plugin, please take a look at the config description [here](https://modrinth.com/plugin/lifestealz). Added: - Option to disable default ban on elimination - Option to change the respawn HP - Command, that can be executed if a player is eliminated **(only if "disablePlayerBanOnElimination" is set to true)** Fixed: - Bug where a banned player could still join
1.0.1 Release 24.07.2023

LifeStealZ 1.0.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper purpur
Показати зміни
MC-Version: `1.19 - 1.20.1` Fixed a bug with the revive item not showing any or only some of the dead players
1.0.0 Release 12.06.2023

LifestealZ 1.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper spigot
Показати зміни
initial Version of lifestealz