From 67146ce589205dd8cc6af9d1933a500ea518b445 Mon Sep 17 00:00:00 2001 From: Zachery Date: Tue, 8 Oct 2019 17:37:54 -0500 Subject: [PATCH] Change the load method to startup This lets the plugin start before the world is generated, this is done so you can SSH into the server while it's still technically starting. --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0ad4d2d..caf20ef 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,7 +2,8 @@ name: SSHD version: ${project.version} author: Ryan Michela, Haarolean, toxuin, Justin Crawford main: com.ryanmichela.sshd.SshdPlugin +load: STARTUP commands: mkpasswd: description: Make a SSHD password hash - usage: /mkpasswd \ No newline at end of file + usage: /mkpasswd