lotgd-core/garden-party-bundle

在所有城市的花园聚会。

资助包维护!
通过Paypal支付

安装: 6

依赖: 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:10: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