FurnaceExpFarmLimiter (FEFL)
SpigotMCThis plugin allows configure furnace recipes for limiting experience farms.
233 downloads 4.8 rating
latest vv0.2 SpigotMC
Protect your server economy!
Cactus farms are easy and overpowered experience sources. This plugin allows changing experience values to destroy this bullshit.
![[IMG]](http://proxy.spigotmc.org/b288b8017b06c103851bf67a8768506393255600?url=https%3A%2F%2Fi.ibb.co%2FhR008xx%2F2020-11-29-20-50-21.png)
Features
- Overrides vanilla recipes. (Directly changes recipe. %0 cpu impact)
- Can work every smelting recipe
- Supports Furnace, Blast Furnace, Camp Fire and Smoker recipes
- Learn default experience values with /ExpItem command!
Commands
/FurnaceExpFarmLimit
permission fefl.reload
description reload command
/ExpItem
permission fefl.expitem
description shows experience values of items
Planned Features
Option for remove all experience in the recipes
Configuration
Code (YAML):
# FurnaceExpFarmLimiter
# Plugin created by kovalski
config-version : 1.0
# Plugin Prefix for messages. Usage %prefix%
prefix : "&b[FurnaceExpFarmLimiter]"
# Debug messages
debug : true
# Experience settings based input material
# Give feedback for better values Thanks!
# The experience values of the recipes are very different from each other.
# You can learn which item how much exp earned on smelting. Use /expitem command.
#
# recipes:
# stone_furnace:
# CACTUS: 0.1
# COBBLESTONE: 0.1
# KELP: 0.1
# blast_furnace:
# REDSTONE_ORE: 0.7
# smoker:
# KELP: 0.1
# camp_fire:
# KELP: 0.1
recipes:
stone_furnace:
CACTUS : 0.1
COBBLESTONE : 0.1
KELP : 0.1
blast_furnace:
REDSTONE_ORE : 0.7
smoker:
KELP : 0.1
camp_fire:
KELP : 0.1
# Plugin Messages
# You can disable it by leaving the blank message ""
messages:
msg_reload : "%prefix% &aReloaded"
usage_fefl : "&aUsage: /FurnaceExpFarmLimiter reload"
error_no_permission : "%prefix% &cYou don't have permission for use this command!"
error_no_item : "%prefix% &cHold item before using the command.
Comments 0
No comments yet. Be the first to share your thoughts.