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.
This commit is contained in:
Zachery 2019-10-08 17:37:54 -05:00 committed by GitHub
parent e986cacc50
commit 67146ce589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 <hash|help> <password>
usage: /mkpasswd <hash|help> <password>