LootConfig

Allows you to adjust the server's loot list

Total Downloads: 14,960 - First Release: Mar 27, 2015 - Last Update: May 20, 2018

5/5, 21 likes
  1. How do i make it that barrels, boxes, etc. spawn multiple items?
     
  2. If I wanted to use this plugin to remove certain items from appearing at all in the game, how would I go about that? My end goal is to remove all firearms from possibly spawning.
     
  3. can any one help me the crates and barrels are only spawning 2 items each?!
     
  4. is there a way to get more barrels with teck trash in it
    the only place where you can find it is in the dome atm
     
  5. Help please configure this plugin for x3
     
  6. hello,

    how to change the green crate loot
     
  7. bradley loot boxes are empty when you kill the tank, how to fix it
     
  8. Code:
    (12:06:41) | [LootConfig] Incorrect config version(0/0[0, 0])
    (12:06:42) | [LootConfig] Config save failed: Object reference not set to an instance of an object
      at Oxide.Plugins.LootConfig+LootSpawnEntryConverter.WriteJson (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.JsonSerializer serializer) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeConvertable (Newtonsoft.Json.JsonWriter writer, Newtonsoft.Json.JsonConverter converter, System.Object value, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList (Newtonsoft.Json.JsonWriter writer, IEnumerable values, Newtonsoft.Json.Serialization.JsonArrayContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
     
  9. Hello. No previous experience here. After reading through the threads and the configs, I'm hoping I figured it out. I've attached my altered configuration tables, but as a potato, I'm not sure what the last part I need is...
    I've ran it through a JSON validator on the web and fixed my MANY, MANY mistakes.
    ...but I'm still getting this.

    |Error: Parse error on line 3265:|
    |... } |
    |-----------------------^ |
    |Expecting '}', ',', got 'EOF' |

    Could anyone help me out with the end of this please. I am very anxious to see if it works or if I'm just a potato.
     

    Attached Files:

  10. don't have scrap on config?
     
  11. I see views, but no replies. Should I just scrap it then?
     
  12. I've searched through all 22 pages of this topic and see that numerous inquiries about how to add Scrap to the config file... yet no answer. Plugin Dev, can you either add Scrap to the plugin or can someone possibly explain how to do it?

    Cheers!
     
  13. up plss !!

    anyone help?
    need edit scrap but don't have
     
    Last edited by a moderator: Oct 12, 2017
  14. You can simply add it by the categories there, here's the autogenerated example, you just need to change the category name and put scrap shortname over there.
    Code:
    "1500stone": {
          "Items": [
            {
              "Shortname": "stones",
              "Amount": 1500.0,
              "MaxAmount": 0.0
            }
          ],
          "SubSpawn": []
        },
     
  15. Code:
    [LootConfig] No container data found: assets/bundled/prefabs/radtown/crate_basic.prefab
    Is this normal? lol
     
  16. With current build: Yes.
    Reason: the prefab is incomplete.
     
  17. NEED HELP!! I really don't understand the lines behind the LootConfig. Can someone please help me make a good 4x custom loot file? Ive been working on it for hours and nothing is working!
     
  18. If you have notepad++, just collapse level 3 using view, then go to categories.
    those categories are what you need to look at, it's pretty easy if you take your time
     
  19. the plugin does not work((( update under oxide
     
  20. Wulf

    Wulf Community Admin

    Rust made some changes, so the plugin would need to be updated for them.