A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

Results 174 comments of A248 πŸ‡΅πŸ‡ΈπŸ‡ͺπŸ‡­

The API design needs some work here. "Low maintenance" solutions are really high maintenance if not enough effort is put into the original API design. As I mentioned, I really...

If you're using SignedVelocity and it allows muted players to chat, that relates to your backend server's chat plugins. There are two possibilities: 1. You need to try using [SignedVelocity-Legacy](https://github.com/4drian3d/SignedVelocity-Legacy/tree/main),...

This would suggest your database doesn't support `utf8mb4`, which is strange. Can you tell me the MySQL version you're using? I need more information to figure this out.

What is strange about this bug is that it probably shouldn't be happening, despite your MariaDB version. We support MariaDB 10.4 (although at least 10.6 is recommended), and we have...

I'm going to close this issue since LibertyBans works fine on your other g-portal database, and I strongly suspect a database misconfiguration. Maybe resetting or redownloading your database's character sets...

I'm hesitant to add this feature because of the required maintenance burden. Implementing this would require significantly more complex logic and a lot of handling of edge-cases with regards to...

My only concern regards undoing such a network of sticky punishments. Let's say you decide a player was unjustly banned. Now, it is necessary to remove all the sticky punishments...

One issue with implementing this feature is one can never really know whether a player received the message sent to them. The server doesn't provide guarantees that a chat message...

This is very odd. May I ask you to try the following things? 1. Run this generic number-parsing code, and see if the result is the correct long: ```java String...