[AB-80] added statistic module containing a first draft of templates for emote tracking

changed text to indicate a feature mode is part of the default config
removed command reference from incorrect feature mode exception template
This commit is contained in:
Sheldan
2020-11-11 17:13:39 +01:00
parent a711eb99b9
commit 6ec791b24a
94 changed files with 333 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>