Tags
Creators
Details
1.1.0
Compatibility
Changes
[+] Appeal system based on a discord bot
[+] Sanctions are now listed in a database with an identifier
[+] /editduration <id> <duration> (Changes the duration of a sanction)
[+] /editappeal <id> status [NOT_REQUESTED|NOT_ALLOWED|DELAYED|IN_PROGRESS|REDUCED|ACCEPTED|REFUSED] (Changes the status of the appeal related to a sanction)
[+] /editappeal <id> delay <duration> (Changes the delay to appeal a sanction)
[+] /playerinfo <online player> (Shows some data on an online player)
[+] /bans (Lists the current bans with more details than /banlist)
[+] /mutes (Lists the current mutes)
[+] /otp <player> <coordinates|player> (Same as the vanilla /tp command, but alsoworks with offline players)
[+] /otag <player> [add|list|remove] <tag> (Same as the vanilla /tag command, but also works with offline players)
[+] /admincraft:ban <player> <reason>
[+] French translation
[+] Hungarian translation
[+] Custom ban screen, can be configured by changing the correct locale file located in /config/admin_craft/lang/<locale>.json
[+] Arguments —noappeal and —delayedappeal:<duration> can now be provided in the <reason> field of any appealable sanction (i.e., (temp)bans and (temp)mutes), to change the way the player can appeal the sanction
[+] New display for /history, which also shows the sanction ID
[+] Sanction ID and appeal arguments are autocompleted
[+] Command logging
[Fix] Fixed dimension name rendering in the report webhook
[Fix] /mute and /tempmute can now mute offline players
[Fix] /tempban can now ban offline players
[Misc] Added shadowjar to build.gradle to include JDA and JDBC in the jar file
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Hh8wdyZk:NxGShdxl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hh8wdyZk:NxGShdxl"
}

