-
Posts
293 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by HunterZ
-
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.
-
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.
-
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?
-
Changed Status from Pending to No Response
-
-
-
-
Version 1.0.0
36 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