Jump to content

beee

Creator
  • Posts

    470
  • Joined

  • Days Won

    4

Everything posted by beee

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

    Game Tips

    Will release an update soon, will add that to the list.
  4. Changed Status from Pending to Fixed Changed Fixed In to 1.0.7
  5. Posted fix, thanks for reporting.
  6. Miner's hat shouldn't pop out like that, something must have broke last rust patch. Will post a fix later today. And yes protection for this miner's hat is ignored but the UI shows incorrect calculation, completely client side so can't alter that.
  7. beee

    On player connect

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  8. beee

    On player connect

    Interesting, not sure why i was checking trigger owner first for eligibility, which in your case caused it not to send to admin group unless the player connecting was in admin group too. Sent a version that should remedy that, let me know if that handles it.
  9. 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" }
  10. beee

    Buried Crates

    This is a metal detector specific plugin
  11. beee

    player disconnected not working

    Changed Status from Pending to Not a Bug
  12. beee

    Automated Messages

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

    language option

    I see, ok will add an option to define a custom steamid for an action or player icon, just not sure when i will have time to add it but will try soon. Will keep this ticket open as a reminder.
  14. beee

    language option

    Chat icons can only show a steam account avatar using steamid, so that's not possible unless we dedicate an account for each icon.
  15. beee

    language option

    @Colors posted an update fixing that, thanks for bringing that up.
  16. beee

    language option

    Hi, this is due to me using oxide to grab player server language, and for some reason it does not differentiate between the two languages. Will try to find a way around it soon.
  17. beee

    Not working on latest update

    Changed Status from Pending to Not a Bug
  18. beee

    Not working on latest update

    Latest version should be working fine, you're probably using an older one.
  19. beee

    Buried Crates

    Version 1.0.1

    34 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 } }
    $7.99
  20. beee

    updating

    Changed Status from Pending to Closed
  21. 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.
  22. 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?
  23. beee

    Automated Messages

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

    Automated Messages

    It does not intercept and change manually sent messages. Attached a plugin that does just that. ServerSayPrefix.cs
  25. beee

    updating

    All set here @ChaoticStryfe?
1.9m

Downloads

Total number of downloads.

8.9k

Customers

Total customers served.

131.4k

Files Sold

Total number of files sold.

2.7m

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.