Files
apollo/game/plugin/locations/varrock/build.gradle
2017-09-23 13:30:23 +01:00

12 lines
242 B
Groovy

plugin {
name = "varrock"
packageName = "org.apollo.game.plugin.locations.varrock"
authors = [
"Jesse W",
"Major",
"tlf30",
]
dependencies = [
"entity:spawn", "shops"
]
}