feat: take a configurable percent of money from killed players
This commit is contained in:
parent
8d8585c85d
commit
30700e9609
4 changed files with 21 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue