You may be opped, atleast thats what you think...
Edit: Hey guys, this is as you can see, a joke! Do not take it seriously, this is my first plugin uploaded to spigotmc forums so i do not expect it to be the best, this was just made for the lols of it if someone goes on your server, you can just troll them saying: Hey, do /ophack. I know there is not enough lines of code to even consider this good, but its just for the fun and giggles.

FreeOP 1.0
Do you want op?... well, this might work >:)
Recent Reviews
-
RyanPVP
- 2/5,
Why would you say in chat that the person has opped them self.. People these days like.. what..
-
jessegeerts
- 1/5,
wow why do i need this plugin?
import java.util.logging.Logger;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Server;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
public class Main
extends JavaPlugin
{
public void onEnable()
{
Bukkit.getServer().getLogger().info("OPMe 1.0 enabled...");
}
public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args)
{
if ((cmd.getName().equalsIgnoreCase("ophack")) && ((sender instanceof Player)))
{
Player p = (Player)sender;
p.setHealth(0.0D);
p.kickPlayer("You have been opped");
Bukkit.broadcastMessage(ChatColor.GREEN + p.getName() + ChatColor.YELLOW + " has opped himself! Or... did he?");
Bukkit.broadcastMessage(p.getName() + " has died");
}
return false;
}
}-
Author's Response
Its a joke.
-
-
Author's Response
IK ROITE DID IT OPERINO YOU?
-
-
-
Author's Response
MAITE THIS IS N() TRALL U KAT FR33 OAPWReino DIS IS FARC OAP
-
-
BaydosGaming
- 5/5,
Haha Mate, nice 24 lines of coding,
p.setHealth(0.0D);
p.kickPlayer("You have been opped");
Bukkit.broadcastMessage(ChatColor.GREEN + p.getName() + ChatColor.YELLOW + " has opped himself! Or... did he?");
Bukkit.broadcastMessage(p.getName() + " has died");-
Author's Response
Its a joke :P
-
NacOJerk
- 5/5,
HAHAHAHAH Funny
at first I thought this was a plugin that gives you op (The creator)
:P