Summary
- Avoid making new meta rules. (commit: d75fe8f) (details)
- Final compromise :P (commit: a879014) (details)
- add 'determine uncancelled' to 'on player clicks' (commit: a19d72c) (details)
- Correct meta error in 'on furnace smelts' (commit: bd340cd) (details)
- Use npc.getEntity() instead of npc.getLivingEntity() where possible. (commit: c4eee41) (details)
- Change 'uncancelled' to 'cancelled:false' (commit: 184a362) (details)
- Add dNPC.getLivingEntity() to fix some errors (commit: b1cb29a) (details)
- Add new command 'despawn' (commit: f034952) (details)
- Update all NPC tag meta to include the n@notation (commit: 2e7090e) (details)
- Add Create command to make new NPCs. (commit: 4ef8dd4) (details)
- Add CREATE meta. Fix other metas. (commit: 215ffda) (details)
- Add new meta system, "<@link MetaType MetaName>" (commit: 3550a91) (details)
- Fix #516, clone the location before adding random numbers willy-nilly. (commit: a1f938c) (details)
- Formatting. (commit: 0d046e8) (details)
- Show all events firing, even when trimmed when using 'denizen debug -e' (commit: 87feb18) (details)