Tags
Creators
Details
All versions
1.1.0
Release
GhostMode 1.1.03 months ago 62
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
GhostMode v1.1.0
Initial public release.
Features
- IP Masking β hides your server IP on Add Server and Direct Connect screens with a padlock toggle
- Username Alias β replaces your real IGN with a custom alias in chat, tab list, F3, and everywhere else on screen
- F3 Filter β hide location, biome, looking at, memory, and system specs independently
- Fake Coords β replaces F3 XYZ with randomised coordinates that update on a configurable interval
- Tab List Control β hide the tab list entirely, show player count only, or set a fake ping for your entry
- Watermark β display your channel name on screen with configurable position, color, and opacity
- Master toggle β disable everything instantly with one switch
- Keybind β press J (rebindable) to open the config screen, or use ModMenu
Optional dependencies
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:71IicLJY:FEWXDmj0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:71IicLJY:FEWXDmj0"
}



