Summary
- Allow fetching of NPCs using n@name instead of just n@id, useful for (commit: 6b0703b) (details)
- Add "player animates" and "player drops item" world events. Add some (commit: 8122bee) (details)
- Add "structure grows" and "portal created" world events. (commit: bbcd485) (details)
- Add "chunk loads" and "chunk unloads" world events. (commit: d8ebf29) (details)
- Add "horse jumps", "player toggles flight", "player toggles sneak" and (commit: 30412f2) (details)
- Add "player throws egg", "player kicked" and "player shears entity" (commit: eba9932) (details)
- Add "entity enters portal", "player dyes sheep", "sheep regrows wool" (commit: 8e49970) (details)
- Add "creeper powered", "entity changes block", "entity unleashed", "pig (commit: b049450) (details)
- Add "furnace burns", "furnace smelts", "piston extends", "piston (commit: dea7567) (details)
- Add "world loads", "world unloads", "world saves", "world initializes" (commit: 213b08e) (details)
- Add "item enchanted", "inventory picks up item" and "item moved from (commit: 7c317e2) (details)
- Make Fly command more intuitive. (commit: b9ca78b) (details)
- Remove chunk events for the time being, because they may be too laggy. (commit: a9d6020) (details)
- Small fix to Fly. Should work great now. (commit: 9c2121f) (details)