mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
18 lines
434 B
XML
18 lines
434 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>location-varrock</id>
|
|
<version>0.1</version>
|
|
<name>Varrock</name>
|
|
<description>Adds functionality to Varrock.</description>
|
|
<authors>
|
|
<author>Wizard Jesse</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>npcs.rb</script>
|
|
<script>shops.rb</script>
|
|
</scripts>
|
|
<dependencies>
|
|
<dependency>entity-spawning</dependency>
|
|
<dependency>shops</dependency>
|
|
</dependencies>
|
|
</plugin> |