AdvancedBan
AdvancedBan copied to clipboard
[Bug] Dysfunctional events
The problem
The plugin fails to ban people.
The issue is supposed to be fixed by changing the database character limit, and/or using less than
100
characters, but the issue still persists.
How to reproduce the issue
- Ban a player
- Player is able to log back in
Details
Console log: https://pastebin.com/VdFGkLqy
Advanced ban version: 2.3.0
Server version: 1.16.5
Server type: Yatopia
Server mode: Single
(no bungeecord)
The reason field in database has a 100 character limit and you are hitting that. You can change it to 255 in the database file in plugin folder (I don't know exacly how, I haven't used HSQLDB but there should be tools for that) OR just use shorter reason while banning
or use reason layouts for that.
I've already tested to use a character limit of 5
to see if this issue still persists, and it does.
@Hopefuls / @jeeukko