873
收录服务器
1105
注册
38 345
玩家
FurnaceLevels 熔炉等级
升级到5级后,武器会变快!
作 者 Mauwh
发布时间 2018年6月12日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13
点此下载

🚀 FurnaceLevels 插件介绍

FurnaceLevels 是一款 Minecraft 插件,允许玩家升级熔炉,提高其熔炼速度。通过消耗游戏币(Essentials/EssentialsX)来升级熔炉等级,最高可达 5 级。右键点击熔炉即可打开升级界面。

✨ 依赖
  • ProtocolLib
✨ 软性依赖
  • Vault
  • 任何兼容 Vault 的经济插件
🔑 权限
  • furnacelevels.upgrade.<level> - 允许玩家将熔炉升级到指定等级。
## ⚙️ 配置

以下是 FurnaceLevels 插件的默认配置文件示例:


# Version checker. Please do not modify.
version: '1.3'
# To use custom upgrade items, you have to set this to 'false'
use-economy: false
# This will cancel dropping the custom furnace item and instead drop a
# normal furnace and refund the total cost of all upgrades.
refund-cost: false
# Ticks-per-tick represent how quickly the furnace burns.
# Certain values may be buggy in-game. Furnaces reset at 200 ticks.
upgrades:
  level-1:
    cost: 3
    ticks-per-tick: 10
  level-2:
    cost: 6
    ticks-per-tick: 20
  level-3:
    cost: 9
    ticks-per-tick: 30
  level-4:
    cost: 12
    ticks-per-tick: 40
  level-5:
    cost: 15
    ticks-per-tick: 50
item:
  # Material name may vary between 1.12 and 1.13. If you're on 1.8, sunflower is double_plant with data value 0
  material-type: 'minecraft:sunflower'
  displayname: '&6&lFurnace Upgrade Token'
  # Please note that material data is deprecated in 1.13! What does this mean?:
  # If this is set to 0, it will be ignored. If the version is 1.13, this will be ignored.
  # This value should only be used by (server version < 1.13)
  data: 0
  lore:
  - '&cA special token used to upgrade your furnace!'
world-blacklist:
  - world_end