Skip to content

autosell.yml

Ján Kluka edited this page Aug 9, 2025 · 7 revisions
messages:
  autosell_enable: '<gradient:#FFFF00:#FFD700:#FFA500><bold>AUTOSELL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve <yellow><bold>ENABLED</bold> <gray>Autosell.'
  autosell_disable: '<gradient:#FFFF00:#FFD700:#FFA500><bold>AUTOSELL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve <red><bold>DISABLED</bold> <gray>Autosell.'
  sell_all_complete: '<gradient:#FFFF00:#FFD700:#FFA500><bold>SELLALL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve sold your inventory for <yellow>%price%'
  no_permission_autosell_toggle: '<gradient:#FFFF00:#FFD700:#FFA500><bold>AUTOSELL</bold></gradient> <dark_gray>»</dark_gray> <red>You do not have permission to toggle autosell feature!'
# Should be autosell enabled automatically on player join?
enable-autosell-automatically: true

# Should blocks be smelted when mined? Example: STONE -> COBBLESTONE, IRON_ORE -> IRON_INGOT
auto-smelt: false

# Notification when player has full inventory
# If 'title' is set, it will send title to players, otherwise it will display chat message.
inventory_full_notification:
  # Should players be notified if they have full inventory?
  enabled: true
  title:
    - '<yellow><bold>Inventory full!</bold></yellow>'
    - '<white>Type /sellall to sell your inventory</white>'
  chat: '<red><bold>(!)</bold> <yellow>Your inventory is full! Type /sellall to sell your inventory'

# Sell prices defined here
sell-prices:
  COPPER_ORE: 100.0
  DEEPSLATE_LAPIS_ORE: 8000.0
  EMERALD_ORE: 10000.0
  REDSTONE_ORE: 1000.0
  DEEPSLATE_DIAMOND_ORE: 50000.0
  NETHER_QUARTZ_ORE: 75000.0
  EMERALD_BLOCK: 600000.0
  STONE: 50.0
  LAPIS_BLOCK: 400000.0
  DIAMOND_ORE: 30000.0
  NETHERITE_BLOCK: 1000000.0
  DIAMOND_BLOCK: 750000.0
  GOLD_ORE: 250.0
  DEEPSLATE_EMERALD_ORE: 15000.0
  COPPER_BLOCK: 200000.0
  DEEPSLATE_REDSTONE_ORE: 2000.0
  ANCIENT_DEBRIS: 900000.0
  GOLD_BLOCK: 300000.0
  NETHER_GOLD_ORE: 100000.0
  LAPIS_ORE: 4000.0
  REDSTONE_BLOCK: 500000.0
  DEEPSLATE_GOLD_ORE: 500.0
  IRON_BLOCK: 150000.0

# Currency this module works with (eg. Money, Tokens, Gems)
currency: "money"

Clone this wiki locally