mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
8fe09880b7
Behaviour moved into the api plugin.
12 lines
145 B
Groovy
12 lines
145 B
Groovy
plugin {
|
|
name = "shops"
|
|
authors = [
|
|
"Stuart",
|
|
"Major",
|
|
"tlf30"
|
|
]
|
|
dependencies = [
|
|
"api",
|
|
]
|
|
}
|