mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
01f2bdda58
This also fixes a bunch of bugs.
13 lines
256 B
Groovy
13 lines
256 B
Groovy
plugin {
|
|
name = "fishing_skill"
|
|
packageName = "org.apollo.game.plugin.skills.fishing"
|
|
authors = [
|
|
"Linux",
|
|
"Major",
|
|
"tlf30"
|
|
]
|
|
dependencies = [
|
|
"util:lookup", "entity:spawn", "api"
|
|
]
|
|
}
|