Skip to content

Commit

Permalink
Update pqrs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 authored Feb 22, 2017
1 parent cd2c6d1 commit f06367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pqrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LOWEST -> LOW -> NORMAL -> HIGH -> HIGHEST -> MONITOR
Therefore, it is RECOMMENDED that plugins that plugins modifying events in a specific manner (e.g. handling specific block interaction in a sign-clicking plugin) use LOW priority, while plugins modifying events in a large scale (e.g. area protection plugins cancelling all block interaction in an area) use HIGH priority.

## 6. Custom events
Custom events SHOULD extend pocketmine\event\plugin\PluginEvent, preferrably with a superclass for all events from the same plugin.
Custom events SHOULD extend `pocketmine\event\plugin\PluginEvent`, preferrably with a superclass for all events from the same plugin.

## ∞. Contact / Comments
For any discussion, visit [the forum thread](https://forums.pmmp.io/threads/pqrs.855/).
Expand Down

0 comments on commit f06367a

Please sign in to comment.