Heelp

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Aerosa

Feedback score
0
Posts
15
Reactions
5
Resources
0
Hello,
If anyone has Emilio’s core could you please help me with it as I have just purchased it and it is very broken I have tried everything. Thanks.
Emilio's core isn't broken, you just have to import it's lib files into your project and in your server. The libs folder should also be track in your start.sh or .bat. It should search for the folder libs and load all the jars from there. If you bought it from the rightful owner they should have taught you how to set it up.
 

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
Show some code snippets?
so what are your problems ?


(this is for creating a faction)
Apparently these 2 methods are causing issues. There is also apparently an issue with WallEventListener.java which I cannot remember the specific location in the StackTrace. The PvPTimer error is also a NullPointerException.
 
Last edited:

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
70400d38e98d2fbb9062a9dca3af7239.png

https://gyazo.com/70400d38e98d2fbb9062a9dca3af7239

can you not try and fix them?
As I said, I have tried anything, but its quite odd the .jar of the HCF which came with it seems to work fine except pvp timer, but when I try the src version it doesnt. Odd.[DOUBLEPOST=1533119313][/DOUBLEPOST]
Show some code snippets?
so what are your problems ?
I have managed to fix the faction issue and all that works now, but there is a spammy pvp timer error, where:
public boolean hasTimer(String player)
{
if (FactionManager.get().getMapMode() == MapMode.KITMAP) {
return false;
}

long cooldown = Long.parseLong(getValue(player).split(":")[0]);
return (contains(player)) && (cooldown != -10L) && (cooldown > System.currentTimeMillis());
}

is giving a null pointer exception when it is trying to show it on the scoreboard.

There is also literally no scoreboard update. Like when I am vanished it says true but when i unvanish it says true still, and enderpearl, combat tag etc. do not count down, they stay at the time they started and remove themselves after they are done. Also, classes do not work.

Also /f show does not work and throws a null pointer exception error.
 
Last edited:

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
You got it for 10? Probably not a legit copy then. Who was the seller?
I mean, it seems to be a somewhat legit copy, I got most of it working, except the fact that there is no scoreboard updating, which is what I need help with. That and /f show and the pvp timer bug.
 

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
The real copy has a file that tells you how to set everything up perfectly, and in the original semi buggy version the issue you're explaining doesn't exist.

EDIT: The wall listener did have an issue and we had to recode that entirely, but the scoreboard junk never saw it.
Hmmm would you possibly be able to send me something which may help with the scoreboard issue or the .java classes so I could get it working?
 
Status
This thread has been locked.
Top