You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (this.getServer().getPluginManager().getPlugin("PlaceholderAPI") != null) {
47
49
papiEnabled = true;
48
50
} else {
49
51
this.getLogger().info("You do not have PlaceholderAPI loaded on your server. Any PlaceholderAPI placeholders used in this plugin's messages, will not work.");
0 commit comments