AdvancedBan
                                
                                 AdvancedBan copied to clipboard
                                
                                    AdvancedBan copied to clipboard
                            
                            
                            
                        Add CloudnetV4 support and maven depedency fix
- kick player using cloudnet v4 instant of bungeecord (like version 3 and 2 support)
- fix player not kicked when using cloudnet v4
 
- updated maven dependencies necessary to compile
CloudnetV4 is at the moment of this pull request still in release candidate state. It's still possible that the API changes, however I consider it as very unlikely.
Looks good - has this been tested with the latest CloudNet V4 build?
I installed it on my network(which is v4 - rc5) for a few hours now, and it works fine so far.
However cloudnet v4 uses adventure text, and I was not sure first, how to convert. I used legacy next convert for (like bungeecord TextComponent.fromLeagytext) now. I think that's the correct one.
Seems like something with the Cloudnet V4 dependency is wrong (see automated test)
Looks like cloudnet 4 requires at least java 17 meanwhile advancedbans still compiles on java 1.8. i dont know how to solve this without upgrading advancedbans to java 17