Files
apollo/game/plugin/locations/lumbridge/build.gradle
2017-09-16 20:40:17 +01:00

10 lines
194 B
Groovy

plugin {
name = "lumbridge_npc_spawns"
packageName = "org.apollo.game.plugin.locations"
authors = [
"Gary Tierney",
]
dependencies = [
"entity:spawn",
]
}