KOTH icon indicating copy to clipboard operation
KOTH copied to clipboard

Cannot Capture Koth , FactionUUID

Open Ariel0110 opened this issue 4 years ago • 3 comments

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.

Ariel0110 avatar Jun 11 '20 16:06 Ariel0110

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

A248 avatar Jul 07 '20 22:07 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 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

TheJoshue avatar Sep 23 '21 12:09 TheJoshue

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.

A248 avatar Sep 23 '21 16:09 A248