Jump to content

HunterZ

Creator
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HunterZ

  1. Please file a separate support request for this so that it can be tracked separately.
  2. Zone Manager appears to be hard-coded to nearly instantly kill players on disconnect in `killsleepers` zones, and does not provide a configurable delay. Of course implementing such a thing is possible, but would be best done by Zone Manager itself. Unfortunately the developer isn't maintaining it very actively these days.
  3. It's a hypothetical question unless you use some means besides this plugin to do it, but Zone Manager supports a `killsleepers` flag that will kill anyone who logs off in a zone with that flag: https://umod.org/plugins/zone-manager Seems kind of harsh though - what if they disconnect due to a bad connection?
  4. If your plugin is just setting flags on Zone Manager zones, there is a `killsleepers` flag...
  5. Friends don't let friends use ZMAZ Dynamic PVP is so much better engineered that I took over maintenance of it lol Among many other things, it also lets you set arbitrary Zone Manager flags on the zones it manages...
  6. Try setting "Enable team offline protection sharing" to true.
  7. Can you attach your config file?
  8. ORP tracks offline times for every player, but it can only track when people log off while it's running, so you have to use the command to manually populate initial times for people who are already offline when you install the plugin. ORP tries to find anyone associated with a base, per your config settings - authed to TC, authed to code locks, in a team or plugin clan with authed people, etc. - and then uses the most recent offline time of all of those. Note that it also requires that people have the protection Oxide permission. I recommend enabling it for the `default` Oxide group, unless you're trying to make it a VIP or admin only feature. Edit: I don't know that it checks owner at all, since it's unreliable - the person who placed the TC may no longer be associated with the base if they gave it up willingly or unwillingly.
    I tell everyone on all the Discords to use this. There's no excuse for outdated plugins when this exists lol. I use it to monitor my own server of course. The webhook feature is very handy for keeping an eye on things via a private Discord channel.
  9. Nice, glad you got it sorted. At some point I want to overhaul the /orp command to use the same logic as the actual damage mitigation check, at which point it will hopefully be able to catch the case of the offline base users lacking the protect permission.
  10. It seems that with "Block Anchor in Safe Zone": true, only the GUI button refuses to operate in the Deep Sea safe zone, while it's still possible to lower the anchor by manually interacting with an actual anchor.
  11. It's also possible to manage carbon/oxide permissions via console commands, but personally I hate it. Check carbon/oxide documentation for details. Probably you want to assign ORP's protection permission to the default group, which carbon/oxide automatically assigns to all players.
  12. You definitely need to give people the protection permission one way or another. You need to be familiar with how to assign plugin permissions via Carbon/Oxide - Carbon has a built-in GUI, and there's a Permissions Manager GUI plugin on here for Oxide (or Carbon if you don't like Carbon's GUI I guess). The fill online times feature only needs to be used once immediately after plugin install, to tell the plugin to use the current time as a starting point for players that logged off before it was installed. The plugin will track connects and disconnects while it is running.
  13. Not sure how the plugin performs in hardcore mode, but I can't think of why it should be a problem. Regarding permissions: I've never used that command; on my server I gave the default player group the protect permission instead. I'm not sure what the permission does - maybe gives ever individual player the permission, which seems messy? What kind of damage are you doing, and how do you know it's damaging the base? Also, what specifically are you damaging? Do the server logs show any hook conflict warnings?
  14. I already did, back in version 1.2.0 on Feb 13. You just need to ensure you're on the latest version, and enable boat protection in the config file.
  15. HunterZ

    Question

    Changed Status from Pending to No Response
  16. I know it's a bit out of the plugin's stated mission, but horns for motorcycles and snowmobiles would also be nice, since cars and bicycles have them.
    Easy-to-use and efficient plugin. Super handy for things like setting custom weather chances, which doesn't seem to work via other common methods.
  17. Love the update, thanks!
  18. Version 1.0.0

    69 downloads

    Adds a Magic Panel display containing a Giant Excavator event status icon. Features: Config file supports standard Magic Panel event plugin settings, including custom active/inactive colors Tolerates multiple giant excavator engines Active/inactive state aligns with Facepunch global notifications (i.e. whether an excavator is actively mining) Only requests a Magic Panel HUD update on relevant state changes changes for efficiency Caches Magic Panel parameters to avoid memory churn { "Active Color": "#FFFFFF7F", "Inactive Color": "#FFFFFF0F", "Panel Settings": { "Dock": "center", "Width": 0.02, "Order": 1, "BackgroundColor": "#FFFFFF08" }, "Panel Layout": { "Image": { "Url": "https://i.postimg.cc/DZBNY3Tb/excavator.png", "Enabled": true, "Order": 0, "Width": 1.0, "Padding": { "Left": 0.05, "Right": 0.05, "Top": 0.05, "Bottom": 0.05 } } } }
    Free
  19. Version 1.0.0

    69 downloads

    Adds a Magic Panel display containing a Traveling Vendor event status icon. Features: Config file supports standard Magic Panel event plugin settings, including custom active/inactive colors Tolerates multiple traveling vendors Only requests a Magic Panel HUD update on relevant state changes changes for efficiency Caches Magic Panel parameters to avoid memory churn Configuration: { "Active Color": "#FFFFFF7F", "Inactive Color": "#FFFFFF0F", "Panel Settings": { "Dock": "center", "Width": 0.02, "Order": 8, "BackgroundColor": "#FFFFFF08" }, "Panel Layout": { "Image": { "Url": "https://i.postimg.cc/4NN4WVD7/vendor.png", "Enabled": true, "Order": 0, "Width": 1.0, "Padding": { "Left": 0.05, "Right": 0.05, "Top": 0.05, "Bottom": 0.05 } } } }
    Free
  20. Version 1.0.0

    115 downloads

    Adds a Magic Panel display containing Deep Sea status as an icon and/or text. Features: Config file supports individually toggling icon and/or text Config file supports customization of fixed, open, closed, and irradiated colors Config file supports selective application of colors to icon and/or text Config file supports customization of text formats for 1+ hour(s) remaining, 1+ minute(s) remaining, 1+ second(s) remaining, and busy states Config file supports most other standard Magic Panel settings Checks states once per second to react to admin/plugin changes to Deep Sea state, and to provide up to 1 second accuracy on time display updates Only requests a Magic Panel HUD update on actual color and/or text changes for efficiency Caches Magic Panel parameters to avoid memory churn Configuration: { "Active Color": "#FFFFFFBF", "Inactive Color": "#BFBFBF7F", "Irradiated Color": "#FFFFFFBF", "Apply Color To Image": true, "Apply Color To Text": true, "Text Format When Hour(s) Remaining": "{0}h {1}m", "Text Format When Minute(s) Remaining": "{1}m", "Text Format When Second(s) Remaining": "{2}s", "Text When Deep Sea Busy": "BUSY", "Panel Settings": { "Dock": "centerupper", "Width": 0.06, "Order": 10, "BackgroundColor": "#FFF2DF08" }, "Panel Layout": { "Image": { "Url": "https://i.postimg.cc/MZhXzvW2/anchor-512.png", "Enabled": true, "Order": 0, "Width": 0.4, "Padding": { "Left": 0.05, "Right": 0.05, "Top": 0.05, "Bottom": 0.05 }, "Color": "#FFFFFFFF" }, "Text": { "FontSize": 14, "TextAnchor": "MiddleCenter", "Enabled": true, "Order": 1, "Width": 0.6, "Padding": { "Left": 0.05, "Right": 0.05, "Top": 0.05, "Bottom": 0.05 }, "Color": "#FFFFFFFF" } } }
    Free
  21. HunterZ

    Question

    "Offline Raid Protection: You cannot damage this base while the owner is offline." - this message is not normally produced by this plugin. Are you perhaps running a second raid protection plugin or something?
  22. HunterZ

    Question

    I was just able to damage a player's base that has 32% protection... Questions: Are you using the latest version? Can you post your entire config file? Can you post a screenshot of /orp command output when looking at the base? protection
  23. Complicated but doable probably: There's probably game logic for determining an entity's repair cost. Could create a temporary dictionary of counts by item ID, then loop over deployables and sum each one's costs into the dictionary.

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.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163.3k
Total sales
Payments
3.5m
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.