Jump to content

Eimon

Creator
  • Posts

    84
  • Joined

  • Last visited

Everything posted by Eimon

  1. Eimon

    Discord Admin Panel

    the custom system is implemented in config, adding a custom command is easy using the custom system, check config
  2. Eimon

    Discord Admin Panel

    Yes, using banning systems like enhanced ban system or server armour, it's possible to make a timed ban.
  3. Eimon

    Discord Server Panel

    That's a limitation with discord interaction, it is possible to add a search a plugin by its name instead , will work on it
  4. Eimon

    Discord Admin Panel

    you need to specify at least one role in the config for the plugin to work the slash commands by default need administrator privileges to show up and you can override them in Server settings , Integrations, your app and the command you need to override. you can also specify multiple roles for the main commands , and multiple roles for each command seperate for more limitations on admins
  5. Eimon

    Discord Server Panel

    What you specified in your screenshot is not my plugin, as of the latest update both DiscordAdminPanel and DiscordServerPanel load correctly when the server starts.
  6. Eimon

    Discord Server Panel

    I will check it out in a bit
  7. Eimon

    Discord Server Panel

    As of the version 1.0.3 you can now use the same bot with different servers, you just need to assign different channel id (Text Channel) for each server.
  8. Eimon

    Discord Server Panel

    I will update it so It can be used only on one channel so as long as you're putting each server on its own text channel it should not conflict.
  9. Version 2.0.0

    193 downloads

    This plugin adds server related commands usable in a specific discord channel with a specific discord role, that gives access to a server panel to do specific commands on the server. Features : Gives access to a permission manager on discord Gives access to a plugin manager on discord Gives access to a restart panel on discord Able to make custom commands from config Gives access to a wipe panel on discord (Only works with DSPWipe or WipeServer loaded) Discord Commands: /server : Shows a list of usable commands for the server /plugins : Gives a plugin list on discord to manage plugins Discord Interactions: When using /server, a list of server commands to manage your server as interactive buttons. Once you use one of the buttons, It will give you more interactive buttons to use different commands and manage your server. Permissions Command shows entity then the command then the permission/group to use the command on after clicking on it : Restart Command shows delay of restart and reasons to use the command after clicking on it : Plugins Command shows the list of plugins you can interact with then shows the command that you can use on it : Custom Command shows the list of commands in the configuration : Console command sends console command to the server: Configuration : { "LogFileName": "DiscordServerPanel", "Bot token": "", "Ignore Roles": false, "Discord Channel ID where the command can be used": [ "1234567891234567890" ], "Embed's color": "#ff0000", "Show Server FPS (Server command)": true, "Show Gamemode (Server command)": true, "Show Plugins Loaded (Server command)": true, "Custom": { "Use Custom (true/false)": false, "Use Confirmation (true/false)": false, "Custom Commands ('command name' 'command to send on console')": { "Restart": "restart 300 Maintenance", "SkipNight": "env.time 12" }, "Discord Role ID (Can be left empty to use the first role id)": [] }, "Console": { "Use Console (true/false)": false, "Use Confirmation (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": [] }, "MapVoter": { "Use MapVoter (true/false)": false, "Use Confirmation (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": [] }, "Restart": { "Use Restart (true/false)": true, "Use Modal For Reasons (true/false)": true, "Restart Reasons (One Word)": [ "Maintenance", "Update", "Wipe", "None" ], "Time for command (Use 'h' for hours, 'm' for minutes)": [ "5m", "10m", "30m", "1h" ], "Discord Role ID (Can be left empty to use the first role id)": [] }, "Plugins": { "Use Plugins (true/false)": true, "Use Confirmation (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": [] }, "Permissions": { "Use Permissions (true/false)": true, "Discord Role ID (Can be left empty to use the first role id)": [] }, "Wipe": { "Use Wipe (true/false)": false, "Generate Random Seeds (How many options to choose from)": 4, "Map Size": 3500, "Backup Map Files (Backup in identity folder)": true, "Time for command (Use 'h' for hours, 'm' for minutes)": [ "5m", "10m", "30m", "1h" ], "Discord Role ID (Can be left empty to use the first role id)": [] }, "logs": { "Log to console (true/false)": true, "Log to discord (true/false)": false, "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" ] } Configure : Set Bot Token, ChannelID and RoleID in config. Reload Plugin. (Optional) To use the wipe functionality : Load DSPWipe. Enable Wipe function in DiscordServerPanel config. You can suggest new functionalities or plugin ideas on discord : aimon_ .
    $10.99
  10. Eimon

    Discord Admin Panel

    I have added Ember support, you just have to make Ignore Ember false and it will all work accordingly. Sorry It took so long. I could work on a seperate plugin to add the ban and unban command to console for ember if you contact me on codefling.
  11. Eimon

    Discord Admin Panel

    I'm working on it seperately... It needs time to be completed as a full feature.
  12. Eimon

    Discord Admin Panel

    As of checking ember ban system, It did not have an api nor a console command that we can use to ban players using it. I would suggest using enhanced ban system or server armour since both of them actually synchronize bans with ember.
  13. Eimon

    Discord Admin Panel

    Should be working completely now ^^ added support for banid if you don't have serverarmour or enhancedbansystem loaded.
  14. Eimon

    Discord Admin Panel

    I'm working on an integration with the ban systems that are available like enhanced ban system, ember and server armour. it will be available next update.
  15. Eimon

    Discord Admin Panel

    Log system added. discord role id for every command not yet. Fixed. Added.
  16. Eimon

    Discord Admin Panel

    It will be added in the next update ^^ Log system is pretty much ready to go. For the role id for each command I'll try adding them this week.
  17. Eimon

    Discord Admin Panel

    The plugin uses the direct command Ban and Unban in console. It would support the same syntax for ember or enhanced ban system.
  18. Eimon

    Discord Admin Panel

    You can use multiple bots in multiple channels. That would be the most fitting way to use it on multiple servers. You can also use the same bot with two different servers in two different channels.
  19. Version 2.0.0

    489 downloads

    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 /search <steamID/SteamName/DiscordID> : Gives an extended search on players details 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 : Similarly Ban Command and Mute Command shows periods then reason : (Reasons are configurable) Timed Permissions shows the roles then the period of time: (Both configurable) Economics shows the available commands then the amount : (amount is configurable) 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_ .
    $14.99

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.8k
Customers served
Files Sold
156.1k
Marketplace sales
Payments
3.3m
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.