About Admin Map
Admin Map is an innovative plugin for the game of Rust, designed to make server administration easier and improve the quality of the gaming experience. Focused on optimization and functionality, this plugin provides admins with the tools to effectively control players, minimizing the negative impact on the server and other participants.
Main features:
- Interactive map with players: Admin Map provides server admins with a detailed and user-friendly map showing the positions of all players. This allows admins to easily monitor player activity and movements, and quickly detect suspicious activity.
- Quick Commands on Players: The plugin allows admins to perform quick actions on players directly from the map. Send messages, punish or help players in real time, minimizing reaction time and increasing interaction efficiency.
- Minimal server load: One of the key features of Admin Map is its low server load. All processing takes place solely on the client side, which means that the plugin will not slow down the server or create additional delays for players. This makes it an ideal choice even for servers with high traffic.
- Ease of use: The plugin's intuitive user interface provides admins with easy access to functionality. Navigating the map, sending commands and monitoring players is done with minimal effort, making server administration easy.
- Customization: Admin Map provides admins with the option to customize the functionality to suit their needs. Scanning area, available commands, buttons, permissions and other options.
Permissions:
adminmap.allow - for use
adminmap.<button perm> - any permissions specified in the button settings
adminmap.playermarkers - map with markers for players, useful for pve server
adminmap.playermarkers.wl - map with markers for players, useful for pve server, without nicknames
adminmap.invis - hide player from the player map
Commands:
/amap - toggle admin map (also to enable marker map)
/amap t - enable text admin map
/amap s - enable sleepers admin map
/amap с - enable cupboards admin map
/amap d - switch to marker admin map
/amap ss <part of nickname> - search query to maps
/amap ss - clear search queary
Color designations on the cupboards map:

Default Config:
{
"Scan Area Settings": {
"Radius": 2.0,
"Color": "0 0.7 0 0.6"
},
"Text Map Settings": {
"Font size": 16,
"Use color generation for teams?": true,
"Color for searches": "00ffff",
"Color for teams": "ffaf4d",
"Color for solo players": "9bd92f",
"Color for sleepers": "404040"
},
"Command Buttons": [
{
"Permission (adminmap.<perm>)": "",
"Label": "TP",
"Command": "teleport {steamid}",
"Color": "1 1 1 1"
},
{
"Permission (adminmap.<perm>)": "",
"Label": "TP2ME",
"Command": "teleport2me {steamid}",
"Color": "1 1 1 1"
},
{
"Permission (adminmap.<perm>)": "",
"Label": "INV",
"Command": "/viewinv {username}",
"Color": "1 1 1 1"
},
{
"Permission (adminmap.<perm>)": "",
"Label": "SPECTATE",
"Command": "spectate {steamid}",
"Color": "1 1 1 1"
},
{
"Permission (adminmap.<perm>)": "",
"Label": "KILL",
"Command": "kill {steamid}",
"Color": "1 0 0 1"
},
{
"Permission (adminmap.<perm>)": "",
"Label": "KICK",
"Command": "kick {steamid}",
"Color": "1 0 0 1"
}
]
}
Button Library:
- Give item to player for AdminMenu by k1lly0u | Minimum required version 1.0.1{
"Permission (adminmap.<perm>)": "",
"Label": "GIVE",
"Command": "adminmenu.callback {steamid}.4;adminmenu.callback {steamid}.4",
"Color": "1 1 1 1"
} - Permanent ban
{
"Permission (adminmap.<perm>)": "",
"Label": "BAN",
"Command": "ban {steamid}",
"Color": "1 0 0 1"
} - View backpack (for Backpack Pro)
{
"Permission (adminmap.<perm>)": "",
"Label": "Backpack",
"Command": "/b {steamid}",
"Color": "1 1 1 1"
} - View backpack (for Backpacks plugin from uMod)
{
"Permission (adminmap.<perm>)": "",
"Label": "Backpack",
"Command": "viewbackpack {steamid}",
"Color": "1 1 1 1"
} - Spectate
{
"Permission (adminmap.<perm>)": "",
"Label": "SPECTATE",
"Command": "spectate {steamid}",
"Color": "1 1 1 1"
}