If Some One wanna help me with my server. I REALY need a person that can write plugins for me. and please for free.
Sorry to crush your dreams, but 99.9% of devs will most likely not work for free. If you don't want to spend money your best bet would be to learn Java yourself.
Okay, I am highly interested in this! I will write you any minigame you want, anything you want, but I just want you to respect me. I will most definitely stay up nights for you and your outstanding server. No. seriously. There is no developer who will code you plugins for free, let alone a percent of profit(whoever says that's a joke). If someone can't pay for a developer, how can they afford advertising? Graphics? Anything? Go get some money and then start a server.
Oh dude really! I heard making an auto broadcaster was really hard. Code (Text): BukkitScheduler scheduler = getServer().getScheduler(); scheduler.scheduleSyncDelayedTask(this, new Runnable() { @Override public void run() { getServer().broadcastMessage("I'm being sarcastic."); } }, 20L);
Or even easier, Code (Text): Bukkit.getScheduler().runTaskTimer(plugin, () -> { p.sendMessage("pls luv me"); }, 0, 10);