Jump to content

beee

Creator
  • Posts

    583
  • Joined

  • Days Won

    7

Everything posted by beee

  1. beee

    Headlight

    Can you share steps or video in a support ticket to help me replicate?
  2. beee

    Automated Messages

    It's not ridiculous as this message is often used as info directed to the player, which he could miss if he was still in sleeping screen.
  3. beee

    Automated Messages

    Then I would guess like i mentioned you might think it's delayed because it's sent when the player stands up not when they connect, which some may stay afk for a while before they stand.
  4. beee

    Automated Messages

    Join messages gets sent when player wakes up after connecting, and disconnects gets sent right away. If that's not what is happening please open a support ticket.
  5. beee

    Ammo HUD

    @hid333 need to type /ammohud Default to use config positioning. Try setting parent position to something like that. "ParentPosition": { "Enabled": true, "AnchorMin": "1 0", "AnchorMax": "1 0", "OffsetMin": "-355 50", "OffsetMax": "-215 115" }
  6. beee

    Buried Crates

    This is a metal detector specific plugin
  7. beee

    Automated Messages

    @suhturhn Thank you. Will have a look into that soon.
  8. beee

    Buried Crates

    Version 1.0.3

    79 downloads

    Buried Crates makes it possible to find crates while using a metal detector. This makes metal detectors worth using at any stage of the game. SUPPORTED CRATES/BARRELS PERMISSIONS & SPAWN PROBABILITY In config you can define permissions and chance % of a crate spawning for each permission (if a crate doesn't spawn, vanilla loot items works like normal). Crate types to be spawned uses a weight system, the higher the weight, the higher chance that crate type will be the one to spawn. Default permissions: you can change or add to them in config buriedcrates.default - 25% chance of finding a crate buriedcrates.vip1 - 50% chance of finding a crate buriedcrates.vip2 - 80% chance of finding a crate CONFIG { "General settings": { "Locked crate hack seconds": 60, "Dug up crate despawn in seconds": 900, "Log dug up crates in console": false }, "Permissions": { "default": { "Crate spawn chance (%)": 25, "Crates weights": { "Basic Crate": 5, "Foodbox": 5, "Vehicle Parts Crate": 5, "Tier 2 Components Crate": 5, "Tier 3 Components Crate": 5, "Normal Crate": 15, "Normal Crate - Food": 5, "Normal Crate - Medical": 5, "Tools Crate": 15, "Underwater Labs Normal Crate 1": 5, "Underwater Labs Normal Crate 2": 5, "Military Crate": 3, "Elite Crate": 3, "Elite Crate - Bradley": 2, "Elite Crate - Heli": 2, "Locked Crate": 0, "Supply Drop": 1, "Yellow Loot Barrel": 5, "Blue Loot Barrel": 5, "Oil Barrel": 5, "Giftbox": 5, "Present Drop": 0 } }, "vip1": { "Crate spawn chance (%)": 50, "Crates weights": { "Basic Crate": 0, "Foodbox": 5, "Vehicle Parts Crate": 5, "Tier 2 Components Crate": 5, "Tier 3 Components Crate": 5, "Normal Crate": 15, "Normal Crate - Food": 5, "Normal Crate - Medical": 5, "Tools Crate": 15, "Underwater Labs Normal Crate 1": 5, "Underwater Labs Normal Crate 2": 5, "Military Crate": 3, "Elite Crate": 3, "Elite Crate - Bradley": 2, "Elite Crate - Heli": 2, "Locked Crate": 1, "Supply Drop": 1, "Yellow Loot Barrel": 5, "Blue Loot Barrel": 5, "Oil Barrel": 5, "Giftbox": 5, "Present Drop": 1 } }, "vip2": { "Crate spawn chance (%)": 80, "Crates weights": { "Basic Crate": 0, "Foodbox": 0, "Vehicle Parts Crate": 0, "Tier 2 Components Crate": 0, "Tier 3 Components Crate": 5, "Normal Crate": 10, "Normal Crate - Food": 0, "Normal Crate - Medical": 0, "Tools Crate": 10, "Underwater Labs Normal Crate 1": 5, "Underwater Labs Normal Crate 2": 5, "Military Crate": 5, "Elite Crate": 5, "Elite Crate - Bradley": 3, "Elite Crate - Heli": 3, "Locked Crate": 1, "Supply Drop": 1, "Yellow Loot Barrel": 5, "Blue Loot Barrel": 5, "Oil Barrel": 5, "Giftbox": 5, "Present Drop": 1 } } }, "Version": { "Major": 1, "Minor": 0, "Patch": 1 } }
    $9.99
  9. beee

    Automated Messages

    If it's automated then you don't need to deal with global.say, just setup a timer in Automated Messages and format the reply as you like, with or without a prefix. Go to /am.edit , add a timed action, set interval to whatever you need, and in the Replies just make sure you have <color=cyan>Golden Coast Rust Servers</color>: at the start of every reply.
  10. beee

    Automated Messages

    Nowhere just made it as it seemed too trivial for you to purchase a plugin for it, what's your issue with better say that made you look for an alternative anyway?
  11. beee

    Automated Messages

    I don't know what better say is, but whatever works for you.
  12. beee

    Automated Messages

    It does not intercept and change manually sent messages. Attached a plugin that does just that. ServerSayPrefix.cs
  13. Ok dmed you a version that should handle that error, let me know if it works properly to post it.
  14. @Colors do you have steam installed? it should not be a requirement but will handle it if that's the cause.
  15. beee

    Headlight

    bind key headlight on There is no toggle though atm, will include it in next update.
  16. beee

    Automated Messages

    @HAVOC805 wrong plugin page, reach out to @Iftebinjan or send in Simple PVE support.
  17. beee

    Headlight

    yeah you're right, can use damageTypes.Scale(DamageType.Bullet and damageTypes.Scale(DamageType.Arrow then, will look into it thanks.
  18. beee

    Headlight

    @Scalboxis that a plugin you're using that shows protection? Miners hat does not have bullet protection, it has 13% protection against animals, 10% radiation, and 20% cold
  19. beee

    Headlight

    That's not ideal as it would not work well with other plugins scaling damage or nullifying it, might be better if you will use that hook to use info.damageTypes.ScaleAll instead. When i have time will check if I can remove that wearable's protection properties instead of using OnEntityTakeDamage.
  20. beee

    Automated Messages

    Type /zone_list and find the zone you would like to apply that to Then in the editor set the zone id
  21. beee

    Chat to Notifications

    @29xglllli was that something that appeared recently? does it spam console? And please dm me your config so I would try to replicate ty.
  22. beee

    Automated Messages

    Ok will add support for that prefix for auto replies.
  23. beee

    Editor for Skins Plugins

    dm me your skinner json file will have a look
  24. beee

    Editor for Skins Plugins

    Seems to be fine with Skinner 2.0.9, what is not working for you?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.7k
Customers served
Files Sold
155.1k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.