Update readme as it's wildly out of date

This commit is contained in:
Justin Crawford
2019-10-06 01:04:22 -07:00
parent 4a39525809
commit 1b4c7c2304
2 changed files with 51 additions and 34 deletions

View File

@@ -58,7 +58,6 @@ class SshdPlugin extends JavaPlugin
{
instance = this;
// pls comment this shit so I know what it does.
sshd = SshServer.setUpDefaultServer();
sshd.setPort(getConfig().getInt("Port", 1025));
String host = getConfig().getString("ListenAddress", "all");