Admin Map

The Admin Map plugin 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.

Admin Map plugin 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.

Large variety of different admin maps:

  • Marker player map,
  • Text player map,
  • Sleepersmap,
  • Cupboard map,
  • Stash map,
  • Sleeping bag map

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.

Admin Map is an innovative solution that combines convenience, functionality and optimization. It provides administrators with tools to effectively manage players without negatively impacting gameplay and other server participants. The Admin Map plugin is an essential asset for any Rust server administrator looking to create a comfortable and safe gaming environment.

Permissions:

adminmap.allow – for use
adminmap. – 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 stash - switch to stash admin map
/amap d - switch to marker admin map
/amap ss - search query to maps (some maps only accept steamid)
/amap ss - clear search queary
/amap off - disable admin map with panel instantly

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.)": "",
            "Label": "TP",
            "Command": "teleport {steamid}",
            "Color": "1 1 1 1"
        },
        {
            "Permission (adminmap.)": "",
            "Label": "TP2ME",
            "Command": "teleport2me {steamid}",
            "Color": "1 1 1 1"
        },
        {
            "Permission (adminmap.)": "",
            "Label": "INV",
            "Command": "/viewinv {username}",
            "Color": "1 1 1 1"
        },
        {
            "Permission (adminmap.)": "",
            "Label": "SPECTATE",
            "Command": "spectate {steamid}",
            "Color": "1 1 1 1"
        },
        {
            "Permission (adminmap.)": "",
            "Label": "KILL",
            "Command": "kill {steamid}",
            "Color": "1 0 0 1"
        },
        {
            "Permission (adminmap.)": "",
            "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.)": "",
    "Label": "GIVE",
    "Command": "adminmenu.callback {steamid}.4;adminmenu.callback {steamid}.4",
    "Color": "1 1 1 1"
}

Permanent ban

{
    "Permission (adminmap.)": "",
    "Label": "BAN",
    "Command": "ban {steamid}",
    "Color": "1 0 0 1"
}

View backpack (for Backpack Pro)

{
    "Permission (adminmap.)": "",
    "Label": "Backpack",
    "Command": "/b {steamid}",
    "Color": "1 1 1 1"
}

View backpack (for Backpacks plugin from uMod)

{
    "Permission (adminmap.)": "",
    "Label": "Backpack",
    "Command": "viewbackpack {steamid}",
    "Color": "1 1 1 1"
}

 Spectate

{
    "Permission (adminmap.)": "",
    "Label": "SPECTATE",
    "Command": "spectate {steamid}",
    "Color": "1 1 1 1"
}

If you want to add buttons here, message me on my discord server

Leave a Comment