This is the same code that tesc0 used, and judging from the screenshots, it's not programmed well.
EDIT: In case OP deletes the screenshots from the thread: https://gyazo.com/d70eca77f5657ffc46976f4c434e1902
public boolean onCommand(final CommandSender sender, final Command cmd, final String label, final String[] args) { - Unnecessary use of final.
final Inventory playerinv = Bukkit.createInventory((InventoryHolder)null, 54, String.valueOf(target.getName()) + "'s Inventory"); - Unnecessary cast...
Just an FYI before any servers use the compiled version (You also shouldn't use this because it's not very good), Oxygen has a backdoor/op
felldownstairs you should state this in the thread.
It won't. Let's say for example you have 2 plugins running on a server made by you.
If the packages are like this:
HCF Core:
me.playerstats.hcf
Staff Plugin:
me.playerstats.staff
It won't throw an exception, it will only do that if you have the same package name.
So if you had it like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.