Hello, I am having an issue where no loot spawns in my raidable bases. I had the plugin working fine and was able to spawn the default loot table, but when I went to create my own loot table it stopped spawning. I used the rb.populate command, then edited the values of each item in the editable lists/normal.json, then copied and pasted to replace text in the default_loot.json. When that did not work I deleted the text from default_loot and pasted the code straight into the base_loot/raid bases.json. Console gives Error: No loot found in config!
Cannot get loot to spawn in free version
heya. post everything thats shown when the plugin loads. including when it loads the grid
I figured it out, thank you! It turns out I accidentally left an item value in the loot table blank instead of inputting a zero, so it was producing a json syntax error. Had someone else look at the code with a fresh set of eyes and they noticed the missing value.
ah great, and ya that is a common issue. json errors are a pain certainly