A248 π΅πΈπͺπ
A248 π΅πΈπͺπ
For anyone having this issue, it's caused by FactionsUUID making a binary-incompatible change to Faction#getOnlinePlayers. The method now returns a List instead of ArrayList. To get a working version of...
Search the web for how to add a jar file as a dependency using Maven - there are plenty of answers on the topic and you will learn by doing...
Why doesn't `%HEXID%` work for you? Where did you place that message? I would suggest joining the discord server for better support
Most likely you have another plugin which is leaking connections, which is why you receive "too many connections". That, or you have a plugin whose connection pool you cranked up...
Here is another scenario which is more common, and lifts one of the requirements of the last scenario: 1. A banned player logs in 2. AdvancedBan queries the user's ban...
If you use a proxy you should install AdvancedBan on it. If you want your console to send commands then use a command synchronization plugin. I suggest joining the discord...
This has been mentioned in the context of other discussions too. The priority should be configurable so that savvy users can orchestrate their plugins properly.
> reason=WspΓ³Εpraca z Urbi03 Make sure the proper encoding is set on your database, at the database level, table level, and column level. You may need to use the ALTER...
That's not exactly true. You may use your server's `commands.yml` to specify command overrides and resolve plugin conflicts. Steps: 1. Enable `Friendly-Register-Commands` in the AdvancedBan config. 2. Configure the commands.yml...
The core of AdvancedBan cannot depend on bungeecord-chat. Otherwise, it'll break in other environments which don't include that dependency.