add ssh support

This commit is contained in:
Lemon
2019-01-18 18:08:20 +05:00
parent 746ccdfd44
commit 7c6c407f78
4 changed files with 104 additions and 0 deletions

View File

@ -168,6 +168,12 @@
<version>6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.TFPatches</groupId>
<artifactId>BukkitSSH</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>
<build>