Simple project that will create an application platform for you.
<repository>
<id>dreamcode-repository-releases</id>
<url>https://repo.dreamcode.cc/releases</url>
</repository>maven { url "https://repo.dreamcode.cc/releases" }<dependency>
<groupId>cc.dreamcode.platform</groupId>
<artifactId>core</artifactId>
<version>1.13.8</version>
</dependency>implementation "cc.dreamcode.platform:core:1.13.8"- config/commands support for platform modules.
<dependency>
<groupId>cc.dreamcode.platform</groupId>
<artifactId>{platform/common}</artifactId>
<version>1.13.8</version>
</dependency>implementation "cc.dreamcode.platform:{platform/common}:1.13.8"For project content, open project modules and see the contents of the classes. (todo)