fix some logic

This commit is contained in:
Colbster937
2025-05-11 14:40:36 -05:00
parent 8dbd01f016
commit af478adb3b
33 changed files with 244 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ plugins {
group = 'dev.colbster937'
version = '1.0.4'
version = '1.0.5'
description = 'A reimplementation of OriginBlacklist for EaglerXServer'
def targetJavaVersion = 17
@@ -64,7 +64,7 @@ java {
}
processResources {
filesMatching(['plugin.yml', 'bungee.yml', 'velocity-plugin.json']) {
filesMatching(['plugin.yml', 'bungee.yml', 'velocity-plugin.json', 'Base.java']) {
expand(
version: project.version,
description: project.description