You will find the Chest-Configuration at plugins/RealisticWorldGenerator/chest.yml.
The Chest-Configuration should look near the same like this:
Chests:
Dungeon:
items:
- 264:0;5;1;3
- 265:0;35;2;8
- 266:0;25;2;6
- 297:0;55;2;6
- 331:0;45;2;15
- 341:0;15;1;3
- 345:0;3;1;1
- 2256:0;3;1;1
- 2257:0;3;1;1
- 2258:0;3;1;1
- 2259:0;3;1;1
- 2260:0;3;1;1
- 2261:0;3;1;1
- 2262:0;3;1;1
- 2263:0;3;1;1
- 2264:0;3;1;1
- 2265:0;3;1;1
- 2266:0;3;1;1
- 2267:0;3;1;1
max-items: 6
min-items: 2
Pyramid:
items:
- 265:0;15;1;6
- 266:0;12;1;6
- 371:0;10;1;16
- 391:0;10;3;6
- 260:0;10;3;6
- 322:0;1;1;1
- 388:0;4;1;3
- 264:0;4;1;2
- 334:0;25;1;16
- 297:0;20;1;5
max-items: 6
min-items: 2
JungleTemple1:
items:
- 265:0;15;1;6
- 266:0;12;1;6
- 371:0;10;1;16
- 391:0;10;3;6
- 260:0;10;3;6
- 322:0;1;1;1
- 388:0;4;1;3
- 264:0;4;1;2
- 334:0;25;1;16
- 297:0;20;1;5
max-items: 6
min-items: 2
JungleTemple2:
items:
- 265:0;15;1;6
- 266:0;12;1;6
- 371:0;10;1;16
- 391:0;10;3;6
- 260:0;10;3;6
- 322:0;1;1;1
- 388:0;4;1;3
- 264:0;4;1;2
- 334:0;25;1;16
- 297:0;20;1;5
max-items: 8
min-items: 3
Mineshaft:
items:
- 264:0;5;1;4
- 265:0;20;3;9
- 266:0;25;5;15
- 297:0;25;1;3
- 331:0;15;3;15
- 2256:0;3;1;1
- 2257:0;3;1;1
max-items: 4
min-items: 2
Village:
Backery:
items:
- 297:0;15;1;4
- 256:0;1;1;1
- 260:0;5;1;4
- 354:0;10;1;1
- 400:0;15;1;4
- 344:0;10;3;16
- 355:0;2;1;1
- 296:0;20;1;5
max-items: 5
min-items: 1
House1:
items:
- 297:0;15;1;4
- 320:0;5;1;4
- 364:0;5;1;4
- 260:0;10;3;5
- 5:0;5;5;15
- 258:0;1;1;1
- 257:0;1;1;1
- 267:0;1;1;1
- 292:0;1;1;1
max-items: 5
min-items: 1
Generally you will find for every structure, which includes chest's, a Configuration-Section. Each section has some points: items,max-items,min-items.
All items are in a list. Each item is build by 5 values.
- ItemID:ItemSubID;Chance;MinStack;MaxStack
Important is, that the Max-Chance is build out of all Chances of the Items. That mean, that you'll have to count all chances of the items in one list together to get the max-Chance. The chance to get one of these items is at the end chance of item to all item chances.
This is the minimal amount of items, you will find in a chest.
This is the maximal amount of items, you will find in a chest.