Docs

Block prices

Base sell prices live in prices.yml, together with the rank and prestige multipliers.

Full file

yaml
default-price: 25.0

prices:
  # Minerals
  COAL_ORE: 125.0
  IRON_ORE: 250.0
  GOLD_ORE: 625.0
  DIAMOND_ORE: 2500.0
  EMERALD_ORE: 3750.0
  LAPIS_ORE: 375.0
  REDSTONE_ORE: 200.0

  # Ore blocks
  COAL_BLOCK: 1125.0
  IRON_BLOCK: 2250.0
  GOLD_BLOCK: 5625.0
  DIAMOND_BLOCK: 22500.0
  EMERALD_BLOCK: 33750.0
  LAPIS_BLOCK: 3375.0

  # Stone
  STONE: 12.5
  DEEPSLATE: 18.75
  GRANITE: 12.5
  DIORITE: 12.5
  ANDESITE: 12.5

  # Others
  COBBLESTONE: 6.25
  DIRT: 2.5
  GRAVEL: 7.5
  SAND: 5.0
  RED_SAND: 5.0
  CLAY: 10.0
  END_STONE: 50.0
  NETHERRACK: 37.5
  SOUL_SAND: 75.0
  BLACKSTONE: 62.5

rank-multipliers:
  A: 1.0
  B: 1.05
  C: 1.10
  D: 1.15
  E: 1.25

prestige-multipliers:
  0: 1.0
  1: 1.10
  2: 1.20
  3: 1.35
  4: 1.50
  5: 1.75

Prices with rank and prestige multipliers

BlockBaseRank E (×1.25)Rank E + P5 (×2.1875)
DIAMOND_ORE$2,500$3,125$5,468.75
EMERALD_ORE$3,750$4,687.50$8,203.13
GOLD_ORE$625$781.25$1,367.19
IRON_ORE$250$312.50$546.88
COAL_ORE$125$156.25$273.44
LAPIS_ORE$375$468.75$820.31
DIAMOND_BLOCK$22,500$28,125$49,218.75
EMERALD_BLOCK$33,750$42,187.50$73,828.13
STONE$12.50$15.63$27.34
Default$25.00$31.25$54.69

To add a block, add a MATERIAL: price line under prices. Blocks not listed use default-price; set it to 0 so they are not sold.

The real price also goes through the dynamic market and every multiplier. See Final price.

Block prices | PulsePrison Core Docs