[OPB-30] porting mod mode command

enabling anti raid module
This commit is contained in:
Sheldan
2021-07-14 02:09:29 +02:00
parent 86eac5f2a5
commit 8a38dd3d1a
31 changed files with 1838 additions and 6 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>

View File

@@ -0,0 +1 @@
Switches the moderation role to a different color

View File

@@ -0,0 +1 @@
The color the moderation role should take when mod mode is active. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
The ID of the moderation role. Default: ${defaultValue}

View File

@@ -0,0 +1 @@
Moderation role was not configured correctly. Role could not be found. Setup the feature.