AutoSmelt is a plugin where you break an ore and receive an ingot!
Perfect for Prison Servers!
• Grab any pickaxe and start mining!
• Fortune pickaxe will drop extra ingots!
• SilkTouch pickaxe will pick up blocks instead of ingots
• Great for Prison and Factions servers!
• Lightweight / Doesn't cause server lag
• Worldguard Support
• Auto Pickup after blocks are mined
• Naturally drop blocks when players inventory is full
• AutoSmelt Pickaxe that can be spawned in and used without command
• Config to customize the plugin!
• Experience Orb Drops
• autosmelt.mine | Required for /as
• autosmelt.spawn | Required for /smelt <player>
• autosmelt.reload | Required for /asreload
• Adding Economy Support on block break (configurable)
• Adding blocks to configuration file to add custom "smelts"
• Open to suggestions!
Code (YAML):
# # # AutoSmelt by: tweedjt # # #
#Is AutoSmelt toggled on by default auto_smelt: false
#Are Drops to Inventory on by default auto_pickup: true
#Is the /smelt Pickaxe unbreakable? pick_damage: false
#Drop exp orbs? exp_drops: true
#Enable Fortune Drops for Fortune Pick? fortune_drops: true
#Are random drops enabled? random_drop_amount: false
#Set value of drop amount if "random_drop_amount = true" min_drop_amount: 1
max_drop_amount: 4
#Set the experience orb value for Iron iron_exp: 1
#Set the experience orb value for Gold gold_exp: 1
#Set the experience orb value for Netherite Scrap nether_scrap_exp: 2
#On message for /as command autosmelt_on_message: "AutoSmelt has been turned &aON"
#Off message for /as command autosmelt_off_message: "AutoSmelt has been turned &fOFF"
#Message prefix for plugin message_prefix: "&d[&fAutoSmelt&d] &r"
#Block Configuration (You may add more than one drop for a randomized list) #Do not change the block being broken, this will break the plugin. #Currently only supports block drop, changing block being broken feature coming soon! blocks:
IRON_ORE: - IRON_INGOT
# - DIRT # - DIAMOND GOLD_ORE: - GOLD_INGOT
COPPER_ORE: - COPPER_INGOT
DEEPSLATE_IRON_ORE: - IRON_INGOT
DEEPSLATE_GOLD_ORE: - GOLD_INGOT
DEEPSLATE_COPPER_ORE: - COPPER_INGOT
ANCIENT_DEBRIS: - NETHERITE_SCRAP