这是一个用于矿石挖掘掉落自定义物品的插件;玩家在挖矿时还可以获得经验,且几乎所有内容都可以通过配置文件进行自定义。
/customlootmining/customlootminingconfig.yml 中的 SectionCopyPastecustomlootmining.admincustomloot: true 时,会禁用该矿石的原版掉落$ 表示玩家挖掘该矿石时获得的金钱xp 表示玩家挖掘该矿石时获得的经验dropslists 用于设置普通掉落列表customlootfortune: true 用于启用 Fortune 附魔时的新掉落dropslistsfortune 用于设置带有 Fortune 时的掉落列表config.yml 时,请务必检查物品条目的对齐和缩进SectionCopyPaste 可作为自定义物品列表的复制模板Holo: true
Holoitem: DIAMOND_PICKAXE
Holoposition:
x: 0.5
y: 2
z: 0.5
SkillAPIExp: false
COAL_ORE:
#######################################################
#if customloot: true this disable the vanilla ore drop#
#######################################################
customloot: true
########################################################
#$: 100 this is the money you earn when you mine an ore#
########################################################
$: 100
######################################################
#xp: 100 this is the xp you earn when you mine an ore#
######################################################
xp: 10
#####################################################################
#dropslists: this is the list of the items the ore drops you can add#
#a new item with a simple copy paste and replace the values. #
#And verify the position of arguments.You can add everythings #
#####################################################################
dropslists:
###############################################################################
#'1': is the first item list and it have 100% chance of drops #
#you can add one number by one number to make more lists of drops with % drops#
###############################################################################
'1':
chance: 100
#####################################################################
#itemslists: this is the list of the items the ore drops you can add#
#a new item with a simple copy paste and replace the values. #
#And verify the position of arguments.You can add everythings #
#####################################################################
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
amount: 3
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: §8--Little Rock--
lore:
- ''
- §8--Little Rock--
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
amount: 2
- ==: org.bukkit.inventory.ItemStack
type: COAL
amount: 2
'2':
chance: 50
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: TORCH
###############################################################################
#if customlootfortune: true this enable the new drop with the enchant Fortune #
###############################################################################
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: COAL
amount: 4
'2':
chance: 50
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: TORCH
amount: 3
IRON_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
- ==: org.bukkit.inventory.ItemStack
type: IRON_INGOT
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
- ==: org.bukkit.inventory.ItemStack
type: IRON_INGOT
amount: 2
GOLD_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
- ==: org.bukkit.inventory.ItemStack
type: GOLD_INGOT
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
- ==: org.bukkit.inventory.ItemStack
type: GOLD_INGOT
amount: 2
DIAMOND_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
- ==: org.bukkit.inventory.ItemStack
type: DIAMOND
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: DIAMOND
amount: 2
EMERALD_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: EMERALD
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: EMERALD
amount: 2
LAPIS_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: INK_SACK
damage: 4
amount: 4
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: INK_SACK
damage: 4
amount: 4
REDSTONE_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: REDSTONE
amount: 4
- ==: org.bukkit.inventory.ItemStack
type: COBBLESTONE
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: REDSTONE
amount: 8
QUARTZ_ORE:
customloot: true
$: 100
xp: 10
dropslists:
'1':
chance: 100
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: NETHERRACK
amount: 2
- ==: org.bukkit.inventory.ItemStack
type: QUARTZ
amount: 2
'2':
chance: 10
itemslists:
- ==: org.bukkit.inventory.ItemStack
type: NETHER_STALK
customlootfortune: true
dropslistsfortune:
'1':
chance: 100
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: NETHERRACK
amount: 2
- ==: org.bukkit.inventory.ItemStack
type: QUARTZ
amount: 4
'2':
chance: 25
fortuneitemslists:
- ==: org.bukkit.inventory.ItemStack
type: NETHER_STALK
amount: 2
SectionCopyPaste:
items:
- ==: org.bukkit.inventory.ItemStack
type: STICK
amount: 64
meta:
==: ItemMeta
meta-type: UNSPECIFIC
display-name: §2ExempleItemtoCopyPaste
#exemple of items list to customize
##############################
# - ==: org.bukkit.inventory.ItemStack
# type: BOW
# - ==: org.bukkit.inventory.ItemStack
# type: ARROW
# amount: 64
# - ==: org.bukkit.inventory.ItemStack
# type: GOLDEN_APPLE
# amount: 32
# - ==: org.bukkit.inventory.ItemStack
# type: TORCH
# amount: 32
# meta:
# ==: ItemMeta
# meta-type: UNSPECIFIC
# display-name: §4Simple Torch
# lore:
# - ''
# - §6Simple Torch
# - ==: org.bukkit.inventory.ItemStack
# type: DIAMOND_PICKAXE
# amount: 32
# meta:
# ==: ItemMeta
# meta-type: UNSPECIFIC
# enchants:
# DIG_SPEED: 5
# display-name: §4Fast Pickaxe
# lore:
# - ''
# - §6Dig
# - ==: org.bukkit.inventory.ItemStack
# type: INK_SACK
# damage: 4
# amount: 8
#############################################customloot 设为 truecustomlootfortune: trueconfig.yml 的对齐与缩进是否正确友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作
历史访问人数:198,060 | 历史访问人次:303,461
今日访问人数:4,781 | 今日访问人次:5,212
昨日访问人数:30,537 | 昨日访问人次:36,142
Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.
❤ Powered by GermMC 京ICP备17023959号-6