Files
apollo/game/data/plugins/consumables/plugin.xml
T
KeepBotting 739c331860 Housekeeping
2019-03-26 14:05:40 -04:00

17 lines
414 B
XML

<?xml version="1.0"?>
<plugin>
<id>consumables</id>
<version>0.1</version>
<name>Consumables</name>
<description>Adds support for consumables (e.g. potions, food).</description>
<authors>
<author>Major</author>
<author>Ryley</author>
</authors>
<scripts>
<script>consumable.rb</script>
<script>food.rb</script>
<script>potions.rb</script>
</scripts>
<dependencies />
</plugin>