Summary
- Clean up Switch command code that used to make grown men blush. (commit: 0e3374e) (details)
- Clean up Equip command. (commit: 0fd7d92) (details)
- Add Target argument to Spawn command to set a target for the entity to (commit: bbda273) (details)
- Make Spawn's Target argument also work on creatures with old AI. (commit: 127c663) (details)
- Make Health trait use Bukkit health values instead of own internal (commit: 0894f5f) (details)
- Add getClosestPlayer() utility. Add <npc.closest.player> tag. (commit: af7e644) (details)
- Add Player argument to Shoot command, thus allowing entities to be shot (commit: 204b393) (details)
- Add basic collision detection to Shoot command, thus belatedly almost (commit: 710aa41) (details)
- Make <npc.health> and <npc.health.max> not require the Health trait. (commit: 5b9f053) (details)