mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
12 lines
234 B
Groovy
12 lines
234 B
Groovy
apolloPlugin {
|
|
name = "following"
|
|
packageName = "org.apollo.game.plugin.entity"
|
|
authors = [
|
|
"Gary Tierney",
|
|
]
|
|
dependencies = [
|
|
"walkto",
|
|
"command_utilities",
|
|
"player_action",
|
|
]
|
|
} |