AntiMiniMap Plugin for Minecraft
Overview: The
AntiMiniMap plugin is designed to enhance gameplay integrity on Minecraft servers by preventing players from using minimap mods that could give them an unfair advantage. This plugin checks for common mod installations such as Forge and Fabric upon player join and takes action against those who have them installed.
Key Features:
- Mod Detection: The plugin listens for player join events and checks the listening plugin channels of each player to identify if they have any banned mods installed.
- Kick Mechanism: If a player is detected using Forge, Fabric, or any other mod that could provide minimap functionalities, they will be immediately kicked from the server with a notification indicating that mods are forbidden.
- Logging: The plugin logs all relevant events to the console, including:
- Detection of Forge or Fabric mods.
- Messages sent by players through mod channels.
- Confirmation when a player is free of any detected mods.
- Mod Channel Support: It supports multiple mod communication channels, ensuring comprehensive detection:
- Forge channels: fml:hs, fml:hsl
- Fabric channel: fabric:registry/sync
Usage: Once installed, the AntiMiniMap plugin will automatically enforce its rules. Server administrators can adjust settings or modify actions taken upon mod detection through the plugin's configuration files.
Conclusion: The AntiMiniMap plugin is a valuable tool for server administrators aiming to maintain a level playing field by preventing unfair advantages through mod usage. It enhances the overall gameplay experience by promoting fair competition among players.
UPDATE (08.10.2024): In the new configuration, you can customize your kick message. If you have your own command for this, you can also set it up accordingly.
UPDATE (09.10.2024): ADDED LUNAR CLIENT MODS FOBIDDEN
Mods are not allowed when using Lunar Client.
for lock this features instead of kick or ban
https://lunarclient.dev/apollo/downloads
https://lunarclient.dev/apollo/server-owners/config#freelook
https://github.com/BadlionClient/BadlionClientModAPI/releases/tag/2.1.6
config:
{
"clicksPerSecondLimitRight": 0,
"clicksPerSecondLimit": 0,
"modsDisallowed": {
"Perspective": {
"disabled": true
}
}
}
ALL TESTED!
unfortunately I have not found anything for labymod
UPDATE (13.10.2024): added custom Mods forbidden in the config