Gets the plugin manager for interfacing with plugins. @return a plugin manager for this Server instance
()
| 475 | * @return a plugin manager for this Server instance |
| 476 | */ |
| 477 | @NotNull |
| 478 | public static PluginManager getPluginManager() { |
| 479 | return server.getPluginManager(); |
| 480 | } |
| 481 | |
| 482 | /** |
| 483 | * Gets the scheduler for managing scheduled events. |
no test coverage detected