How to change the priority of the event? You need to plug in a single event is triggered earlier than in other
PHP: class MListener implements Listener{ /** * @priority <PRIORITY> */ public function mListener(SubclassOfEvent $e){}} <PRIORITY> is, from the first run to last run: Code: LOWEST LOW NORMAL HIGH HIGHEST MONITOR By default it is normal. If you use MONITOR, you must not change anything or cancel the event because MONITOR is to listen only; and if you change things there, other plugins that want to listen to the change of the event won't see the change.