DevLeoko / AdvancedBan

AdvancedBan is a Spigot plugin to manage punishments on single servers and server networks
GNU General Public License v3.0
158 stars 130 forks source link

Having api problem #564

Closed Kokored7214 closed 2 years ago

Kokored7214 commented 2 years ago

What version of AdvancedBan (/AdvancedBan) are you using? 2.3.0

What kind of server do you have (Bungeecord/single server)? Bungeecord

What server version (/version) are you using? Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:ba3bbcc:483

Please provide the EXACT steps required to reproduce the problem...

if(!PunishmentManager.get().isBanned(UUIDManager.get().getUUID(player.getName()))) {
                    new Punishment(player.getName(), UUIDManager.get().getUUID(player.getName()), "reason", "admin", PunishmentType.BAN, TimeManager.getTime(), -1, null, -1).create();
}

Any error/log post it through pastebin.com and link it here. (Also include /plugins/AdvancedBan/logs/latest.log) https://pastebin.com/8GgfUYjs

Add any additional information below.

my pom.xml https://pastebin.com/q8Lm2Lt3

Hopefuls commented 2 years ago

Are you perhaps shading the AdvancedBan on your end? If so, you'll need to exclude it from it as it is already present on the server and no shading is required for that