feat: take a configurable percent of money from killed players

This commit is contained in:
HerozDotExe 2026-02-09 18:15:13 +01:00
parent 8d8585c85d
commit 30700e9609
4 changed files with 21 additions and 1 deletions

View file

@ -12,6 +12,9 @@ repositories {
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
}
maven {
url = 'https://repo.rosewooddev.io/repository/public/'
}
}
dependencies {
@ -19,6 +22,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.13.2")
implementation("net.kyori:adventure-api:4.26.1")
implementation("net.kyori:adventure-text-minimessage:4.26.1")
compileOnly("org.black_ixx:playerpoints:3.3.3")
}
tasks {