Add listener to globally disable specific blocks

This commit is contained in:
2022-11-11 18:25:22 +01:00
parent 568b719512
commit a33204b7b8
3 changed files with 103 additions and 0 deletions

View File

@@ -30,6 +30,12 @@
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
</dependency>
</dependencies>
</project>