-
Posts
33 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by AlexDev101
-
Rust - Discord Automated Wipe Countdown Bot
AlexDev101 commented on AlexDev101's file in Discord Bots
- 13 comments
-
Version 1.0.0
6 downloads
Bored of your simple battlemetrics trigger for F7 Reports? Want a fancy system to search previous f7's & ban from discord or autoban if they are going nuts? F7 Manager (w Autoban) Offers Generic F7 logging to discord (Customisable per guild -> can be sent to muliple channels if desired) Alert style Logging FULLY CUSTOMISABLE e.g. 4 reports in 12h 12 in 7d etc Ping Staff Ping Certain Discord Channel Provide basic account data (Age & Hours etc) Ban Button with pre written reason (Both length and reason can be overriden) Autoban optionality Custom Embed colour dependant on severity (Red for going crazy!) Report History searching /report-info ID Display all Previous f7 reports across your entire org Scroll with buttons (Next & Previous) Sorted by Date Sorted in Teaming Reports & Cheating Reports Bot also has a cool cycling status about how many f7's in the last hour,week,month all time etc Requirements An active subscrption to a Battlemetrics RCON Subscription is required Free database with mongo cloud DB (Instructions easily guide through setup) RCON access to the rust servers you wish to record F7 Data on Support & Setup A full instruction.pdf file is added however i can setup the system for a small fee for you. All support can be found @ https://discord.gg/G7BgXntn7S$29.99 -
Version 1.0.0
7 downloads
Bored of manually adding your staff ingame? Want to manage your entire staffflow via discord? Want to see hows on online and how active they are? Staff Manager Bot offers Online Staff Embed (Show who is on what server and for how long) Ability to onload and offload staff members (Run the raw commands on x servers) from discord - fully customisable Record staff activity data (Ingame Hours, Battlemetrics Bans, Discord Voice Hours, Discord Voice Messages) Send weekly staff activity reports to discord with leaderbords on each stat Send weekly activity reports per member to dms All the data is automatically calculated and reported weekly upon setup. Commands /Staff-Info - Retrieve a users informaton & activity /Onload-Staff-Member - Onload a staff member /Offload-Staff-Member - Offload a staff member /Add-Staff-Member - Add a member into the staff database /Remove-Staff-Member - Remove a staff member from the staff database NB : You can onload and offload users through the staff info command using "ONLOAD" & "OFFLOAD" buttons A BATTLEMETRICS subscription is a requirements for this product to work How does it work? Discord Stats - Discord info like, messages & ingame hours is recorded via any guild the bot is in with permissions to see the messages / voice channels Ingame Activity - This is recored via battlemetrics, for hours under the servers with your ORGID Bans - This is again done via battelmetrics comparing their staff profile vs the number of bans filtered to ORGID Onloading & Offloading + Online Staff Display - An RCON connection is used to run these raw commands & to fetch the users currently on the server This is a discord.py project using MongoDB, all instructions on setup are provided and how to setup a FREE database instance Support & Setup A full instruction.pdf file is added however i can setup the system for a small fee for you. All support can be found @ https://discord.gg/G7BgXntn7S$25.99 -
-
-
Version 1.0.1
11 downloads
Want to offer your players a way to talk back from discord and have it look as they were ingame and log your chat to discord (teamchat toggleable)? Correct profile picture, name, clantag etc? Better 2 way chat offers Player channel - Log chat and talk back as if the user was typing ingame (fetches the correct info from the steam api) Example Here Staff channel - Log chat and talk back under a predetermined image and title e.g. "Chat Moderator: " Works with: Better Chat - Reads chat groups - Colours & Titles Clans Plugin - Reads ClanTags Components : Discord Bot- This handles the rcon connection the server, logging chat messages and "sending back" any messages from discord Server Plugin - This recieves the messages from the discord bot and fetches info such as betterchat/clans data then formats and sends the 'fake message' ingame How does know who is who? A basic linking system is included (/link-accounts steam64, /unlink) to match the steamprofile to the discord user. A custom linking system can be intergrated easily -> see last few pictures easy intergration with any basic linking api! I can intergrate your current linking system api for 5$ @ https://discord.gg/G7BgXntn7S Support & Setup A full instruction.pdf file is added however i can setup the system for a small fee for you. All support can be found @ https://discord.gg/G7BgXntn7S$15.99 -
Version 1.0.1
34 downloads
Simple script to manage multiple pop bots and a global one for rust game servers in discord NB : If your not using a bot container : You will need to install python and git (must be 3.7+) (https://www.youtube.com/watch?v=XF_rklW9XkU&ab_channel=CBTNuggets) 1. Go to https://discord.com/developers/applications, create a new bot application 2. Go to O2Auth - > URL Generator -> Select bot & invite the bot to your discord 3. Go to BOT -> reset token -> input token in the config Example Config { "RefreshRate":10, "GlobalBotDiscordToken":"", "Servers":[ { "name":"server_name_1", "ip":"168.100.161.191", "rcon_port":28065, "rcon_password":"", "discord_bot_token":"" }, { "name":"server_name_2", "ip":"168.100.161.191", "rcon_port":28085, "rcon_password":"", "discord_bot_token":"" } ] } 5. Input your rust game info, serverip, rcon port and password 6. Install requirements run **pip install -r requirements.txt** in your console 7. Run the main.py file to run the script NB - The server names must be unique for the script to work Suggested hosts -> https://serverstarter.host/ or anything offering a simple bot container - Python is key!$4.99 -
Rust - Discord Automated Wipe Countdown Bot
AlexDev101 commented on AlexDev101's file in Discord Bots
- 13 comments
-
Version 1.0.0
120 downloads
The bot uses the battlemetrics api to detect new bans & log them to discord, allowing both a public & staff embed one with the ban note & one without. Also allowing multiple webhooks to be used + showing the number of bans in the bot's status. Setup is documented in the README file. Config File { "BOT_TOKEN": "", "BM_TOKEN": "", "Ban_list_ID":"", "Misc":{ "Server_Name": "", "Hex_Color":"" }, "Webhooks":{ "Staff_ban_webhook":[ "" ], "Public_ban_webhook":[ "" ] }, "Emojis":{ "Steam_Emoji":"", "BM_Emoji":"" } } Requirements Server with python 3.7 & discord.py 2.0 or above Pip packages listed - discord,.py, aiohttp Suggested bot host 0.99$ -> https://serverstarter.host/ For any problems please msg me on discord : Skizzy#0037$14.99 -
Version 1.0.1
740 downloads
Simple bot utilising the battlemetrics api to display your server stats to a discord bot! Stats included : Total pop Total queued users Total entities Totals bans (Battlemetrics) Setup is documented in the "README.md" & will take a few minutes! Config File { "BotToken": "", "BmOrgID": "", "BanListID": "", "BmApiKey": "" } Requirements Server with python 3.7 & discord.py 2.0 or above Pip packages listed - discord,.py, aiohttp Suggested bot host 0.99$ -> https://serverstarter.host/ For any problems please msg me on discord : Skizzy#0037Free- 2 comments
-
- 2
-
-
- #battlemetrics
- #bot
-
(and 1 more)
Tagged with:
-
Version 2.4.2
358 downloads
Simply the bot uses the integration of discord unix/epoch timestamps to count down your server(s) wipes in your discord automatically generating new timestamps as your server wipes, currently the bot allows monthly - (wiping at force) weekly, biweekly - (every 2 weeks) & Custom - (Multiple times a week) - as well as the full customisation of the embed in which the server info is held in (see above for example), the system is 100% automated once you create your servers/wipes. Countdown bot is coded in python utilising discord.py along with mongodb to store information Feature List : Create & Delete Wipes Fully customisable embed (Title, Description, Thumbnail, Footer, Embed Colour) Edit server information ie wipe-times or server descriptions Fully automated countdowns - autogenerates the next wipes Display server pop in the embed & last wipe Works alongside Force wipe, currently offering Monthly (force), Biweekly and Weekly wipe aswell as Custom - multiple wipes a week eg 2 Commands : (All showcased in pictures) !wipe - displays all servers and wipes to users !list - displays all embeds & serverids !create - allows you to make a new server / embed - followed by a number of questions !delete <server/embed> <id> allows you to delete servers & embeds !editeembed <id> - allows you to edit the embed id eg : thumbnail, description etc !editserver <id> - allows you to edit server information eg : wipe time, name, info Config: { "Misc":{ "Bot_Prefix":"!", "Bot_Token":"", "Server_Name":"Server Name Here", "Embed_Hex_Color":"#FFFFFF" }, "Mongo_Config":{ "MONGO_URL": "" }, "Discord_Config":{ "Guild_ID":0, "StaffRole_ID":0 } } Requirements Server with python 3.7 or above Pip packages listed - discord.py, aiohttp, motor,d nspython, python-dateutil, arrow, requests Suggested bot host 0.99$ -> https://serverstarter.host/ For any problems please msg me on discord : Skizzy#0037$21.99- 13 comments
- 2 reviews
-
- 5
-
-
