lotgd-core/bundle-garden-party

Party in the Garden of all cities.

Fund package maintenance!
Paypal

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:lotgd-bundle

0.1.3 2022-02-25 13:27 UTC

This package is auto-updated.

Last update: 2024-04-25 18:50:43 UTC


README

Party in the Garden of all cities.

Install

composer require lotgd-core/garden-party-bundle

Default configuration

# Note: party duration is 24 hours always.
lotgd_garden_party:
    # When does the part start. Valid format for DateTime object
    start: null # Required, Example: '2015-01-20 use this format YYYY-MM-DD'
    # How often is the party repeated? By default repeated every year
    repeat: P1Y # Example: 'http://php.net/manual/en/dateinterval.construct.php for examples of format'
    cake:
        # Cost per level for cake
        cost: 20
        # How many slices of cake can a player buy in one day?
        max: 3
    drink:
        # Cost per level for drink
        cost: 20
        # How many party drinks can a player buy in one day?
        max: 3