mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-18 05:40:32 +00:00
[OPB-40] adding warning threshold notification
restructured template module structure and naming
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
Switches the moderation role to a different color
|
||||
@@ -0,0 +1 @@
|
||||
Changes the colors of the staff role (if enabled) to a defined color. If turned off, it removes the color again.
|
||||
@@ -0,0 +1 @@
|
||||
'true' to enable, anything else to disable.
|
||||
@@ -0,0 +1 @@
|
||||
Custom moderation
|
||||
@@ -0,0 +1 @@
|
||||
The color the moderation role should take when mod mode is active. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the moderation role. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The amount of warnings to notify at. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The channel in which warn threshold notifications should be sent to. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
Moderation role was not configured correctly. Role could not be found. Setup the feature.
|
||||
@@ -0,0 +1 @@
|
||||
The user ${warnedMemberMention} (${warnedUserId?c}) has reached ${warnCount} warnings.
|
||||
@@ -0,0 +1 @@
|
||||
A user has reached the threshold of warnings.
|
||||
Reference in New Issue
Block a user