Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Capture Koth , FactionUUID #139

Open
Ariel0110 opened this issue Jun 11, 2020 · 3 comments
Open

Cannot Capture Koth , FactionUUID #139

Ariel0110 opened this issue Jun 11, 2020 · 3 comments

Comments

@Ariel0110
Copy link

Can't seem to capture the koth , I followed the insturctions here : http://dev.thomasvdbulk.nl/KoTH/faq#capture

But It doesn't let me capture..

Error Log : https://pastebin.com/Pea27vAE

@SubSide

Tagging The Dev As there seems to be other people with the same issue , Issues aren't answered for more than 2 - 3 months.

Please Help Me Resolve it , Thanks.

@A248
Copy link

A248 commented Jul 7, 2020

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 KOTH, you only need to recompile the source. KOTH does not rely on the List being specifically an ArrayList. To do this, you may need to collect the dependencies of KOTH (or strip out the ones you don't need).

#138
#135

@TheJoshue
Copy link

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 KOTH, you only need to recompile the source. KOTH does not rely on the List being specifically an ArrayList. To do this, you may need to collect the dependencies of KOTH (or strip out the ones you don't need).

#138
#135

and can you tell us where to put KOTH dependencies (jar files)? Compiling using ubuntu, maven

@A248
Copy link

A248 commented Sep 23, 2021

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 it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants