Gets the plugins actived on the server.
writeln("There are ", server.plugins.filter!(a => a.author == "sel-plugins").length, " by sel-plugins"); writeln("There are ", server.plugins.filter!(a => a.api).length, " plugins with APIs");
See Implementation
Gets the plugins actived on the server.