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.
- Host: GitHub
- URL: https://github.com/toxicity188/betterdamage
- Owner: toxicity188
- License: other
- Created: 2025-03-01T11:53:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T22:26:02.000Z (about 1 year ago)
- Last Synced: 2025-04-18T12:21:17.575Z (about 1 year ago)
- Topics: damage, folia-plugin, folia-supported, minecraft, minecraft-plugin, minecraft-server, paper-plugin, spigot-plugin
- Language: Kotlin
- Homepage:
- Size: 166 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

Welcome to BetterDamage!
[SpigotMC](https://www.spigotmc.org/resources/123850/) | [GitHub](https://github.com/toxicity188/BetterDamage) | [Wiki](https://github.com/toxicity188/BetterDamage/wiki)
[](https://discord.com/invite/rePyFESDbk)
[](https://github.com/toxicity188/BetterDamage/issues)
[](https://bstats.org/plugin/bukkit/BetterDamage/24961)

### 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/#toxicity188/BetterDamage)
```kotlin
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.toxicity188:BetterDamage:Tag")
}
```