lotgd-core/bundle-garden-party

在全城市的花园中聚会。

资助包维护!
Paypal

安装: 3

依赖: 0

建议者: 0

安全: 0

星星: 0

监视者: 0

分支: 0

类型:lotgd-bundle

0.1.3 2022-02-25 13:27 UTC

This package is auto-updated.

Last update: 2024-09-25 19:50:02 UTC


README

在全城市的花园中聚会。

安装

composer require lotgd-core/garden-party-bundle

默认配置

# 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: 'https://php.ac.cn/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