Hi, I recently saw your thread on the forums saying you need a plugin coder. Well, I know a bit of Java, and I have coded several plugins. I am also great at server stuff too. If you don't believe me, here is some code:
public boolean CommandUse(CommandSender sender, Command cmd, String label, String args[]){
Player player = (Player) sender;
if(cmd.getName().equalsIgnoreCase("whichserveristhebest")){
if(awesome.contains(player.getName())){
player.sendMessage(ChatColor.GREEN + "THIS SERVER IS DA BEST!");
}else{
player.sendMessage(ChatColor.GREEN + "THIS SERVER IS STILL THE BEST!");
}
}
return true;
}
I am also in the makings of making a new plugin called "ProtectionPlus". It essentially helps players protect their buildings from griefers in just one command. Thanks for your time. Also, on a side note, I need my developer partner, Guizah, to be allowed on the server as well.
IGNs:
stanleymanley123 (Coder, developer)
Guizah (Developer, code finder)
Sorry this wasn't in a message, for some reason I couldn't send one