mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
23 lines
519 B
XML
23 lines
519 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>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>
|