Add the new utils plugin, change entity spawning and the lookup command plugins to use it.

This commit is contained in:
Major-
2014-08-09 06:45:53 +01:00
parent e08a737933
commit 587901c630
8 changed files with 157 additions and 28 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<plugin>
<id>util</id>
<version>1</version>
<name>Util</name>
<description>Adds utility methods for plugins.</description>
<authors>
<author>Major</author>
</authors>
<scripts>
<script>command.rb</script>
<script>intercept.rb</script>
<script>item-on-item-intercept.rb</script>
<script>name-lookup.rb</script>
</scripts>
<dependencies /> <!-- This plugin should _NOT_ depend on anything. -->
</plugin>