Configuration

An Example Conf

# Each block defined here will be considered a 'watched' block. 
# Example block:
#
# Blocks:
#    Iron:               //This name means nothing
#       id: 15           //the id number of the block
#       cost: 15        //The cost of this block for the default time.
#

Blocks:
  gold:
    id: 14
    cost: 20
  diamond:
    id: 56
    cost: 40
  obsidian:
    id: 49
    cost: 80

Comments

Posts Quoted:
Reply
Clear All Quotes