#.hidePlayer() help

1 messages · Page 1 of 1 (latest)

restive nova
#

How can I get the plugins instance? Like for using .hidePlayer()
I tried using java Bukkit.getServer().getPluginManager().getPlugin("np");
but then it shows this error

#

.hidePlayer() help

formal ice
#

is your plugin actually called "np"?

paper owl
#

Plugin plugin = JavaPlugin.getProvidingPlugin(this.getClass()) if you’re extremely lazy

restive nova
#

alright

#

yeah I had to abbreviate a long name

formal ice
paper owl
#

Heheh

formal ice
#

still not so nice

paper owl
#

^ very true