geforkt von Mirrors/Paper
Made disabled plugins show up in red in the plugins list. Thanks Yetanotherx!
By: EvilSeph <evilseph@unaligned.org>
Dieser Commit ist enthalten in:
Ursprung
8afcd239d8
Commit
940c9f9974
@ -237,7 +237,7 @@ public final class SimpleCommandMap implements CommandMap {
|
||||
pluginList.append(", ");
|
||||
}
|
||||
|
||||
pluginList.append(ChatColor.GREEN);
|
||||
pluginList.append(plugin.isEnabled() ? ChatColor.GREEN : ChatColor.RED);
|
||||
pluginList.append(plugin.getDescription().getName());
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren