mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 16:49:11 +00:00
52c25946b9
Thanks to tlf30 for a lot of work on this.
13 lines
218 B
Groovy
13 lines
218 B
Groovy
plugin {
|
|
name = "shops"
|
|
packageName = "org.apollo.game.plugin.shops"
|
|
authors = [
|
|
"Stuart",
|
|
"Major",
|
|
"tlf30"
|
|
]
|
|
dependencies = [
|
|
"util:lookup",
|
|
]
|
|
}
|