Files
apollo/data/plugins/hello/plugin.xml
T
2013-10-27 18:08:29 +00:00

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>