Stone Drop 石头掉落
作者:ULTUX
发布时间:2020年2月20日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17
该插件使采矿石头的方式更有趣!
点此下载插件详细介绍
Stone Drop 是一款 Minecraft 插件,旨在为玩家在挖掘石头时提供额外的物品掉落。它还引入了神秘宝箱,这些宝箱在玩家采矿时有几率出现。所有掉落的概率、物品以及其他行为都可以在配置文件中自定义,以满足不同服务器的需求。
🛠️ 功能特性
- 带有信息和设置的菜单 (GUI)
- 语言支持 (lang.yml)
- 附魔支持
- 物品命名支持
- 幸运附魔影响掉落几率
- 可配置的掉落方块(例如:石头、安山岩)
- 设置不受影响的世界
- 禁用矿石掉落
- 设置矿石掉落的几率
- 设置物品直接掉落到背包
- 设置生成经验球(支持经验修补)
- 为物品生成设置所需 Y 轴高度范围
- 采矿时有几率出现宝藏箱
- 用于管理掉落的管理员面板
- 可配置的物品生物群系条件
- 更多特性!
🎮 如何使用 GUI
- 输入
/drop(或/d) 打开菜单。 - 玩家可以通过在菜单中右键单击物品来快速轻松地管理他们的掉落偏好。
- 左键单击物品会显示每个幸运等级的掉落几率。
⚙️ 安装步骤
- 从 此处 下载插件。
- 将文件放入服务器目录中的
plugins文件夹中。 - 启动服务器(如果服务器已在运行,使用
/reload命令重新加载)。 - 您已成功下载并安装了插件!
📜 命令
/drop(或/d):基础命令 - 显示菜单/drop reload:重新加载插件/drop stack:切换(针对命令发送者)自动将钻石、金锭等合成对应方块的功能。/whatdrops:显示可掉落物品的列表、掉落几率和数量。/shutdown:op/console 专用命令。计划关闭服务器并通知所有玩家。/cancelshutdown:op/console 专用命令。如果已初始化,则取消关闭。
🔑 权限
本插件没有专门的权限节点,op拥有所有权限。
📝 配置文件示例 (config.yml)
# Main configuration file
#general configurations
config-version: 1.0
language: "en" #pl, en
log-level: "info" #info, debug, warning, error
#Mystery Chest settings
mysterychest:
#enable or disable mystery chest
enabled: true
#chance for mystery chest to appear. 1.0 is 100%
chance: 0.002
#Title of the chest
title: "&6Mystery Chest"
#List of possible rewards in chest. 'Items' must be list of items. Quantity is how many of these items player will get. Chance is chance of that item to appear in chest.
rewards:
- chance: 0.5
items:
- "minecraft:diamond 1"
- "minecraft:emerald 2"
- chance: 0.25
items:
- "minecraft:iron_ingot 4"
- chance: 0.25
items:
- "minecraft:gold_ingot 4"
#Drop settings
drop:
#Worlds in which drop will be disabled
disabled-worlds:
- "example_world"
- "example_world_nether"
#If plugin should not drop items from ores
disable-drop-from-ores: true
#Chance of getting drop from ores. 1.0 is 100%
ore-chance: 0.25
#If plugin should drop items directly to player inventory
drop-to-inventory: true
#If plugin should spawn exp orbs. It helps when player has mending enchant
spawn-exp-orbs: true
#Blocks from which plugin should drop items
drop-blocks:
- "minecraft:stone"
- "minecraft:andesite"
#List of available drops
available-drops:
diamond:
#Material of drop item
material: "minecraft:diamond"
#Display name of item
display-name: "&bDiamond"
#Lore of item
lore:
- "&7Drop from stone"
- "&7Chance: {chance}"
#chance of drop item. 1.0 is 100%
chance: 0.005
#amount of drop item
amount: 1
#Required Y level range for item to drop
required-y-level:
enabled: false
min: 0
max: 64
#Required biomes for item to drop
required-biomes:
enabled: false
biomes:
- "minecraft:plains"
- "minecraft:forest"
gold:
material: "minecraft:gold_ingot"
display-name: "&6Gold"
lore:
- "&7Drop from stone"
- "&7Chance: {chance}"
chance: 0.01
amount: 1
required-y-level:
enabled: true
min: 0
max: 32
required-biomes:
enabled: false
biomes:
- "minecraft:plains"
- "minecraft:forest"
寻找答案?请访问 StoneDrop Wiki。
最新版本:Releases