Remove meta.toml files

Since plugins were moved to gradle they aren't used anyway.
This commit is contained in:
Major
2017-09-24 02:40:33 +01:00
parent 01f2bdda58
commit 8c2f086ae5
21 changed files with 0 additions and 141 deletions
-13
View File
@@ -1,13 +0,0 @@
name = "Chat commands"
package = "org.apollo.game.plugin.cmd"
dependencies = [ "command_utilities" ]
authors = [
"Graham",
"Major",
"lare96",
"cubeee"
]
[config]
srcDir = "src/"
testDir = "test/"