Page 1 of 1

Explicit plugin overriding

Posted: 20 Jun 2017, 12:38
by Lobby
To avoid problems that result from accidentally plugin overriding we will forbid overriding unless you specify

Code: Select all

"override":true
in your overriding plugin.

You only have to use this flag if you really want to override another plugin. If you use the same id as an existing plugin by accident, you will be notified about that fact so you can fix it. This pattern of explicit overriding is pretty common for error avoidance, also in programming languages.