1 393
收录服务器
2 006
注册
23 416
玩家
TapL's Multiplied Crafting Challenge (RECREATION) TapL 的倍增合成挑战(重制版)
成倍增加你在每艘飞船上得到的物品数量!
作 者 strubbe06
发布时间 2021年2月20日
支持核心 Spigot
原生版本
支持版本 1.16
点此下载

🥳

Multiplied Crafting 插件介绍

Multiplied Crafting 插件是一个有趣的 Minecraft 插件,它能够使你每次合成物品时,产出数量都会成倍增加,灵感来源于 TapL 的同名插件。

使用方法

  • /craftingchallenge <start/stop>:启动或停止倍增合成挑战。
🔑

权限

  • craftingmultiply.toggle:允许玩家使用 /craftingchallenge 命令。
📊

bStats 统计

你可以通过 bStats 查看插件的使用统计信息。

💬

寻求帮助

欢迎加入我们的 Discord 服务器获取支持。

⚙️

配置示例


#   ____                        ___
#  / ___| _ __   __ _ _ __   __| | __ _  ___ _ __
# | |   _| '_ \ / _` | '_ \ / _` |/ _` |/ _ \ '__|
# | |__| | |_) | (_| | | | | (_| | (_| |  __/ |
#  \____|_| .__/ \__,_|_| |_|\__,_|\__, |\___|_|
#         |_|                        |___/

# How much should the output be multiplied by each craft?
multiplier: 2
# How long should the grace period be in seconds?
gracePeriod: 10
# Should the plugin respect the max stack size?
respectMaxStackSize: true
# Should the plugin announce when the challenge starts?
announceChallengeStart: true
# What should the message be when the challenge starts?
challengeStartMessage: "&aThe crafting challenge has started!"
# Should the plugin announce when the challenge ends?
announceChallengeEnd: true
# What should the message be when the challenge ends?
challengeEndMessage: "&cThe crafting challenge has ended!"
# Should the plugin announce when a player completes a craft?
announceCraft: false
# What should the message be when a player completes a craft?
craftMessage: "&b%player% &ahas crafted %item%!"
# Should the plugin announce when a player completes a craft during the grace period?
announceGraceCraft: false
# What should the message be when a player completes a craft during the grace period?
graceCraftMessage: "&b%player% &ahas crafted %item% during the grace period!"
# Should the plugin only allow the challenge to be started by ops?
onlyOpsCanStart: false