mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
16 lines
381 B
XML
16 lines
381 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>util</id>
|
|
<version>1</version>
|
|
<name>Util</name>
|
|
<description>Adds utility methods for plugins.</description>
|
|
<authors>
|
|
<author>Major</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>command.rb</script>
|
|
<script>name_lookup.rb</script>
|
|
</scripts>
|
|
<dependencies /> <!-- This plugin should _NOT_ depend on anything. -->
|
|
</plugin>
|