Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.5–1.20.6
1.20.1
1.19–1.19.3
1.18.1–1.18.2
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC-BY-4.0
Published 5 months ago
Updated 5 months ago
Minecraft Chest Guard Plugin
Overview
The Minecraft Chest Guard Plugin is designed for servers that want to maintain the excitement of unprotected gameplay while offering essential notifications and permission controls. This plugin alerts you when someone opens or breaks your chests, and allows you to manage permissions for trusted players.
Features
- Chest Access Notifications: Receive instant notifications when someone opens or breaks your chest.
- Ownership Tracking: Track and save chest ownership data, even after server restarts.
- Permission Management: Allow or revoke access to your chests for specific players.
- Detailed Chest Logs: View logs of who accessed your chests and when.
Installation
- Download the Plugin: Place the plugin JAR file in your server's
plugins
folder. - Start the Server: Start your Minecraft server to generate the necessary configuration files.
- Configure Settings: Edit the
config.yml
file located in theplugins/ChestGuard/
directory to adjust settings to your liking.
Configuration
Discord Integration (Optional)
To receive notifications on Discord:
- Create a Discord bot and invite it to your server.
- Copy the bot token and paste it into the
config.yml
file under thediscord
section. - Specify the channel ID where you want to receive notifications.
Example config.yml
:
discord:
token: "YOUR_BOT_TOKEN"
channel-id: "YOUR_CHANNEL_ID"
#TICKS BETWEEN THE SERVER CHECKS FOR CHEST THAT HAVE BEEN DESTROYED BUT NOT DETECTED 6000=5MINUTES
check-interval-ticks: 5000