tutorial/Configuration

Starting with 2.3.4, you can define the loot and frequency that appears in abandoned houses. You can also determine the size and frequency of oases. These options, as well as schematics, are defined in plugins/Apocalyptic/worlds/<world name>.yml. This is the default file.

schematics:
oases:
    frequency: 200
    size:
        min: 5
        max: 10
houses:
    frequency: 400
    loot:
        hazmat_boots:
            frequency: 2
            min: 1
            max: 1
        hazmat_pants:
            frequency: 2
            min: 1
            max: 1
        hazmat_suit:
            frequency: 2
            min: 1
            max: 1
        hazmat_hood:
            frequency: 2
            min: 1
            max: 1
        sponge:
            frequency: 1
            min: 1
            max: 4
        saddle:
            frequency: 1
            min: 1
            max: 1
        obsidian:
            frequency: 4
            min: 1
            max: 4
        lava_bucket:
            frequency: 5
            min: 1
            max: 1
        sugar_cane:
            frequency: 4
            min: 1
            max: 4

Each subsection in loot is an item. The frequency is one out of X chance. The stack size will be between min and max inclusive.


Comments

Posts Quoted:
Reply
Clear All Quotes