2.1.0
Compatibility
Changes
š” GuardianControl v2.1.0
Major Administration Update
This update introduces a large collection of new administration tools, server protection improvements, moderation features and quality-of-life enhancements.
⨠New Features
š¤ Player Management
- Added Freeze / Unfreeze
- Added Vanish Mode
- Added God Mode
- Added Fly Mode
- Added Speed Command
- Added Heal & Feed
- Added Inventory Viewer
- Added Ender Chest Viewer
- Added Nickname System
- Added Glow Toggle
- Added Player Back System
- Added Kill & Suicide Commands
š” Protection
- Block Place Protection
- Block Break Protection
- Water Protection
- Lava Protection
- TNT Protection
- Creeper Explosion Protection
- Fire Protection
- Bucket Protection
- Piston Protection
- Redstone Protection
- Portal Protection
- World Protection Radius
š World
- Day / Night
- Noon / Midnight
- Weather Control
- Time Freeze
- Time Resume
- World Border
- Difficulty Control
- Spawn Management
- Random Teleport
ā PvP
- PvP Toggle
- Safe Zones
- Combat Logger
- Friendly Fire
- Duel System
- Keep Inventory Toggle
š¦ Inventory
- Give Items
- Give All
- Repair
- Repair All
- Enchant
- Kits
- Trash Inventory
š Teleport
- Teleport
- Teleport Here
- Teleport Everyone
- Homes
- Warps
- Spawn
- Back
š« Restrictions
- Disable Block Placement
- Disable Block Breaking
- Disable Item Pickup
- Disable Item Drop
- Disable Crafting
- Disable Sleeping
- Disable Portals
- Disable Attacking
- Disable Chat
- Disable Commands
Temporary restrictions are now supported.
š Administration
- Dashboard
- Server Information
- TPS
- Ping
- Chunk Information
- Entity Counter
- Benchmark
- Logs
- Reload
- Configuration Manager
š
/gc menu/gc dashboard/gc rollback/gc inspect/gc lockdown/gc report/gc warn/gc jail/gc tempban/gc slowmode/gc antispam/gc staffchat
š GUI Improvements
- New GuardianControl Menu
- Faster Navigation
- Cleaner Interface
- Improved Dashboard
- Better Status Display
š Security
- Improved Anti-Grief Protection
- Better Explosion Handling
- Improved Protection Detection
- Better Player Management
- Cleaner Chat Messages
ā” Improvements
| Feature | Status |
|---|---|
| Protection System | ā Improved |
| Administration | ā Improved |
| GUI | ā Improved |
| Performance | ā Improved |
| Stability | ā Improved |
| Player Management | ā Improved |
| World Control | ā Improved |
| Moderation | ā Improved |
š Fixed
- Fixed chat formatting issues
- Improved command reliability
- Improved protection handling
- Better synchronization
- General bug fixes
- Stability improvements
Thank you for using GuardianControl ā¤ļø More powerful administration features are already in 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:1KT3WHlF:9IG0A7Gx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1KT3WHlF:9IG0A7Gx"
}

