mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
13 lines
224 B
TOML
13 lines
224 B
TOML
name = "Chat commands"
|
|
package = "org.apollo.game.plugin.cmd"
|
|
dependencies = [ "command_utilities" ]
|
|
authors = [
|
|
"Graham",
|
|
"Major",
|
|
"lare96",
|
|
"cubeee"
|
|
]
|
|
|
|
[config]
|
|
srcDir = "src/"
|
|
testDir = "test/" |