Jump to content

Discord Admin Panel 2.0.0

$14.99
   (7 reviews)
Message added by Eimon,

Make sure when updating to version 2.0.0 to clean up the old lang files, to get the correct output from the plugin messages.

3 Screenshots

  • 68.6k
  • 497
  • 157.3 kB
  • Update details
    v2.0.0
    Released
    Download size157.3 kB
    Total versions39
    Time between versions 357 days
    Typical update pace About every 35 days
    Freshness 11 days ago

About Discord Admin Panel

This plugin adds extra useful commands usable in a specific discord channel with a specific discord role,
that gives access to an admin panel to do specific commands on players inside the server.

Features :

Gives access to a players list with a search interaction embedded in the buttons

Gives a list of certain commands that you can use on each player (Kick, Ban, Mute, Unban, Unmute)

Configurable to add each command's reason of command (If you're kicking a player you can put Toxicity or Warning as a reason for it)

With each command that allows timed punishments like ban and mute, you are given access to 5 durations depending on the command.

Adds a /auth command to DiscordCore that redirects to /dc join.

Gives access to a search command in-game that shows different information about players.


Optional :  

Gives access to buttons like Economics and Timed Permissions (configurable)

Gives access to customizable buttons for commands on players (configurable)


Permissions:

DiscordAdminPanel.emberban allows player to use the /ember.ban command (Only functional with Ignore Ember set to false and Ember loaded)

DiscordAdminPanel.emberunban allows player to use the /ember.ban command (Only functional with Ignore Ember set to false and Ember loaded)

DiscordAdminPanel.search allows admins to search for players details (SteamID and DiscordID)

In-Game Commands:

/search <steamID/DiscordID> : Searches for player details like SteamID, DiscordID, and his discord name.

Discord Commands:

/dap players : Shows a list of online players on the server

Image1.png.b2895c7bcba3c2dcabcc6a6dc2eb1231.png
/search <steamID/SteamName/DiscordID> : Gives an extended search on players details

Image2.png
 

Discord Interactions:
When using !players, a list of online players will show up as interaction buttons.
Once you use one of the buttons, an extensive search will show up and will give you more interaction buttons to use different commands on the searched player.

Kick Command shows reasons after clicking on it :  

KickReasons.png.265e2fad02bd796fdf8bc3e2737748f1.png

Similarly Ban Command and Mute Command shows periods then reason : (Reasons are configurable)

BanCommand.png.c6046aaedad68d708456341b6b788309.png

BanReasons.png.03d538d590f04d665652ae3287fcb6ac.png

Timed Permissions shows the roles then the period of time: (Both configurable)

TimedPermissionsCommand.png.7e96428d77f629fefb32ce2c984c92f6.png

TimedPermissionsTime.png.7c5414c41378e6d47f5976e39853347e.png

Economics shows the available commands then the amount : (amount is configurable)

EconomyCommand.png.5b4c55a546141b63a55be1fe922c96ff.png

EconomyAmount.png.95722947cb66d5e41105a0af0c74c342.png

Configuration :

{
  "LogFileName": "DiscordAdminPanel",
  "Bot token": "BOTTOKEN",
  "Ignore Roles": false,
  "Discord Channel ID where the command can be used": [
    "1234567891234567890"
  ],
  "Embed's color": "#ff0000",
  "Show Clan Tag (Make sure clans is loaded)": false,
  "Show Oxide Groups": false,
  "Show Server Armour Profile (search)": false,
  "Show Team Info (search)": false,
  "Show Last Names (search) (PlayerInformations plugin required)": false,
  "Timed Permissions": {
    "Use Timed Permissions (true/false)": false,
    "Oxide Groups to give": [
      "VIP",
      "Admin"
    ],
    "Time to give (Use 'd' for days, 'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "24h",
      "7d",
      "30d",
      "Wipe"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Economics": {
    "Use Economics (true/false)": false,
    "Economy Amount (Use '.' for decimal)": [
      "1500.5",
      "3000.3"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Ban": {
    "Use Modal For Reasons (true/false)": true,
    "Time to give (Use 'd' for days, 'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "24h",
      "7d",
      "30d",
      "Wipe"
    ],
    "Ban Reasons (Careful not to use \" or ')": [
      "Cheat",
      "Script",
      "Over Toxicity",
      "Abuse"
    ],
    "Ignore Ember": true,
    "Ember Global (Only usable if ember is loaded)": false,
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Mute": {
    "Use Modal For Reasons (true/false)": true,
    "Time to give (Use 'd' for days,'h' for hours, 'm' for minutes, 'wipe' for using wipe period)": [
      "1h",
      "24h",
      "30d",
      "Wipe"
    ],
    "Mute Reasons (Careful not to use \" or ')": [
      "Toxicity",
      "Racism"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Kick": {
    "Use Modal For Reasons (true/false)": true,
    "Kick Reasons (Careful not to use \" or ')": [
      "Toxicity",
      "Warning"
    ],
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Custom": {
    "Use Custom (true/false)": false,
    "Use Confirmation (true/false)": false,
    "Custom Commands (Use '{player}' for player id, 'command name' 'command to send on console')": {
      "dogdoo": "dog {player}",
      "pacifism": "pf {player}"
    },
    "Discord Role ID (Can be left empty to use the first role id)": []
  },
  "Link Commands": [
    "link"
  ],
  "Auth Commands": [
    "auth",
    "authenticate"
  ],
  "Deauth Commands": [
    "dapdeauth",
    "deauthenticate"
  ],
  "Search Commands": [
    "search",
    "look"
  ],
  "logs": {
    "Log to console (true/false)": true,
    "Log to discord (true/false)": false,
    "Log Data Type (Embed/Simple)": "Embed",
    "Discord Extension Log Level (Verbose/Debug/Info/Warning/Error/Exception/Off)": "Info",
    "Delete message after command": true,
    "Delete message after interaction": true,
    "Log Discord Channel ID": ""
  },
  "Discord Guild ID (optional if the bot is in one guild)": "",
  "Discord Role ID": [
    "1234567891234567890"
  ]
}

How to install 

You can load the plugin directly with discord extension installed.

Configure :  

Set Bot Token, ChannelID and RoleID in config.
Reload Plugin.

To Do List :

Change the action flow of each command to work under a modal entirely (one action instead of many actions, Requires Discord Extension update)

You can suggest new functionalities or plugin ideas on discord : aimon_ .

MuteCommand.png

MuteReasons.png

OfflinePlayerList.png

 

  • Like 4
  • Love 1

Eimon's Collection

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
157.1k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.