-
Posts
493 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by BippyMiester
-
Agree with this. Files on sale for three years straights is stupid. If you want to put a file on sale, you should be able to only do it once every 4 weeks if the max time on sale is 2 weeks. You NEED a cooldown. its illegal in most of the US and California. Having your file consistently on sale is just stupid. Lower the fucking price if you want it to be that price. Stop trying to take advantage of the fact that when a sale is started, you get a nice "sale" button and get listed on the deals page. Thats taking advantage of the system and is just fucking stupid. So yea, i agree with Raichu. Thats so fucking dumb that CF allows that.
-
[Loot Audit] Send to Dev %OnItemRemovedFromContainer% : item = Large Wood Box [Loot Audit] Send to Dev %OnItemRemovedFromContainer% : item = Sewing Kit What information do you need from me to solve this issue?
-
Solved. Ticket opened.
-
Changed Status from Pending to Closed
-
Please open a ticket in my discord server, and link your config. Please keep your API keys in there. I also need your voting link for whatever website isn't working. Thanks!
-
Changed Status from Pending to Closed
-
Please open a ticket in our discord, and send me your configuration file please. Thanks!
-
Changed Status from Pending to Closed
-
Please open a ticket in my disocrd, and send me your unredacted configuration file, and enable debug mode as well and send me your entire oxide log. Thanks
-
Version 1.0.2
12 downloads
If your organization has Trial Admins that need to have their bans approved by Admins and higher or by a ban approval team, this Discord bot is for you. By setting up your organization to require ban approvals for Trial Admins, or Admins in training, you are ensuring that your bans have what is expected of them, that the evidence is good, and that false bans don't happen as often. This will also help reinforce training among your new staff, and will help them get accustomed to how your organization runs things. Its easy to use, and can be setup in minutes. Hooks directly into Battlemetrics API, so it'll grab all the ban information for you! Installation Before you start, you're going to need a Python bot host. I have hosting available upon request, and can be reach via Discord: @BippyMiester or in our Discord Server: https://discord.gg/CUH3vADmMp 1. Upload the .zip file contents into the root of your Bot Host. 2. Rename the `.env.example` file to just `.env` 3. Fill out the settings. If the variable does not have "" after the equals, do not put quotes around that value... Example: What the variable looks like before editing BOT_MANAGER_ROLE_ID= # No Quotes - Good BOT_MANAGER_ROLE_ID=1234567890 # Quotes - Bad BOT_MANAGER_ROLE_ID="1234567890" What the variable looks like before editing BATTLEMETRICS_TOKEN="" # Quotes - Good BATTLEMETRICS_TOKEN="jhklasjdhlfkjhsadlkfjhasd" # No Quotes - Bad BATTLEMETRICS_TOKEN=jhklasjdhlfkjhsadlkfjhasd 4. Start the bot! main.py Example Config SERVER_NETWORK_NAME="RustX" DISCORD_API_TOKEN="" BATTLEMETRICS_TOKEN="" PREFIX="." DEBUG_LEVEL="default" BOT_MANAGER_ROLE_ID=123456789 GUILD_ID=123456789 APPROVAL_QUEUE_CHANNEL_ID=123456789 APPROVED_BANS_CHANNEL_ID=123456789 REJECTED_BANS_CHANNEL_ID=123456789 # Leave the variable blank if you have nothing to put there. # Dont put dummy role ids in these fields. APPROVAL_ROLE_1=123456789 APPROVAL_ROLE_2=123456789 APPROVAL_ROLE_3=123456789 APPROVAL_ROLE_4=123456789 APPROVAL_ROLE_5=123456789 APPROVAL_ROLE_6=123456789 APPROVAL_ROLE_7=123456789 DISABLE_BUTTONS_OR_DELETE_MESSAGE="delete" # "Correct Values: disable | delete" Commands /ping - Test the bots latency /ba - Submit a new ban approval request How to fill out the questions The first question should be answered with a link that looks like this. /rcon/bans/edit/<insert_id_here> Send question is what would you like the ban to be extended to, if anything. Upcoming Features Ability to automatically edit the ban from discord by clicking approve Add a team tag to the approval queue embeds Add certain roles/members to the ban denial thread Button to print out the number of bans / the bans themselves for the banned user Editable embed - Ability to include or not include certain fields in the embed Open to suggestions for new features as well!$9.99-
- 2
-
-
- #discord
- #ban approval
-
(and 26 more)
Tagged with:
- #discord
- #ban approval
- #admin
- #training
- #staff team
- #new hires
- #discord bot
- #rustx
- #battlemetrics
- #ban
- #staff training
- #rust admin
- #adminadministrator
- #bans
- #cobalt studios
- #cobalt
- #studios
- #bippymiester
- #bot
- #staff
- #admin training
- #administrator training
- #organization training
- #new hire training
- #ban approvals
- #battle metrics
- #battle
- #metrics
-
The modding root variable doesn't need the / in front of oxide. Just the folder name by itself.
-
@Evil E 69 @Mr. Wilder Wilderness All support should be through my discord server, because i need to see your config files including the api keys. Please open a ticket in my discord. Also please read the description of the plugin under the "All Support Has Been Moved To Discord" as theres instructions there i need you to do before opening a ticket.
- 56 comments
-
- #easyvote
- #bippymiester
-
(and 27 more)
Tagged with:
- #easyvote
- #bippymiester
- #voting
- #rewards
- #easy vote
- #easy
- #vote
- #vote rewards
- #cobalt studios
- #cobaltstudios
- #player notifications
- #command rewards
- #reward commands
- #reward customization
- #vote management
- #reward tiers
- #unlimited rewards
- #voting encouragement
- #reward list
- #reward system
- #custom notifications
- #voting system
- #player engagement
- #server customization
- #ease of use
- #best servers
- #rustservers.gg
- #bestservers.com
- #rust-servers.net
-
Changed Status from Pending to Closed
-
Please open a support ticket in our discord.
-
-
So, after much debugging, and using both carbon and oxide, I'm under the impression that the "SetStatus" hook isn't being called. I loaded up the demo plugin in the description, typed the /show command in chat, and theres nothing popping up for me at all. I also enabled debug mode on simple status, and its showing the creation of the statuses, but its not firing the set status hook. See attached screenshot. I'm assuming there is something wrong with this? I also can't get it to work with EasyVotePro anymore either, even though i know its being called at the correct time, and passing the right variable types as well. private void SimpleStatusShowMessage(BasePlayer player, string statusId, int duration) { _Debug("-----------------------------"); _Debug("Method: SimpleStatusShowMessage"); _Debug($"Player: {player.displayName}"); _Debug($"Status ID: {statusId}"); _Debug($"Duration: {duration.ToString()}"); SimpleStatus.CallHook("SetStatus", player.userID, statusId, duration); } What threw me for a loop was the fact that the simple status demo plugin didn't work, which makes me believe that the issue lies with simple status and not my plugin. Can you confirm that this is the case?
-
Turrets Behind Prison Cell Walls & Gates
BippyMiester replied to Wile E.'s Support Request in Support
Changed Status from Pending to Can't Reproduce -
Turrets Behind Prison Cell Walls & Gates
BippyMiester replied to Wile E.'s Support Request in Support
I have not heard anything of the sort, nor can I find anything from facepunch about this change. If you can provide this change to me, i'll update the bases, but I highly doubt that this is a base issue. This sounds like some type of plugin modifying this or something. I have no idea. Like i said I haven't heard ANYTHING about this change. -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
This egg is no longer going to be updated. Please migrate on over to this listing here. Support will still be giving in the RustX Discord for the egg.
-
Changed Status from Pending to Closed
-
Am I blind or is there no discord webhook for this plugin? When the event spawns or ends.
-
I'll fix it thanks.
-
Make sure that your tags are not set in the serverauto.cfg file or the server.cfg file.