Add support back for asynchronous limiting of custom defined blocks
Add config section to toggle async limiting
Display a warning in the console when a user places a block too fast nearby a limited block
Please add the following entry to your config.yml:
Code (YAML):
general: # Should we scan custom defined block limits asynchronously? # Please note: there may be bugs when enabling this feature; test thoroughly! # Support is enabled for this feature, if you come across any incompatibility, please report! scan_async: true