barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Improved events #62

Closed barneygale closed 11 years ago

barneygale commented 11 years ago

Good things:

edk0 commented 11 years ago

we should consider not reversing the priorities as bukkit does (highest is called last). high-priority event handlers should have a greater chance of seeing an event before it's eaten than low-priority ones.