Add base for Kotlin commands

This commit is contained in:
Cube
2017-06-03 02:22:37 +03:00
parent ce3150082d
commit 30fc810d61
5 changed files with 49 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
name = "Chat commands"
package = "org.apollo.game.plugin.cmd"
authors = [ "Graham", "cubeee" ]
[config]
srcDir = "src/"
testDir = "test/"