All versions
4.9
Release
Update #39 | 4.93 weeks ago 2,154
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
*
1. Fixed a bug related to spectator mode.
2. Various plugin fixes and improvements.
3. Added the Follow-Initiator-With-Target and Free-Fly-Max-Radius keys to CmdArgSpec.yml.
4. Commands defined in GlobalFile.yml are now reloaded after executing the /scheck reload command.
5. Command arguments such as start, stop, timer, offline, troll, and others can now be customized in GlobalFile.yml.
6. Added the missing Session-Time-Labels key to all language files.
7. Updated the format of reasons in Reasons.yml. The old format is no longer supported. The file will now be automatically updated when new content is added.
8. While in spectator mode, you can now switch to another player during an active inspection.
9. Removed the Already-Watching-Another and Already-Being-Watched-By-Another keys from the language files.
10. Multiple moderators can now spectate the same player simultaneously.
*
If you find any bugs, I'll do my best to fix them in the next update.
If you enjoy the plugin, I would greatly appreciate it if you could leave a positive review.
It really helps and motivates further development!
*
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:E9jQG9O5:nnjMRbrp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E9jQG9O5:nnjMRbrp"
}

