
net.neoforged.camelot.config.module.Moderation.groovy Maven / Gradle / Ivy
package net.neoforged.camelot.config.module
import groovy.transform.CompileStatic
/**
* The module that provides moderation commands.
*
* The commands included in this module are:
*
* - {@code /warn add}, {@code /warn delete}
* - {@code /note add}, {@code /note remove}
* - {@code /mute}, {@code /unmute}
* - {@code /ban}, {@code /unban}
* - {@code /kick}
* - {@code /purge}
*
*/
@CompileStatic
class Moderation extends ModuleConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy