mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
16 lines
406 B
XML
16 lines
406 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>private-messaging</id>
|
|
<version>1</version>
|
|
<name>Private Messaging</name>
|
|
<description>Adds friend and ignore list support, and private messaging.</description>
|
|
<authors>
|
|
<author>Major</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>friend.rb</script>
|
|
<script>ignore.rb</script>
|
|
<script>messaging.rb</script>
|
|
</scripts>
|
|
<dependencies />
|
|
</plugin> |