#.hidePlayer() help
1 messages · Page 1 of 1 (latest)
is your plugin actually called "np"?
normally you want to either use a static getter or dependency injection instead of getting your plugin by name every time
https://blog.jeff-media.com/getting-your-main-classes-instance-in-another-class/
Plugin plugin = JavaPlugin.getProvidingPlugin(this.getClass()) if you’re extremely lazy
yeah better than getting it by name but...
Heheh
still not so nice
^ very true