BetterLoot

Moved

Total Downloads: 42,619 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018

4.95699/5, 93 likes
  1. I would advise everyone to add smoke rockets to the config blacklist and enforce it as my server has been crashed several times by people abusing in the past few hours after updating
     
  2. After adding in BPS to the JSON file i still am not receiving any on the server. Server and addon have been restarted.

    Code:
    {
      "baseBlueprintRarity": 2.0,
      "baseItemRarity": 2.0,
      "blueprintBlacklist": [],
      "blueprintProbability": 0.11,
      "dropLimits": {
        "blueprint_fragment":50,
        "blueprint_page":10,
        "blueprint_book":3,
        "blueprint_library":1,
        "explosives": 50,
        "explosive.timed": 2,
        "arrow.wooden": 16,
        "ammo.handmade.shell": 32,
        "ammo.shotgun": 32,
        "ammo.pistol": 32,
        "ammo.rifle": 32,
        "ammo.rocket": 3,
        "gunpowder": 200,
        "fat.animal": 200,
        "cloth": 200,
        "lowgradefuel": 200,
        "bone.fragments": 200,
        "antiradpills": 5,
        "bandage": 5,
        "largemedkit": 2,
        "blood": 200,
        "wood": 1000,
        "stones": 1000,
        "hq.metal.ore": 1000,
        "metal.ore": 1000,
        "sulfur.ore": 1000,
        "metal.fragments": 1000,
        "sulfur": 1000,
        "apple": 10,
        "blueberries": 10,
        "black.raspberries": 10,
        "wolfmeat.cooked": 5,
        "chicken.cooked": 5,
        "can.beans": 5,
        "can.tuna": 5,
        "granolabar": 5,
        "chocholate": 5,
        "smallwaterbottle": 5
      },
      "dropWeaponsWithAmmo": true,
      "enforceBlacklist": false,
      "itemBlacklist": [],
      "maxItemsPerBarrel": 3,
      "maxItemsPerCrate": 6,
      "messages": {
        "<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted": "<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted",
        "<color=\"#ffd479\">/loot</color> - Displays the details on loot tables": "<color=\"#ffd479\">/loot</color> - Displays the details on loot tables",
        "A barrel drops up to %N% items, a chest up to %M% items.": "A barrel drops up to %N% items, a chest up to %M% items.",
        "Base item rarity is %N% and base blueprint rarity is %M%.": "Base item rarity is %N% and base blueprint rarity is %M%.",
        "Blacklisted blueprints:": "Blacklisted blueprints:",
        "Blacklisted items:": "Blacklisted items:",
        "common": "common",
        "Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%": "Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%",
        "Drop limit of '%NAME%' is %LIMIT%": "Drop limit of '%NAME%' is %LIMIT%",
        "No such item:": "No such item:",
        "Not a valid blueprint:": "Not a valid blueprint:",
        "Not a valid item:": "Not a valid item:",
        "rare": "rare",
        "The blueprint '%NAME' is not blacklisted": "The blueprint '%NAME' is not blacklisted",
        "The blueprint '%NAME%' is now blacklisted": "The blueprint '%NAME%' is now blacklisted",
        "The blueprint '%NAME%' is now no longer blacklisted": "The blueprint '%NAME%' is now no longer blacklisted",
        "The blueprint '{0}' is already blacklisted": "The blueprint '{0}' is already blacklisted",
        "The item '%NAME%' is already blacklisted": "The item '%NAME%' is already blacklisted",
        "The item '%NAME%' is not blacklisted": "The item '%NAME%' is not blacklisted",
        "The item '%NAME%' is now blacklisted": "The item '%NAME%' is now blacklisted",
        "The item '%NAME%' is now no longer blacklisted": "The item '%NAME%' is now no longer blacklisted",
        "There are no blacklisted blueprints": "There are no blacklisted blueprints",
        "There are no blacklisted items": "There are no blacklisted items",
        "There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.": "There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.",
        "There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.": "There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.",
        "There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.": "There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.",
        "uncommon": "uncommon",
        "Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"": "Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"",
        "Usage: /droplimit \"ITEMNAME\" [LIMIT]": "Usage: /droplimit \"ITEMNAME\" [LIMIT]",
        "very rare": "very rare",
        "You are not authorized to modify drop limits": "You are not authorized to modify drop limits",
        "You are not authorized to modify the blacklist": "You are not authorized to modify the blacklist"
      },
      "minItemsPerBarrel": 1,
      "minItemsPerCrate": 3,
      "refreshMinutes": 15
    }
     
  3. I am having the same issue. I just removed the plugin for the meantime and they started showing up.
     
  4. Wulf

    Wulf Community Admin

    Actually, the blueprint ones still use _ according to Rust.
     
  5. Same here. I deleted the plugin and config file and uploaded new and then added in the fragments, still nothing. I guess we'll have to wait for a fix.
     
  6. You need to put spaces between "blueprint_fragment": 50 <- like that. The ones without the space between the : and the number, wont work at all. Thats not a plugin issue, thats a simple mistake to make with config control your side. I made the same mistake haha
     
  7. Why wont this work then? :-(
    Code:
    {
      "baseBlueprintRarity": 2.0,
      "baseItemRarity": 2.0,
      "blueprintBlacklist": [],
      "blueprintProbability": 0.11,
      "dropLimits": {
        "blueprint_fragment": 50,
        "blueprint_page": 10,
        "blueprint_book": 3,
        "blueprint_library": 1,   
        "explosives": 50,
        "explosive.timed": 2,
        "arrow.wooden": 16,
        "ammo.handmade.shell": 32,
        "ammo.shotgun": 32,
        "ammo.pistol": 32,
        "ammo.rifle": 32,
        "ammo.rocket": 3,
        "gunpowder": 200,
        "fat.animal": 200,
        "cloth": 200,
        "lowgradefuel": 200,
        "bone.fragments": 200,
        "antiradpills": 5,
        "bandage": 5,
        "largemedkit": 2,
        "blood": 200,
        "wood": 1000,
        "stones": 1000,
        "hq.metal.ore": 1000,
        "metal.ore": 1000,
        "sulfur.ore": 1000,
        "metal.fragments": 1000,
        "sulfur": 1000,
        "apple": 10,
        "blueberries": 10,
        "black.raspberries": 10,
        "wolfmeat.cooked": 5,
        "chicken.cooked": 5,
        "can.beans": 5,
        "can.tuna": 5,
        "granolabar": 5,
        "chocholate": 5,
        "smallwaterbottle": 5
      },
      "dropWeaponsWithAmmo": true,
      "enforceBlacklist": false,
      "itemBlacklist": [],
      "maxItemsPerBarrel": 3,
      "maxItemsPerCrate": 6,
      "messages": {
        "<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted": "<color=\"#ffd479\">/blacklist</color> - Displays which items are blacklisted",
        "<color=\"#ffd479\">/loot</color> - Displays the details on loot tables": "<color=\"#ffd479\">/loot</color> - Displays the details on loot tables",
        "A barrel drops up to %N% items, a chest up to %M% items.": "A barrel drops up to %N% items, a chest up to %M% items.",
        "Base item rarity is %N% and base blueprint rarity is %M%.": "Base item rarity is %N% and base blueprint rarity is %M%.",
        "Blacklisted blueprints:": "Blacklisted blueprints:",
        "Blacklisted items:": "Blacklisted items:",
        "common": "common",
        "Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%": "Drop limit of '%NAME%' has been changed from %LIMIT% to %NEWLIMIT%",
        "Drop limit of '%NAME%' is %LIMIT%": "Drop limit of '%NAME%' is %LIMIT%",
        "No such item:": "No such item:",
        "Not a valid blueprint:": "Not a valid blueprint:",
        "Not a valid item:": "Not a valid item:",
        "rare": "rare",
        "The blueprint '%NAME' is not blacklisted": "The blueprint '%NAME' is not blacklisted",
        "The blueprint '%NAME%' is now blacklisted": "The blueprint '%NAME%' is now blacklisted",
        "The blueprint '%NAME%' is now no longer blacklisted": "The blueprint '%NAME%' is now no longer blacklisted",
        "The blueprint '{0}' is already blacklisted": "The blueprint '{0}' is already blacklisted",
        "The item '%NAME%' is already blacklisted": "The item '%NAME%' is already blacklisted",
        "The item '%NAME%' is not blacklisted": "The item '%NAME%' is not blacklisted",
        "The item '%NAME%' is now blacklisted": "The item '%NAME%' is now blacklisted",
        "The item '%NAME%' is now no longer blacklisted": "The item '%NAME%' is now no longer blacklisted",
        "There are no blacklisted blueprints": "There are no blacklisted blueprints",
        "There are no blacklisted items": "There are no blacklisted items",
        "There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.": "There is a <color=#5bbcf4>%P%%</color> chance to get one of %N% %RARITY% blueprints.",
        "There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.": "There is a <color=#aef45b>%N%%</color> chance that any drop is a blueprint.",
        "There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.": "There is a <color=#f4e75b>%P%%</color> chance to get one of %N% %RARITY% items.",
        "uncommon": "uncommon",
        "Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"": "Usage: /blacklist [additem|deleteitem|addbp|deletebp] \"ITEMNAME\"",
        "Usage: /droplimit \"ITEMNAME\" [LIMIT]": "Usage: /droplimit \"ITEMNAME\" [LIMIT]",
        "very rare": "very rare",
        "You are not authorized to modify drop limits": "You are not authorized to modify drop limits",
        "You are not authorized to modify the blacklist": "You are not authorized to modify the blacklist"
      },
      "minItemsPerBarrel": 1,
      "minItemsPerCrate": 3,
      "refreshMinutes": 15
    }
     
  8. Yeah like the guy above, I did a fresh install w/the proper names but it doesn't work.
     
  9. I've tried making changes to the file myself in a few different formats listed above and still no luck either.
     
  10. there's been 100 players on most of the day, im hearing a lot of "i cant find BP frags"

    Code:
    "dropLimits": {
        "explosives": 50,
        "explosive.timed": 2,
        "arrow.wooden": 16,
        "ammo.handmade.shell": 32,
        "ammo.shotgun": 32,
        "ammo.pistol": 32,
        "ammo.rifle": 32,
        "ammo.rocket": 3,
        "gunpowder": 200,
        "fat.animal": 200,
        "cloth": 200,
        "lowgradefuel": 200,
        "bone.fragments": 200,
        "antiradpills": 5,
        "bandage": 5,
        "largemedkit": 2,
        "blood": 200,
        "wood": 1000,
        "stones": 1000,
        "metal.ore": 1000,
        "sulfur.ore": 1000,
        "metal.fragments": 1000,
        "sulfur": 1000,
        "apple": 10,
        "blueberries": 10,
        "black raspberries": 10,
        "wolfmeat.cooked": 5,
        "chicken.cooked": 5,
        "can.beans": 5,
        "can.tuna": 5,
        "granolabar": 5,
        "chocholate": 5,
    "blueprint_fragment": 26,
      "blueprint_page": 2,
    "blueprint_book": 1,
    "blueprint_library": 1,   
        "smallwaterbottle": 5
      },
    ^ sample of my betterloot config, how can i make bp frags more common but not too common?
     
  11. Wulf

    Wulf Community Admin

    See above replies to fix your current items, and add the items you are looking for.
     
  12. Blueprint Fragments are not spawning with BetterLoot plugin installed.
     
  13. Red barrels are useless too
     
  14. I double checked, there is spaces between : and number

    Am i missing anything? or should i just disable betterloot for now
     
  15. Na I tested it too, they aren't dropping. Tried 100 barrels.
     
  16. weird, i wonder why they left the _ in the bp frags name and everything else has a . in between.
     
  17. Wulf

    Wulf Community Admin

    Feel free to try the version below, all it does though is add the items to the config (you'd need to delete your old) and oil barrels.
     

    Attached Files:

  18. I unloaded my BetterLoot for now, cant stand anymore player bitching lol
     
  19. Wulf

    Wulf Community Admin

    Probably the same reason why some items don't have any spacing. ;)

    PS. Your file isn't really proper JSON spacing. I'd recommend validating it with jsonlint.com.
     
  20. Ok Wulf: trying it.