What did you add? And did you reload the plugin after?
BetterLoot
Moved
Total Downloads: 42,618 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
Wulf Community Admin
-
Yea, I just bought a server a few days ago so I'm fairly new to all this. However we're having the same barrel issues with frags and I'm not sure what exactly to type into the .json file. If I just plug in "blueprint_fragment": 50, is that going to handle it?
Sorry if I sound retarded.. learning as I go. Thanks for the help. -
Wulf Community Admin
-
Plugin seems to be removing oil from the oil barrels and putting the the other barrels random loot in them instead.
-
-
Code://BPs { "blueprint_fragment", 26}, { "blueprint_page", 2}, { "blueprint_book", 1}, { "blueprint_library", 1}
What's more worrying to me is that people are finding smoke rockets on my server. Any of you have this too? -
yea seems to wokr just add
"blueprint_fragment":50,
"blueprint_page":10,
"blueprint_book":3,
"blueprint_library":1,
after "dropLimits": { in the config -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
So the plugin has been updated to include the new bp frags and all?
-
Wulf Community Admin
-
Do you have any idea as to how I can add things to the config for the new oil barrels to work?
-
Wulf Community Admin
-
Blacklist question. Blacklist defaults to false in the json, so I assume I need to change it to true to make the blacklist work correct? Also will blacklisting an item like ammo.rocket.smoke make the item never drop? Or will it just make it exempt from betterloot? Thanks
-
-
Wulf Community Admin
-
I really don't understand why the bp fragments won't drop on my server at all.
What am i doing wrong? I'm using the .config below and have done oxide.reload and even restarted my server, still doesn't work.
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, "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 }
-
Wulf Community Admin