Okay, before I start off I'd like to point out that it's a complete joke.
No offenses, neon is a great developer.
this is the most poorly coded plugin but, I know there are gonna be many hate comments soooooooo im just mentally preparing myself..
xD
EDIT: all of the code should work but not the import secret utilities. I don't think you can import that.
the code should work if you're using an api (spigot bukkit bungee whatever)
No offenses, neon is a great developer.
Java:
import secret.utilities
public class MyCompletelyOwnPlugin implements CommandExecutor {
// I'm new to java i dont know how these things work the best, just thought i'd make a joke
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
handler.registerCommand(new getPlugin());
sender.sendMessage(ChatColor.DARK_RED + "Contacting Minemen through the java binary..." + ChatColor.GRAY + "(Please wait)");
Thread.Sleep(10000);
sender.sendMessage(ChatColor.GREEN + "" + ChatColor.BOLD + "Downloaded the " + ChatColor.GOLD + "Jar" + ChatColor.GREEN + "" + ChatColor.BOLD + "from MineMen. Enabling plugin...");
Thread.Sleep(1000);
sender.sendMessage(ChatColor.translateAlternateColorCodes('&', "&7[&aPlugMan&7] &9ClubModUtilities has been enabled."); //I've been coding for a god dang day so don't bully for my bad java
getServer().broadcastMessage(ChatColor.translateAlternateColorCodes('&', "&dClub&5Mod&dUtilies &ahas been enabled! Coded by &d&l&mMinemen &7[&b&lDeveloper&7] &b&lTehNeon");
this is the most poorly coded plugin but, I know there are gonna be many hate comments soooooooo im just mentally preparing myself..
xD
EDIT: all of the code should work but not the import secret utilities. I don't think you can import that.
the code should work if you're using an api (spigot bukkit bungee whatever)
Last edited: