Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirblobman/compressed-hearts
A plugin that allows you to set the scale of a player's hearts.
https://github.com/sirblobman/compressed-hearts
absorption bukkit compress compressed health hearts minecraft paper plugin scale scaled spigot wither
Last synced: about 2 months ago
JSON representation
A plugin that allows you to set the scale of a player's hearts.
- Host: GitHub
- URL: https://github.com/sirblobman/compressed-hearts
- Owner: SirBlobman
- License: gpl-3.0
- Created: 2020-01-13T00:49:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T08:45:42.000Z (4 months ago)
- Last Synced: 2024-10-30T04:28:46.669Z (3 months ago)
- Topics: absorption, bukkit, compress, compressed, health, hearts, minecraft, paper, plugin, scale, scaled, spigot, wither
- Language: Java
- Homepage: https://www.spigotmc.org/resources/44024/
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Compressed Hearts
A plugin that allows you to change the heart scale of your players.
## Requirements
- [Spigot](https://www.spigotmc.org/) 1.8.8-1.21
- [BlueSlimeCore](https://www.spigotmc.org/resources/83189/) 2.9.6+## Optional Requirements
- [PlaceholderAPI](https://www.spigotmc.org/resources/6245/) 2.11.6+
## Features
- Scaled player health to prevent screen overflow.
- Configurable display type for actual health information.
- **Boss Bar:** Show the health as a bar on top of the player's screen
- **Action Bar:** Show the health as a text line above the player's hotbar.
- **No Display:** Don't show the health anywhere.
- Boss Bar and Action Bar options support PlaceholderAPI.
- Configurable messages and optional per-player locale (requires manual translation).
- Option to show values as health (decimal) or hearts (integer) with custom formats.
- Option to hide health with magic formatting when player has wither effect applied.
- Command for players to choose whether they want their health to scale and their display type.## Commmands
- **/hp**:
- **Description:** Check your current health.
- **Permission:** `ch.command.hp`
- **Aliases:** `/hearts, /health`
- **Sub-Commands:**
- **/hp <player>**:
- **Description:** Check the health of another player.- **/compressed-hearts**:
- **Description:** Administrator and settings command for Compressed Hearts.
- **Permission:** `ch.command.compressed-hearts`
- **Aliases:** `/ch, /compressedhearts, /chearts, /compressedh`
- **Sub-Commands:**
- **/compressed-hearts reload**:
- **Description:** Reload the configuration files.
- **Permission:** `ch.command.compressed-hearts.reload`
- **/compressed-hearts help**:
- **Description:** View a list of commands from Compressed Hearts.
- **Permission:** `ch.command.compressed-hearts.help`
- **/compressed-hearts compress**:
- **Description:** Toggle whether your hearts are scaled or not.
- **Permission:** `ch.command.compressed-hearts.compress`
- **/compressed-hearts display <bossbar | actionbar | none>**:
- **Description:** Change the display type for your health.
- **Permission:** `ch.command.compressed-hearts.display`