Configuration

Default Config.yml

This is what your default configuration file should look like.

Lucky_Draw:
  General:
//Changes the prefix which appears in chat
    Announcer_Name: '[LuckyDraw] '
//Choose whether to log the amount of draws each user makes and its success rate
//Only use for small servers! It will clog up your config.yml file!
    Log_Draws: 'false'
//Do not change this value or it may break your config
    Config_Version: '1'
//The cost of each ticket from "/LuckyDraw Buy"
    Ticket_Cost: '500'
//The bottom threshold for a low level price. (Eg. 0% - 39% = No Prize, 40% - 59% = Low Level)
    Low_Percentage: '40'
//The bottom threshold for a medium level price. (Eg. 60% - 89% = Medium Level)
    Medium_Percentage: '60'
//The bottom threshold for a high level price. (Eg. 90% - 100% = High Level)
    High_Percentage: '90'
//Allocate up to 5 prizes per reward level
    Prizes:
//Type in Item IDs ONLY. The plugin does not support items like (Eg. 364:22)
      Low_Level_Prize_1: '0'
      Low_Level_Prize_2: '0'
      Low_Level_Prize_3: '0'
      Low_Level_Prize_4: '0'
      Low_Level_Prize_5: '0'
      Medium_Level_Prize_1: '0'
      Medium_Level_Prize_2: '0'
      Medium_Level_Prize_3: '0'
      Medium_Level_Prize_4: '0'
      Medium_Level_Prize_5: '0'
      High_Level_Prize_1: '0'
      High_Level_Prize_2: '0'
      High_Level_Prize_3: '0'
      High_Level_Prize_4: '0'
      High_Level_Prize_5: '0'
//The maximum quantity per item given. Quantity given is randomly generated.
      Max_Quantity: '1'