Jump to content

beee

Creator Pro
  • Posts

    501
  • Joined

  • Days Won

    6

Everything posted by beee

  1. 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).
  2. beee

    Automated Messages

    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".
  3. beee

    not working after force wipe

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.5
  4. beee

    not working after force wipe

    Alright thanks for confirming.
  5. beee

    not working after force wipe

    @Ryuu Posted an update that should fix the max health tea issues.
  6. beee

    not working after force wipe

    Alright. I will look into a workaround later tonight or tomorrow.
  7. beee

    not working after force wipe

    @Ryuu All set here?
  8. beee

    not working after force wipe

    @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.
  9. beee

    not working after force wipe

    Will have a look now.
  10. Changed Status from Pending to Closed
  11. beee

    Spawn Error

    @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.
  12. 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.
  13. beee

    hi

    Changed Status from Pending to Closed
  14. beee

    hi

    You can download the runtime here https://builds.dotnet.microsoft.com/dotnet/Runtime/6.0.36/dotnet-runtime-6.0.36-win-x64.exe, will upgrade it at some point but this still should work fine.
  15. beee

    Editor for Skins Plugins

    @sardar Posted fix, thanks for reporting.
  16. @OfflineGotOfflinedLSkins has a folder with a file for each item, not a single file for all like others. So just pick that folder location.
  17. beee

    work

    Changed Status from Pending to Closed
  18. beee

    work

    Please share the file you're having trouble loading (you can dm me if you don't wanna share here)
  19. beee

    skin

    Replace OpCodes.Ldc_I4, (int)SKINID With OpCodes.Ldc_I8, (long)SKINID Exists in two places.
  20. beee

    Tea

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  21. beee

    Tea

    Great, thanks for confirming.
  22. beee

    Tea

    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.
  23. beee

    Player Health

    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
  24. beee

    skin

    Changed Status from Pending to Closed
  25. beee

    Can't select multiple

    Changed Status from Pending to Closed Changed Fixed In to 1.7.4
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

136.6k

Files Sold

Total number of files sold.

2.9m

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.