Minecraft Blogs / Tutorial

How to decomplie a plugin / mod

  • 1,090 views, 1 today
  • 1
  • 0
fillpant's Avatar fillpant
Level 65 : High Grandmaster Programmer
109
Well i had a blog on some people giving out a "Anti DoS" plugin that actualy is a pluggin that makes them op when they do /opl

So here is a way to find if someone is trying to give you such a plugin:
this works with linux/windows/mac
  1. Download this: jd.benow.ca/ (go on "jd-gui" and chose your os)
  2. install it / execute it
  3. when it opens, load the plugin by chosing "open" and the file.
  4. check the code for: "setOP(true);"
    if that exists, check if it has somthing like that above it:
    if(player.hasPermission("somthing.somthing"){
    somthing else here
    } else {
    somthing else here <-- BE SURE THAT HERE IS NO setOP(true);
    }
  5. if it has somthing similar (that contains the "if player.hasPermission...")
    then you can install it. but if it does not DONT!


Tips: in any case if it contains setOp(true); i dont sugest you using it.
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome