Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 months ago
All versions
0.1.2
Release
Chest LockSign 0.1.22 months ago 195
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Features
- Protect blocks using
[Private]signs - Add authorized players using
[More Users]signs - Store player UUIDs while keeping usernames visible
- Automatically link UUIDs when a listed player interacts
- Prevent outdated hidden UUIDs from granting access
- Treat double chests and both halves of a door as one protected object
- Allow server operators to bypass player-facing protections
- Protect locked blocks and signs from explosions and pistons
- Block hoppers, hopper minecarts, and copper golems by default
- Allow automation with
[Redstone] - Built-in English and French messages
- Fully configurable messages through YAML files
- Server-side only
Supported Blocks
- Chests
- Trapped chests
- Barrels
- Shulker boxes
- Dispensers
- Droppers
- Furnaces
- Blast furnaces
- Smokers
- Lecterns
- Beacons
- All doors
Creating a Protection
Right-click a supported block with a regular sign while not sneaking.
The first sign is created automatically
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:oqqAF9yi:kwvzndn1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oqqAF9yi:kwvzndn1"
}

