mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
13 lines
228 B
Groovy
13 lines
228 B
Groovy
plugin {
|
|
name = "chat_commands"
|
|
packageName = "org.apollo.game.plugin.cmd"
|
|
authors = [
|
|
"Graham",
|
|
"Major",
|
|
"lare96",
|
|
"cubeee",
|
|
]
|
|
dependencies = [
|
|
"util:command",
|
|
]
|
|
} |