An open API service indexing awesome lists of open source software.

https://github.com/toxicity188/betterdamage

Provides simple damage skin for Minecraft Bukkit.
https://github.com/toxicity188/betterdamage

damage folia-plugin folia-supported minecraft minecraft-plugin minecraft-server paper-plugin spigot-plugin

Last synced: about 1 year ago
JSON representation

Provides simple damage skin for Minecraft Bukkit.

Awesome Lists containing this project

README

          

![0](https://github.com/user-attachments/assets/b72c6d7c-d614-4b88-975d-44beb3997570)

Welcome to BetterDamage!

[SpigotMC](https://www.spigotmc.org/resources/123850/) | [GitHub](https://github.com/toxicity188/BetterDamage) | [Wiki](https://github.com/toxicity188/BetterDamage/wiki)

[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/invite/rePyFESDbk)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/toxicity188/BetterDamage?style=for-the-badge&logo=github)](https://github.com/toxicity188/BetterDamage/issues)
[![bStats Servers](https://img.shields.io/bstats/servers/24961?style=for-the-badge&logo=minecraft&label=bStats&color=0%2C150%2C136%2C0)](https://bstats.org/plugin/bukkit/BetterDamage/24961)

![](https://i.imgur.com/BCoo007.gif)

### Provides simple damage skin for Minecraft Bukkit.
This plugin implements damage skin.
- Auto resource pack build
- Custom skin per user
- Multi trigger support

### Supported Plugins
- BetterModel, ModelEngine - detect model's height
- MythicLib - support damage event

### Platform
- Spigot, Paper and Folia or fork of them.

### Version
- 1.20.1-1.21.5

### Build
./gradlew build

### API
[![](https://jitpack.io/v/toxicity188/BetterDamage.svg)](https://jitpack.io/#toxicity188/BetterDamage)
```kotlin
repositories {
maven("https://jitpack.io")
}

dependencies {
implementation("com.github.toxicity188:BetterDamage:Tag")
}
```