-
Posts
501 -
Joined
-
Days Won
6
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by beee
-
They changed the name and shortname for these items when they released the DLC, you are using gates.external.high.frontier for example, which was changed to gates.external.high.legacy, and for some reason still left the frontier item (which is technically not in the DLC and not in the DLC API provided by FP).
-
Hi, you can currently achieve that with the help of https://umod.org/plugins/placeholder-api which Automated Messages supports. Download and load PlaceholderAPI Add new chat command for time using /am.edit Having {date.now:t} in a reply should show local server time when a player run /time command. (You can read placeholder documentation to get an idea what other placeholders you can have or how to customize time format) Now to have ! available as a prefix for commands, you can go to oxide/oxide.config.json, and add "!" to "Chat command prefixes".
-
Changed Status from Pending to Fixed Changed Fixed In to 1.0.5
-
Alright thanks for confirming.
-
@Ryuu Posted an update that should fix the max health tea issues.
-
Alright. I will look into a workaround later tonight or tomorrow.
-
@Ryuu All set here?
-
@Ryuu They changed the max health being networked to a new maxHealthOverride, posted an update that uses it instead but note, Max Health tea or any max health tea modifier is not supported anymore with that approach. So if a player has permission for health 300, if they consume max health tea it will stay 300. This won't affect players with no permission.
-
Will have a look now.
-
Changed Status from Pending to Closed
-
@Null Hey, I think I might have just realized what's happening here, are you using a plugin like Buoyant Crates? I think a plugin is adding a rigidbody to these crates causing them to fall underground if not thrown upwards.
-
Don't know what item could cause that without a plugin interference, and not appearing in loot is odd, maybe grab a screenshot of the item + give it to yourself from F1 to check if it causes same behavior.
-
not shure how tp find .json file for skins
beee replied to jesse scordo's Support Request in Support
@OfflineGotOfflinedLSkins has a folder with a file for each item, not a single file for all like others. So just pick that folder location. -
Changed Status from Pending to Closed
-
Please share the file you're having trouble loading (you can dm me if you don't wanna share here)
-
Ah I see, looks like it's a vanilla game bug introduced last server update, happens with no oxide/carbon installed. I can send network update when they consume a booster so it would resolve this till they resolve it from their side. Will post an update with that patch.
-
Version 1.0.5
283 downloads
Lightweight plugin that allows you to set custom maximum health for players based on permissions. Server owners can configure permissions in the plugin’s config file to give certain groups or players higher (or lower) max health. Example: Granting the permission playerhealth.tier1 will set a player’s maximum health to 150 based on default config. Config { "Permissions": { "tier1": { "Max Health": 150, "Start health %": 60, "Healing items to match max health": true }, "tier2": { "Max Health": 200, "Start health %": 60, "Healing items to match max health": true }, "tier3": { "Max Health": 300, "Start health %": 60, "Healing items to match max health": true } }, "Version": { "Major": 1, "Minor": 0, "Patch": 2 } }Free- 2 reviews
-
- 3
-
-
- #maxhealth
- #max
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Closed Changed Fixed In to 1.7.4