Tags
Creators
Details
1.5.2-fabric
Compatibility
Changes
New Module: Fog of War
Added a new module called "Fog of War" (inspired by anticheat-methods by the same name), this module allows Sentry to completely block and hide other players from getting information and packets about other players when they are hidden behind a wall or at out of sight.
This completely removes any way of players that could use Wallhacks/PlayerESP/X-Rays to see and track other players behind blocks.
- This module requires Sentry Prime.
- In the plugin version, requires PacketEvents to be installed.
Features
- Finally added /sentry reload, please remember that some critical configurations need a full server restart to apply.
Hack Blocker
- Added support to block the 'Health Indicators' mod
Fixes
- Fixed the alternative method not working.
- Fixed Anti-VPN to use better and native methods for completely async requests
- Fixed hack-blocker and fog-of-war throwing errors when you do not have Sentry Prime, now a cool message is sent instead of a full error.
- Added some useful comments for anti-bot.yml
- Added some useful comments for hack-blocker.yml
- Added some useful comments for op-protection.yml
Plugin: Fixes
- Fixed messages not being colored correctly
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:m9FLyOq4:OHppQG2a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m9FLyOq4:OHppQG2a"
}

