Config.yml

########################################################
# Bingo Config File                                    #
# Disclaimer: If you do not know what you're doing,    #
# don't change anything!                               #
# Plugin made by: PluginRequest.com                    #
########################################################
welcomemessage:
  - "&2--------------------------------------"
  - "       &3Welcome to the Bingo Game"
  - "&2--------------------------------------"
  
########################################################
# Bingo Items: Use at least 25 items or it won't work! #
# Damage Value is now supported, use the symbol ':'    #
# IT IS VERY IMPORTANT TO INCLUDE THE QUOTES ""!       #
########################################################
items:
  - "1"
  - "3"
  - "20"
  - "22"
  - "35:5"
  - "35:6"
  - "35:7"
  - "37"
  - "38"
  - "39"
  - "40"
  - "41"
  - "42"
  - "44:7"
  - "45"
  - "46"
  - "47"
  - "48"
  - "49"
  - "50"
  - "57"
  - "58"
  - "67"
  - "86"
  - "87"
  - "88"
  - "89"
  - "98"
  - "98:1"
  - "102"


########################################################
# Should we announce it to everyone when a player      #
# receives a new item?                                 #
########################################################
announce_new_item: true

########################################################
# Item Lore is the text that will be displayed under   # 
# an Bingo Item                                        #
########################################################
itemlore:
  - "&3Obtain this item to clear it from the board"

########################################################
# Bingo Lore is the text that will be displayed        #
# under the Bingo Card Item                            #
# The Item is currently a Paper                        #
########################################################
bingolore:
  - "&3Use this card to check your Bingo status!"

########################################################
# Star Lore is the text that will be displayed under   #
# the Completed Item                                   #
# The item is currently a Nether Star                  #
########################################################
starlore:
  - "&6You have cleared this space!"
  
########################################################
# Economy Support - Vault Required                     #
# If Economy is disabled, please provide an alternate  #
# item to give upon finishing the Bingo card           #
# Amount must be above $0                              #
########################################################
economy: true
economy-entry-fee-enabled: true
economy-entry-fee: 1000
economy-reward: 5000

########################################################
# If Economy is not enabled...                         #
# In this case, put the Item NAME of the item you want #
# for the entry fee and reward in the field            #
# Check item names at:                                 #
# http://jd.bukkit.org/dev/doxygen/d6/d0e/enumorg_1_1bukkit_1_1Material.html
# Quantity must be above 0                             #
########################################################
no-economy-entry-fee-enabled: true
no-economy-entry-fee: "DIAMOND"
no-economy-entry-fee-quantity: 1
no-economy-reward: "DIAMOND_BLOCK"
no-economy-reward-quantity: 2



########################################################
# Config Version                                       #
# Do not change if you do not want this whole config   #
# to be resetted                                       #
########################################################
version: 0.2