Jump to content

HunterZ

Member
  • Posts

    291
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HunterZ

  1. Never mind, it seems to be working better than I thought. I swear sometimes when people post links to CF pages on discord it just shows a generic site banner+summary, but when I went to look for an example I could only find things working more like I'd expect.
  2. Idea for sucking less: Improve discord embeds served by the site, so that it actually provides link-specific data instead of a generic CodeFling site description + image.
    I've been using this on my hybrid PVP server for about 10 months, along side Raidable Bases to provide a more pleasant raiding experience overall. It has been actively maintained over this time, and the developer has been responsive and willing to look into issues. On the admin side this plugin is highly configurable, catering to a wide variety of use cases. You can fine-tune who, what, when, why, and how bases are protected - including things like whether to protect twig construction, vehicles, specific prefabs, etc., how to handle teaming, how to notify players that a base is protected, etc. On the player side, it seems intuitive/straightforward enough that my players adjusted to it immediately.
  3. Does this support rectangular zones that are defined via x/y/z sizes (and optionally a rotation) instead of a radius?
  4. I would hope that moderators aren't prompting people other than to give them general direction to include some details about what specifically they (dis)like about something. As a prospective customer, "wow this is great A+++++" eBay-style feedback doesn't help me... I want to hear things like "this really helps make up for running small maps" or "I'm disappointed that this doesn't support tugboats" because it's going to help me judge how good a fit it might be for use cases that the author didn't think about. Consequently, I also try to think of these kinds of details when writing my reviews.
  5. Funny that people still try to submit substance-less reviews when there's already a feature for that: reactions.
  6. HunterZ

    Player Ranks

    You have not corrected it. Details in a support thread here: https://codefling.com/files/support/16464-player-name-and-title-swapped-in-title-lost-messages/
  7. CodeFling is pay2win? Smh
  8. HunterZ

    AgileZones

    Responded elsewhere, but in case anyone else is interested: DynamicPVP is good at providing zones for monuments and world events - including crates. On my server this makes Dome and Radtown conditionally PvP depending on whether a crate is present.
  9. It looks like SimplePVE disables itself in all Zone Manager zones, and PBPZ works by creating such zones, so I think they should be compatible. Unfortunately it's a paid plugin, so you'd have to test and let me know.
  10. Highly recommend checking out DynamicPVP on umod for this. These two plugins compliment each other very well, especially now that I'm also the developer for both of them
  11. I don't care what industry is doing, I care what gets me the best personal workflow to support my hobby. Repo per-plugin would break my workflow, not to mention clutter up my github account with a bunch of repos. Do what you want, and I'll do what I want, and we'll all make cool things.
  12. Umod tried to implement this, but it's useless for me because they assumed that you'd have only one plugin per repo, and I want to manage all of my plugins together in one repo for now.
  13. Would like to second markdown support. I can't make just one word be monospace/preformatted. Would also make it much easier to synchronize documentation between CF and GitHub etc.
  14. Optimize the search feature for regular people instead of nerds. If someone types in the name of a plugin, the plugin should be the search first result. Regular people don't care about wrangling a search engine by sprinkling double quotes around it or whatever, they just don't.
  15. There are convars for this. Type `find decay` in your server console/RCON. Default indoor decay from full health to broken takes 2880 minutes (2 full days), and default outdoor decay is 480 minutes (8 hours).
  16. HunterZ

    Player Ranks

    FYI, "Structures Upgraded" doesn't work on Carbon because the Carbon's support for the `OnStructureUpgrade()` hook is currently broken. I filed a bug here: https://discord.com/channels/1013291619765723196/1291239356597669938 In the meantime, adding a `d` to the end works: void OnStructureUpgraded(BaseCombatEntity entity, BasePlayer player, BuildingGrade.Enum grade) => Plus(player, "StructuresUpgraded", 1); Edit: This is no longer an issue.
  17. FYI, I have released Player Base PvP Zones as my own spin on this idea, which covers all base types, provides moving and dynamic sizing, creation/deletion delays, PvP exit delays, etc.
  18. HunterZ

    Update Checker

    It looks like it's picking up RustEdit stuff plus some custom map stuff (I recognize IslaNublarProtection because I also own that map - you shouldn't be running that plugin unless you're running that map).
  19. HunterZ

    Raidable Bases

    Came here to report the vending machine thing, but I see it's already been discussed. Interesting thing is it only seems to happen in my hand-created easy bases, and not in the ones from your Tier 3 pack. Edit: Oh, I see - it's because those are the only ones I defined raid costs for to show in the map tooltips.
  20. HunterZ

    Update Checker

    I like the new Discord format! The config files checker feels like an unrelated feature, but it's appreciated anyway - helped me find some old stuff to clean out.
  21. HunterZ

    Update Checker

    Update: Turns out that game4freak.io doesn't provide a proper API for services to check for updates, and it would be rude and fragile to scrape the site. An API is in the works - follow here: https://game4freak.io/threads/providing-an-api-for-third-party-integration.135/
  22. Version 2.3.0

    180 downloads

    Provides timed/manual/disabled unlocking of workbenches. Introduction This plugin will allows the server owner to lock out any or all workbenches from being crafted until specified amounts of time have elapsed since start of wipe, or indefinitely / until manually unlocked. Also optionally supports blocking research of locked workbenches so that players can't then replicate them via industrial crafters. Supports the following notification method(s) on craft/research failure: Chat (up to once every 5 seconds), sound, toast. Tutorial Island players are exempted from lockouts, as completing that requires crafting a Level 1 Workbench. Important This plugin is based on "Timed Workbench" by DizzasTeR, but is a significant overhaul. The two plugins cannot coexist in a single server installation. The plugin will detect map wipes and will automatically refresh the workbench locks. To facilitate other forms of wiping, the server owner/maintainer may manually invoke the `twwipe` command. Permissions * `timedworkbenchunlock.skiplock` — Allows crafting workbenches regardless of lock status * `timedworkbenchunlock.admin` — Gives access to **all** commands below * `timedworkbenchunlock.broadcast` — Gives access to the `twbroadcast` command * `timedworkbenchunlock.info` — Gives access to the `twinfo` command * `timedworkbenchunlock.modify` — Gives access to the `twmodify` command * `timedworkbenchunlock.reload` — Gives access to `twreload` command * `timedworkbenchunlock.reset` — Gives access to `twreset` command * `timedworkbenchunlock.wipe` — Gives access to `twwipe` command Note: No permissions are granted automatically. Commands * `twbroadcast <value>` — Configure global status broadcast period to the specified number of seconds, or specify a non-positive number to disable * `twinfo` — Prints elapsed time since wipe, and unlock status and times for each workbench tier * `twmodify <tier> <value>` — Configure lockout for the given workbench tier, where a negative value is indefinite lockout, zero is unlocked, and a positive value is the number of seconds to unlock after start of wipe * `twreload` — Reload the config file to pick up manual changes while the server is running * `twreset` — Resets config to the default settings (**be careful with this!**) * `twwipe` — Resets the last wipe timestamp to the current time, effectively restarting the lockout timers Configuration Example config file: { "Block crafting of locked workbench(es)": true, "Block researching of locked workbench(es)": true, "Report craft failure as chat message": false, "Report craft failure as sound effect": true, "Report craft failure as toast message": true, "Global status broadcast interval in seconds (0 to disable)": 300, "Time that current wipe started (UTC)": "2024-12-10T01:05:57Z", "Workbench unlock times (seconds from start of wipe, or 0 for unlocked, or -1 for permanently locked)": [ 86400, 172800, 259200 ] } Except for detailed tweaks to wipe time, all of the config settings are modifiable via ingame comands. Credits * DizzasTeR for the original "Timed Workbench" plugin on which this is based * Umod.org documentation/forums/discord * Other plugins as examples of best practices and Oxide API usage * MrBlue for being patient with me lol * misticos for detailed feedback
    Free
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

Files Sold

Total number of files sold.

3.3m

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.