Add npc synchronization and spawning plugin.

This commit is contained in:
Major-
2013-11-03 04:49:00 +00:00
parent 918c356e40
commit 1d05097869
22 changed files with 1749 additions and 596 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<plugin>
<id>cmd-npc</id>
<version>1</version>
<name>Npc Commands</name>
<description>Adds npc-related commands.</description>
<authors>
<author>Major</author>
</authors>
<scripts>
<script>spawn.rb</script>
</scripts>
<dependencies />
</plugin>