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
+3 -1
View File
@@ -10,5 +10,7 @@
<scripts>
<script>npc-spawn.rb</script>
</scripts>
<dependencies />
<dependencies>
<dependency>util</dependency>
</dependencies>
</plugin>