Jump to content

2 Screenshots

  • 34.8k
  • 704
  • 18.88 kB

About CLottery

Randomly select player every X hours, offer him a gift based on the number of player connected


# DOCUMENTATION

    • Features

- Every X hour
- Random selected one user (exept admin)
- Gift adjustable depending on the number of connected players
- Display an **ui**
- Send **effect** to player
- Reclaim gift with chat command
- Gift not reclaimed are clear when server wipe (new save)

 

# CHAT COMMAND

  • /lottery  -- Chat command for reclaim gifts

 

# CONFIGURATION

{
  "1. COMMAND CHAT": "lottery",
  "2. SCHEDULES FOR SEND": ["01:00","03:00","05:00","07:00","09:00","11:00","13:00","15:00","17:00","19:00","21:00","23:00"],
  "3. LOTTERY": [
    {
      "Minimum players": 0,
      "Maximum players": 2,
      "Gifts": null
    },
    {
      "Minimum players": 3,
      "Maximum players": 5,
      "Gifts": [
        {
          "Short name": "scrap",
          "Quantity": 50
        }
      ]
    },
    {
      "Minimum players": 6,
      "Maximum players": 10,
      "Gifts": [
        {
          "Short name": "xmas.present.small",
          "Quantity": 1
        }
      ]
    },
    {
      "Minimum players": 11,
      "Maximum players": 20,
      "Gifts": [
        {
          "Short name": "xmas.present.small",
          "Quantity": 1
        },
        {
          "Short name": "scrap",
          "Quantity": 50
        }
      ]
    },
    {
      "Minimum players": 21,
      "Maximum players": 30,
      "Gifts": [
        {
          "Short name": "xmas.present.medium",
          "Quantity": 1
        }
      ]
    },
    {
      "Minimum players": 31,
      "Maximum players": 50,
      "Gifts": [
        {
          "Short name": "xmas.present.medium",
          "Quantity": 1
        },
        {
          "Short name": "scrap",
          "Quantity": 75
        }
      ]
    },
    {
      "Minimum players": 51,
      "Maximum players": 75,
      "Gifts": [
        {
          "Short name": "xmas.present.large",
          "Quantity": 1
        }
      ]
    },
    {
      "Minimum players": 76,
      "Maximum players": 200,
      "Gifts": [
        {
          "Short name": "xmas.present.large",
          "Quantity": 1
        },
        {
          "Short name": "scrap",
          "Quantity": 75
        }
      ]
    }
  ]
}

 

  • Like 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.6k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.