Panda Logoff Spot
This module creates a visual text marker at the location where a player logs off, making combat logging systems less effective and reducing the advantages of unauthorized clients.
When a player disconnects from the server, a text object with the user's name appears at that specific location. A distinctive feature of the mod is that the text height automatically adjusts according to the player's pose at the moment of logging out — standing, crouching, crawling, or swimming.
Parameter Configuration
The configuration file config/PandaAntiPermanentBlockBreak.json is automatically generated upon startup:
{
"nameColor": "#F08080", // Color for displaying the player's name
"showCoords": true, // Display position coordinates
"durationSeconds": 300, // Marker visibility duration in seconds
"scale": 0.75 // Text display scale
}
This functionality is particularly useful in anarchy game modes, where objective tracking of players' locations is crucial for maintaining gameplay fairness.