mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
15 lines
332 B
XML
15 lines
332 B
XML
<?xml version="1.0"?>
|
|
<plugin>
|
|
<id>hello</id>
|
|
<version>1</version>
|
|
<name>Hello World Command</name>
|
|
<description>Adds a ::hello command which simply prints 'Hello, World!'.</description>
|
|
<authors>
|
|
<author>Graham</author>
|
|
</authors>
|
|
<scripts>
|
|
<script>hello.rb</script>
|
|
</scripts>
|
|
<dependencies />
|
|
</plugin>
|