Skip to main content

Configuration

One material based craft

Multi based material craft

What does weight mean? For example weight: 100

The weight: 100 in Billford’s config.yml controls probability in a weighted random selection Here’s how it works
  1. All crafts’ weights are summed to get a totalWeight
  2. A random number is picked from 0 to totalWeight
  3. Each craft’s weight is added cumulatively until the random number is reached
In our example weight: 100
  • It means the recipe has a 100 “chance unit” out of the total - Weights range from 1 to 100 (common items have 80-100, rare items have 1-5 \
  • Higher weight = more likely to appear as the daily offer

Commands

  1. /billford › Opens Billford GUI
  2. /billford reload › Reloads the Billford configuration

Permissions