Aurel

Results 122 comments of Aurel

Unsure then, 1.8.8 likely has outdated MySQL drivers and might only get fixed by upgrading

Could you elaborate the behaviour of "banning twice"? do you see multiple messages of the user being banned?

if the timestamps on both of these bans are equal, there is a small chance that it will accept both bans. unsure about a fix as of now though, apart...

Your reason is too long, consider using layouts refer to the issue template next time

Seems like you're using a chat formatting plugin that interferes with it. Could you try removing it and checking if it works without it?

What plugin are you using to format the chat? If the plugin is still allowing you to chat then its related to the plugin and might be only something that...

Ensure that you're correctly re-formatting the message (using the setFormat Method or something like that, instead of just cancelling the event and sending it through a Broadcast for example), aswell...

TL;DR: You are not respecting the cancellation status of the event is my guess, you can read more about it [on the EventAPI documentation on SpigotMC.org.](https://www.spigotmc.org/wiki/using-the-event-api/). I cannot provide support...

> I realized that I need to cancel the action. if(Universal.get().getMethods().callChat(e.getPlayer())){ ? Not cancel, you need to check if the event has been cancelled already. I have no clue how...

This issue does not mention the actual issue. Please include the issue you're experiencing.