mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-27 21:15:57 +01:00
Report the amount of plugins loaded
This commit is contained in:
parent
479ebf4d89
commit
e10ed6ac7a
@ -166,7 +166,7 @@ private void appendServerInformation(Server server) {
|
||||
}
|
||||
|
||||
private void appendPluginInformation(Plugin[] plugins) {
|
||||
appendHeader("Plugins");
|
||||
appendHeader("Plugins (" + plugins.length + ")");
|
||||
|
||||
LogListBlock log = new LogListBlock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user