Add custom rules

Both match rule and change rule can be added by yourself with our API.

How to do that?

First you need creata a new class that extends AbstractChangesRule or AbstractMatchItemRule abstract class.

Then use:

ChangesManager.changersManager.registerNewRule(AbstractChangesRule rule)
MatchItemManager.matchItemManager.registerNewRule(AbstractMatchItemRule rule)

depends on that rule you want to register.

Both AbstractChangeRule and AbstractMatchItem object are abstract class.

Want me help you add?

If you don't have any plugin development experience and want me to help you, first you need consider buy the premium version of MythicChanger.

If your wanted rule is universal (means many people also want use it) and does not very complex, I MAYBE consider add it.

Last updated