Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed ARR
Published 3 months ago
๐ฏ Player Actions - Clickable Nicknames & Player Management
Powerful mod for server administrators, helpers, and trainees!
Automatically makes all nicknames in chat clickable and provides quick access to administrative commands.
โจ Key Features
๐ฑ๏ธ Clickable Nicknames
- All nicknames in chat are automatically highlighted in green
- Shift + Left Click - insert nickname into chat field
- Regular Left Click - open player action menu
- Support for nicknames starting with numbers (
2Player,24Admin)
โ๏ธ Player Action Menu
- Kick -
/kick {player} - Ban -
/ban {player} - Mute -
/mute {player} - Teleport to Player -
/tp {player} - Teleport Player -
/tp {player} spawn - Player Info -
/whois {player} - Warning -
/warn {player} - Private Message -
/msg {player}
๐ How to Use
- Install the mod in your
modsfolder - Launch the game - mod activates automatically
- Click on nicknames in chat to interact
- Configure commands through the configuration file
๐ Configuration Setup
Configuration file location:
.minecraft/config_player.json
Example configuration:
{
"showTooltips": true,
"showCommands": true,
"buttons": [
{
"name": "Kick Player",
"command": "/kick {player}",
"description": "Kick player from server"
},
{
"name": "Ban Player",
"command": "/ban {player}",
"description": "Ban player permanently"
}
]
}
๐ง Adding Custom Commands:
- Open the
config_player.jsonfile - Add a new button to the
buttonsarray:
{
"name": "Your Command",
"command": "/your_command {player}",
"description": "Command description"
}
- Save the file and restart the game
๐ Configuration Parameters:
showTooltips- show tooltips on hovershowCommands- display commands in menu{player}- automatically replaced with player nickname
๐ฏ Who is this mod for?
- Server Administrators - quick player management
- Helpers & Moderators - convenient moderation tools
- Trainees - simple interface for learning
- Server Owners - increase team efficiency
๐ง Technical Requirements
- Minecraft: 1.21.4
- Mod Loader: Fabric
- Java: 21+
๐ Support & Contact
๐ฌ Telegram Channel
๐ฐ Support Development
Your donations help develop the mod and add new features!
๐ณ Donation Methods:
๐ช Cryptocurrency (USDT):
9tkTft2E8XqYZVwyQTvgxdph9nkUmK1F5fmGVHXLNyNY
๐ฑ QR Code for Quick Donation:

Scan the QR code with your phone camera for quick donation access
๐ Features
- โ Automatic Detection of all nicknames in chat
- โ Smart Filtering - excludes system messages
- โ Customizable Commands - add your own actions
- โ Intuitive Interface - easy to use
- โ High Performance - doesn't affect FPS
- โ Compatibility with other mods
๐ Installation Guide
- Download Fabric Loader for Minecraft 1.21.4
- Install Java 21 or newer
- Place the mod file in
.minecraft/mods/folder - Launch the game using Fabric profile
- Configure settings in
config_player.jsonfile
๐ฎ Usage Examples
For Administrators:
- Quick ban of rule violators with one click
- Teleport to players for inspection
- Instant warning messages
For Helpers:
- Assist newcomers through private messages
- Quick chat moderation
- Gather player information
For Trainees:
- Learn commands through user-friendly interface
- Safe use of administrative functions
- Gradual moderation skill development
๐ Updates
The mod is actively developed! Follow updates in our Telegram channel.
Planned Features:
- Group actions with players
- Extended filter system
- Integration with popular plugins
- Additional administrative commands
๐ ๏ธ Advanced Configuration
Custom Button Examples:
{
"name": "Freeze Player",
"command": "/freeze {player}",
"description": "Freeze player movement"
},
{
"name": "Check Inventory",
"command": "/invsee {player}",
"description": "View player inventory"
},
{
"name": "Heal Player",
"command": "/heal {player}",
"description": "Restore player health"
}
Multiple Commands:
You can create buttons that execute multiple commands by using semicolons:
{
"name": "Full Restore",
"command": "/heal {player}; /feed {player}; /repair {player}",
"description": "Heal, feed and repair player items"
}


