Configuration

This is the commented version of /plugins/FireworksEx/config.yml:

join-firework:
    # delay: Delay in ticks (1s = 20 ticks at max. TPS)
    # check-permission: Only allow join firework for players with permission
    # firework-style: Default firework style for join firework
    delay: 40
    check-permission: false
    firework-style: 'myfirework'
styles:
    # color: BLACK, SILVER, GRAY, WHITE, MAROON, RED, PURPLE, FUCHSIA, GREEN,
    #        LIME, OLIVE, YELLOW, NAVY, BLUE, TEAL, AQUA or NONE (no explosion)
    # shape: BALL, BALL_LARGE, BURST, CREEPER, STAR or none (no shape)
    # trail: true/false - Whether the firework leaves a trail (diamond effect)
    # power: Represents the amount of used gunpowder to modify the flight time
    myfirework:
        color: GREEN
        shape: CREEPER
        trail: true
        power: 3
    defaultrocket:
        color: NONE
        shape: NONE
        trail: false
        power: 1
system:
    # Will probably spam your console
    debug: false
    # Don't touch this or ninjas will inhibit your fridge!
    config: '0.3'

Comments

Posts Quoted:
Reply
Clear All Quotes