[closed]
soliddanii opened this issue ยท 3 comments
Based on drtshock's response to #807, I still don't think we're going to manually hook into a third-party vanish plugin to add support for it, especially not a paid one. There's already hooks so that plugins can set whether or not the player is hidden through the API (User#setHidden
).
IEssentials essentials = (IEssentials) Bukkit.getPluginManager().getPlugin("Essentials");
IUser user = essentials.getUser(player);
user.setHidden(true);
This isn't a Java support thread.
You can use this Maven repo for an always up-to-date version of EssentialsX to build against, and EssentialsX should be included in your build config as a provided
dependency.