mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Remove plugins.gradle and factor into common extension
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
apolloPlugin {
|
||||
name = "Chat commands"
|
||||
packageName = "org.apollo.game.plugin.cmd"
|
||||
authors = [
|
||||
"Graham",
|
||||
"Major",
|
||||
"lare96",
|
||||
"cubeee",
|
||||
]
|
||||
dependencies = [
|
||||
"util:command",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user