Is anyone here selling a HCF core that is in the price range of $100 - $150 Looking for a iHCF fork that Isn't leaked? Thank you I am really good at detailing thing if you cant tell.
Lmao I feel like he is just trying to get you to give him code to make a plugin withi guess you will see when my latest project comes out weather i skid code or not[DOUBLEPOST=1495666159][/DOUBLEPOST]
did you read what i said?[DOUBLEPOST=1495666272][/DOUBLEPOST]
so you're asking me to paste a simple command sender here?, any skid and his mum can do that, i really don't see were you are going with this[DOUBLEPOST=1495666325][/DOUBLEPOST]
i am posting a full open source kitmap core soon it will also be on github so i guess we will see then![]()
If your not a skid tell us how to display a msg on command.
pubic static final msg = "hello world";
@EventHandler
public static boolean onCommand(CommandSender s, Command cmd, String label, String[] args){
s.sendMessage(msg);
}
Why did you put an eventhandler for an onCommand method... Its not an event (Strictly speaking)Code:pubic static final msg = "hello world"; @EventHandler public static boolean onCommand(CommandSender s, Command cmd, String label, String[] args){ s.sendMessage(msg); }
Did I do it
Yes[DOUBLEPOST=1495737397][/DOUBLEPOST]You're only looking for an iHCF fork?
What you mean?Nothing wrong with necro posting.
Don't go on with him, if he's gonna try to get attention just walk away from the situation. He's not worth it, one bit.aha i never thought about that lol
It was clearly sarcasmWhy did you put an eventhandler for an onCommand method... Its not an event (Strictly speaking)
