Guest User

Untitled

a guest
Aug 9th, 2025
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.09 KB | None | 0 0
  1. messages:
  2.   autosell_enable: '<gradient:#FFFF00:#FFD700:#FFA500><bold>AUTOSELL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve <yellow><bold>ENABLED</bold> <gray>Autosell.'
  3.   autosell_disable: '<gradient:#FFFF00:#FFD700:#FFA500><bold>AUTOSELL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve <red><bold>DISABLED</bold> <gray>Autosell.'
  4.   sell_all_complete: '<gradient:#FFFF00:#FFD700:#FFA500><bold>SELLALL</bold></gradient> <dark_gray>»</dark_gray> <gray>You''ve sold your inventory for <yellow>%price%'
  5.   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!'
  6. # Should be autosell enabled automatically on player join?
  7. enable-autosell-automatically: true
  8.  
  9. # Should blocks be smelted when mined? Example: STONE -> COBBLESTONE, IRON_ORE -> IRON_INGOT
  10. auto-smelt: false
  11.  
  12. # Notification when player has full inventory
  13. # If 'title' is set, it will send title to players, otherwise it will display chat message.
  14. inventory_full_notification:
  15.  # Should players be notified if they have full inventory?
  16.   enabled: true
  17.   title:
  18.    - '<yellow><bold>Inventory full!</bold></yellow>'
  19.     - '<white>Type /sellall to sell your inventory</white>'
  20.   chat: '<red><bold>(!)</bold> <yellow>Your inventory is full! Type /sellall to sell your inventory'
  21.  
  22. # Sell prices defined here
  23. sell-prices:
  24.   COPPER_ORE: 100.0
  25.   DEEPSLATE_LAPIS_ORE: 8000.0
  26.   EMERALD_ORE: 10000.0
  27.   REDSTONE_ORE: 1000.0
  28.   DEEPSLATE_DIAMOND_ORE: 50000.0
  29.   NETHER_QUARTZ_ORE: 75000.0
  30.   EMERALD_BLOCK: 600000.0
  31.   STONE: 50.0
  32.   LAPIS_BLOCK: 400000.0
  33.   DIAMOND_ORE: 30000.0
  34.   NETHERITE_BLOCK: 1000000.0
  35.   DIAMOND_BLOCK: 750000.0
  36.   GOLD_ORE: 250.0
  37.   DEEPSLATE_EMERALD_ORE: 15000.0
  38.   COPPER_BLOCK: 200000.0
  39.   DEEPSLATE_REDSTONE_ORE: 2000.0
  40.   ANCIENT_DEBRIS: 900000.0
  41.   GOLD_BLOCK: 300000.0
  42.   NETHER_GOLD_ORE: 100000.0
  43.   LAPIS_ORE: 4000.0
  44.   REDSTONE_BLOCK: 500000.0
  45.   DEEPSLATE_GOLD_ORE: 500.0
  46.   IRON_BLOCK: 150000.0
  47.  
  48. # Currency this module works with (eg. Money, Tokens, Gems)
  49. currency: "money"
  50.  
Advertisement
Add Comment
Please, Sign In to add comment