mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
8fe09880b7
Behaviour moved into the api plugin.
13 lines
176 B
Groovy
13 lines
176 B
Groovy
plugin {
|
|
name = "fishing_skill"
|
|
authors = [
|
|
"Linux",
|
|
"Major",
|
|
"tlf30"
|
|
]
|
|
dependencies = [
|
|
"api",
|
|
"entity:spawn",
|
|
]
|
|
}
|