There are multiple options:
- Option 1: Multiblocks is always enabled and arbitrary number of blocks of one target is allowed. We would remove $wgEnableMultiBlocks
- Option 2: Multiblocks is always enabled and a fixed number (e.g. 10) of blocks of one target is allowed. We would remove $wgEnableMultiBlocks
- Option 3: Multiblocks is always enabled and a user-configurable number of blocks of one target is allowed. We would remove $wgEnableMultiBlocks and introduce a new configration variable such as $wgMultiBlockLimit; setting it to 1 will disable multiblock.
- Option 4: Multiblocks can be disabled and arbitrary number of blocks of one target is allowed if it is enabled.
- Option 5: Multiblocks can be disabled and a fixed number (e.g. 10) of blocks of one target is allowed if it is enabled.