mirror of
https://github.com/colbster937/originblacklist.git
synced 2025-12-14 23:07:42 +00:00
add ip blacklisting & blacklist cmd
This commit is contained in:
@@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
|
||||
group = 'dev.colbster937'
|
||||
version = '1.0.6'
|
||||
version = '1.1.0'
|
||||
description = 'A reimplementation of OriginBlacklist for EaglerXServer'
|
||||
def targetJavaVersion = 17
|
||||
|
||||
@@ -51,6 +51,7 @@ dependencies {
|
||||
implementation("org.yaml:snakeyaml:2.2")
|
||||
implementation("net.kyori:adventure-text-serializer-legacy:4.20.0")
|
||||
implementation("net.kyori:adventure-text-minimessage:4.20.0")
|
||||
implementation("com.github.seancfoley:ipaddress:5.3.4")
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -74,6 +75,7 @@ processResources {
|
||||
|
||||
shadowJar {
|
||||
relocate 'org.yaml.snakeyaml', 'dev.colbster937.shaded.snakeyaml'
|
||||
relocate 'inet.ipaddr', 'dev.colbster937.shaded.ipaddr'
|
||||
archiveVersion.set('')
|
||||
archiveClassifier.set('')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user