PillsHere

Moved

Total Downloads: 569 - First Release: Feb 24, 2016 - Last Update: Jan 10, 2018

5/5, 5 likes
  1. Wulf

    Wulf Community Admin

    It will be updated, and yes.
     
  2. Wulf

    Wulf Community Admin

    Wulf updated PillsHere with a new update entry:

    3.1.0

     
  3. @Wulf I believe this worked fine before the update, but now it appears to do nothing but lower your water meter. Here's my config:

    Code:
    {
      "Calories amount (0.0 - 500.0)": 125.0,
      "Health amount (0.0 - 100.0)": 25.0,
      "Hydration amount (0.0 - 250.0)": 62.5,
      "Item ID or short name to use": null
    }
     
  4. Wulf

    Wulf Community Admin

    You need to set a valid item short name or item ID where that null is.
     
  5. I would highly recommend you update the description to let others know this if you intend to keep it unfriendly. In my world, null would mean, use the default unless otherwise specified...maybe it might be best to set the default to the rad pills so it just works for people and if you want to disable it by default

    Code:
    Enabled: False
     
  6. Wulf

    Wulf Community Admin

    That isn't the default, it sets the item ID as the rad pills by default. Tested numerous times and it always added it.

    This is the default config that is generated when the plugin loads or if it is missing one of the config settings:
    Code:
    {
      "Calories amount (0.0 - 500.0)": 0.0,
      "Health amount (0.0 - 100.0)": 20.0,
      "Hydration amount (0.0 - 250.0)": 0.0,
      "Item ID or short name to use": "1685058759"
    }
     
  7. Great! Miraculously mine was set to null. Strange.
     
  8. Wulf

    Wulf Community Admin

    Yeah, not sure why, but working on some config changes to handle that in case it does.
     
  9. Can someone confirm for me that the plugin works for them?

    It worked fine for me for the longest time, but now when I ingest pills it dehydrates me, I have permissions and my config looks like this:

    Code:
      "Calories amount (0.0 - 500.0)": 100.0,
      "Health amount (0.0 - 100.0)": 20.0,
      "Hydration amount (0.0 - 250.0)": 50.0,
    Thanks.
     
  10. Wulf

    Wulf Community Admin

    The pills do that in Rust normally, this plugin tries to account for that.
     
  11. Yeah exactly. Pillshere always worked before. My settings should increase water by 50.

    I guess I'll try to wipe the files and start from scratch to see if it's some weirdness going on.
     
  12. Wulf

    Wulf Community Admin

    The item ID changed in Rust with their big update this month, had to update for that. 3.1.2 has a fix for it, else you can set -1432674913 or antiradpills in the config file.
     
  13. Thanks, but now I updated to 3.1.2 and changed the id to antiradpills and nothing happens at all. I'll remove all files and test again.

    Code:
    {
      "Calories amount (0.0 - 500.0)": 100.0,
      "Health amount (0.0 - 100.0)": 20.0,
      "Hydration amount (0.0 - 250.0)": 50.0,
      "Item ID or short name to use": "antiradpills"
    }
    [DOUBLEPOST=1529772059][/DOUBLEPOST]Deleted all files, uploaded 3.1.2 again and nothing seems to happen. Went with default config.

    Code:
    {
      "Calories amount (0.0 - 500.0)": 0.0,
      "Health amount (0.0 - 100.0)": 20.0,
      "Hydration amount (0.0 - 250.0)": 0.0,
      "Item ID or short name to use": "antiradpills"
    }
     
  14. Wulf

    Wulf Community Admin

    Did you grant the permission?
     
  15. When I check o.show group admin, I see pillshere.use there and I show in the group.

    Now it's downing my water when before it did nothing. I suspect I had on godmode before and didn't realize it.

    I see no errors with the plugin, but you're right to wonder on permissions. It acts as if I don't have them or the plugin isn't loaded.