Jump to content

Bear Grills

Member
  • Posts

    208
  • Joined

  • Last visited

Everything posted by Bear Grills

  1. Bear Grills

    Workbench issues

    Any way to change this to something more logical like the repair bench?
  2. Another thing I find anoying is the bot responds saying thank you and everyone sees it, so its a notification for all. It would be better if possible if this could be one of the "only you can see this message".
  3. Bunch of questions: Is there any way to look up players based on their discord id or steam id? Any way to add an sql option to future versions? I had simplelink before and other stuff used its sql table to look up steam ids etc I'm assuming this doesn't sync steam names to discord? Syncing of steam roles to discord and vice versa?
  4. I keep getting "You entered the wrong code." I'm using code E0UJXU and I can see on the bot that it says - "generated": "E0UJXU" any idea whats going on?
  5. When the user posts their code in the channel, is it automatically cleaned up?
  6. Is launch site bradley an "event"? I think its more of an NPC, not sure this would stop the regular bradley respawning at launch site, I could be wrong though. The road bradley is the end of wipe event iirc.
  7. Bear Grills

    Cases

    IMO its not toxic when you get told "we are working on it" in May and there is no update in November (nearly December). If you aren't actively working on it, don't say so. There are too many dishonest plugin developers (not mevent) so I think they need to be held account for what they say. Edit: to be clear I'm more than happy to wait. But setting unrealistic expectations saying they are working on it and then nothing happening, is actually the same issue a lot of game studios cause for themselves.
  8. How does this work with the normal cargo ship? Won't it pass through this and kill/crush anyone inside?
  9. Sorting clears filters. So I'm unable to set a max of 4000 and then sort by most viewed for example.
  10. Not really deaths problem I guess. I was just confused why I was being told it was resolved. I guess resolved just means they can’t do any more than they have.
  11. Bear Grills

    Cases

    It's like the ferrari f1 team - "we are checking..."
  12. Bear Grills

    1.1.17 is broken on OXIDE

    The latest version is still broken on OXIDE. When loading you get this error: Error while compiling OfflineRaidProtection: Argument 1: cannot convert from 'System.Collections.Generic.HashSet<ulong>' to 'in System.Collections.Generic.List<ProtoBuf.PlayerNameID>' | Line: 3753, Pos: 50
  13. Its more I'm confused that I get feedback saying its resolved when its broken. Why is there an option to report a broken plugin if it doesn't do anything?
  14. Fixed by who? @Death I’ve reported this as broken (which it is) several times and keep getting responses saying it’s been reviewed by the community support and resolved (which it hasn’t). Who does these reviews and why aren’t they checking properly? it’s fixed on carbon only, the oxide version isn’t compiling. @realedwin
  15. Bear Grills

    Blacklisted items

    Otherwise I guess you'd have to delete PlayerUsageData.json every time you blacklist something
  16. Bear Grills

    Blacklisted items

    Other players used it before it was blacklisted, so they have access to it too. No way that blacklisting could over rule that?
  17. Bear Grills

    Blacklisted items

    Just updated to 3.0.2 on oxide and still present - config above that will reproduce this. NOTE: blacklisted item was added after it was discovered - so perhaps its fine if you add both at the same time before its cached, but it didn't block it when I added 3448849230 as a blacklisted skin.
  18. Bear Grills

    Blacklisted items

    Just updated to 3.0.2 on oxide and still present - config above that will reproduce this.
  19. Bear Grills

    Blacklisted items

  20. Bear Grills

    Blacklisted items

    { "Skin Request Notification Discord Webhook": "", "Remove player data after inactivity (days)": 14, "Use on itemcraft hook (skin items after crafting - not required when using skinauto)": false, "Apply workshop names to skins": true, "Override spraycan behaviour": false, "Use spraycan effect when holding spraycan and skinning deployables": true, "Periodic Data Saving (minutes 0 - on unload only)": 0.0, "Blacklisted Skins (skinID)": [ 3448849230 ], "Blacklisted Items (itemID)": [], "Import Skin collections (steam workshop ID)": [ 3451957595 ], "Command based cooldowns ('permission' : 'command' seconds": { "Default30CD": { "skin": 30.0, "skinitem": 30.0, "skincraft": 30.0, "skincon": 30.0, "skininv": 30.0, "skinteam": 30.0, "skinbase": 60.0, "skinall": 60.0 } }, "Skin Import Settings": { "Dev Mode - unlocks all skins": false, "Cache player skins (Better for performance, requires relogging to update skins list": true, "Auto Remove DLC and Paid Skins from Imports": true, "Allow Owned Skins": true, "Allow Skin sharing for teams": false }, "UI Settings": { "Disable Skin Sets and Options UI": false, "Add Search Bar UI": true, "Custom Page Change UI Positon anchor/offset 'min x, min y', 'max x', max y'": [ "0.5 0.0", "0.5 0.0", "198 60", "400 97" ], "Custom Searchbar UI Positon anchor/offset 'min x, min y', 'max x', max y'": [ "0.5 0.0", "0.5 0.0", "410 635", "572 660" ], "Custom Set Selection UI Positon anchor/offset 'min x, min y', 'max x', max y'": [ "0.5 0.0", "0.5 0.0", "250 610", "573 633" ] }, "Command Settings": { "Skin Commands (skin items in you inventory": [ "skin", "s", "skinbox", "sb" ], "Skin Items Commands (skin items you have already placed": [ "skinitem", "si", "skindeployed", "sd" ], "Set default items to be skinned": [ "skincraft", "sc" ], "Automatically set all items in you inventory to your default skins": [ "skininv", "sinv" ], "Automatically set all items a container to your default skins": [ "skincon", "scon" ], "Automatically skin all deployables in your base": [ "skinbase", "skinbuilding" ], "Automatically skin all items in your base": [ "skinall", "sall" ], "Automatically skin all items that are moved into you inventory": [ "skinauto", "sauto" ], "Skin your teams inventories with your skin set": [ "skinteam", "st" ], "Request workshop skins via workshop ID": [ "skinrequest", "sr" ], "Approve workshop skin requests": [ "skinrequests", "srs" ], "Set your selected skin set": [ "skinset", "ss" ], "Import Custom Skins": [ "skinimport", "sip" ], "Remove Custom Skins": [ "skinremove" ], "Import Workshop Collection Command": [ "colimport", "cip" ] }, "Imported Skins List": {} }
  21. Just confirmed, they had sold it a few weeks before (in the previous wipe) @Whispers88
  22. There is a new version that is also broken. @realedwin
  23. @realedwinstill doesn't compile Error while compiling OfflineRaidProtection: Argument 1: cannot convert from 'System.Collections.Generic.HashSet<ulong>' to 'in System.Collections.Generic.List<ProtoBuf.PlayerNameID>' | Line: 3753, Pos: 50
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.4k

Files Sold

Total number of files sold.

3.1m

Payments Processed

Total payments processed.

×
×
  • 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.