mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
22 lines
524 B
XML
22 lines
524 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>skill-mining</id>
|
|
<version>1</version>
|
|
<name>Mining</name>
|
|
<description>Adds the mining skill.</description>
|
|
<authors>
|
|
<author>Graham</author>
|
|
<author>Mikey`</author>
|
|
<author>WH:II:DOW</author>
|
|
<author>Requa</author>
|
|
<author>Clifton</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>pickaxe.rb</script>
|
|
<script>ore.rb</script>
|
|
<script>gem.rb</script>
|
|
<script>respawn.rb</script>
|
|
<script>mining.rb</script>
|
|
</scripts>
|
|
<dependencies />
|
|
</plugin> |