A248 / LibertyBans

The be-all, end-all of discipline.
https://ci.hahota.net:8443/job/LibertyBans/
GNU Affero General Public License v3.0
165 stars 40 forks source link

[Bug Report]: Not ban users #247

Closed zertex closed 9 months ago

zertex commented 9 months ago

LibertyBans Version

LibertyBans 1.1.0-RC1

I have confirmed that ...

Platform

Spigot/Paper

Description

First ban command write correct info about ban on screen, but player can login... After unban: "is not banned" After next ban command I receive message: "is already banned"

A player can login any way... why?

zertex commented 9 months ago

Drop all database, work fine

A248 commented 9 months ago

Under the default configuration, this can happening if you're running a cracked server and you tried to ban a player who is not online. The default configuration assumes you're running a premium server, so it will look up the player's Mojang UUID.

This doesn't explain why unbanning would stop working, but it looks like you solved the issue regardless.