-
Posts
301 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by HunterZ
-
Version 1.0.2
11 downloads
What: On each composter update, this plugin composts a total number of individual items roughly equivalent to what players can achieve in vanilla Rust via stack splitting, but without regard for how non-fertilizer items are arranged in the composter. Why: As of time of this writing, vanilla composting logic composts exactly 1 item from each stack in a composter, which forces players to split stacks in order to maximize efficiency. This is annoying, and also non-intuitive due to being inconsistent with the behavior of all other item-transforming deployables at this point. How: This plugin replaces the vanilla composter update logic with the following process: Calculates a "work capacity" (maximum number of individual items to compost) based on the number of composter slots that contain non-fertilizer item stacks, plus the number of empty slots Loops repeatedly over the composter inventory, composting 1 item from each non-fertilizer item stack until either the work capacity is exhausted, or nothing is left to compostFree-
- #compost
- #composter
- (and 16 more)
-
Find this option in your data/RaidableBases/Profiles/*.json files and change it to true: "Allow Players To Deploy A Cupboard"
-
Not working when players are not in clan or team
HunterZ replied to Franx2Rust's Support Report in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Not a Bug
-
- 54 comments
-
- 1
-
-
Not working when players are not in clan or team
HunterZ replied to Franx2Rust's Support Report in Support
What happens if you set "Mitigate damage by the team-mate who was offline the longest" to false? It doesn't generally make sense to set this to true, because usually you want protection to be based on the most recently online player. -
As a plugin co-author, I would like to: Receive notifications when support requests are opened Be exempted from "you're not on the latest version" notices
-
Not working when players are not in clan or team
HunterZ replied to Franx2Rust's Support Report in Support
Are you 100% sure they're both authed on the TC when the issue is occurring? Can you post a screenshot showing the auth list? Can you attach your ORP config? -
Here is a small tweak to 4.3.2 to sort the plugin list by plugin name when saving the config file. This makes it easier to compare configs from two different servers. Changes: added IComparable<PluginInfo> interface requirement to PluginInfo class added CompareTo(PluginInfo) interface implementation to PluginInfo class added _config.ListOfPlugins.Sort() call to SaveConfig() UpdateChecker.cs
- 1 reply
-
- 1
-
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Fixed Changed Fixed In to 1.3.2
-
This is an Oxide command parsing issue. Try surrounding the name in double quotes, e.g. "Some Name". Alternatively, try checking by SteamID instead of name.
-
I think I see in the code why this is happening...I'll see if I can figure out a fix. Edit: Yes, in the special case that team/clan checking is disabled, ORP was failing to check the TC auth list. This has been fixed in version 1.3.2.
-
Please file a separate support request for this so that it can be tracked separately.
-
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.
- 10 comments
-
- #plugin
- #zonemanager
- (and 8 more)
-
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?
- 10 comments
-
- #plugin
- #zonemanager
- (and 8 more)
-
- 10 comments
-
- #plugin
- #zonemanager
- (and 8 more)
-
- 10 comments
-
- 1
-
-
- #plugin
- #zonemanager
- (and 8 more)
-
Try setting "Enable team offline protection sharing" to true.
-
Can you attach your config file?
-
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.
-
- 285 comments
-
- #updates checker
- #plugin
- (and 5 more)
-
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.