服务器使用量
未统计
服务玩家数
未统计
下载量
4,813
插件详细介绍
这是一款简单实用的物品复制插件,玩家可以通过 /dupe 命令复制任意物品,同时还支持将特定物品加入黑名单,防止被复制。
功能说明
- 允许玩家使用
/dupe命令复制物品。 - 支持黑名单功能,可禁止特定物品被复制。
- 支持冷却时间功能,可设置玩家两次复制之间必须等待的秒数。
- 冷却可在配置中轻松调整。
- 如果将
DupeSettings.yml中的DupeCooldownSeconds设为0,即可完全禁用冷却。
待办事项
- 添加可配置的倍率选项。
例如,如果该选项设置为 50%,则玩家会获得当前持有数量的一半。
也就是说,如果你有 10 个苹果,并在该选项为 50% 时使用 /dupe,最终你将拥有 15 个苹果。
配置文件
DupeSettings.yml
DupeCooldownSeconds: 60.0
DisallowedItemTypes:
- iron_block
- iron_ingot
- iron_nugget
- bedrock
- barrier
- shulker_box
- dragon_egg
- totem_of_undying
- nether_star
- wither_skeleton_skull
- end_crystal
- enchanted_golden_apple
- diamond
- diamond_block
- netherite_ingot
- netherite_block
- emerald
- enchanted_bookMessages.yml
DupeOutputs:
CannotDupeItem: '&cThis item is not allowed to be duplicated.'
ItemDupeSuccessfulInInv: '&3Item has been successfully duplicated. Check your inventory.'
ItemDupeSuccessfulInHand: '&3Item has been successfully duplicated.'
NotEnoughSpace: '&cPlease clear some space in your inventory before attempting to
duplicate this item.'
ReloadMessage: '&3All config files have been reloaded'
NoPermissionMessage: '&cYou don''t have permission to do that.'权限节点
- 使用
/dupe命令: dupe.use- 使用
/dupe reload重新加载所有 yml 配置文件: dupe.reloadconfig
说明
DisallowedItemTypes用于定义禁止复制的物品类型。DupeCooldownSeconds用于设置复制冷却时间,单位为秒。Messages.yml可用于自定义插件提示消息。
这是该插件配置文件内容的整理版说明,包含 DupeSettings.yml 与 Messages.yml 中的可配置项,便于在插件目录页面快速查看与理解。
DupeSettings.yml
基础设置
DupeCooldownSeconds: 60.0- 复制物品功能的冷却时间,单位为秒。
- 当前设置为
60.0秒。
禁止复制的物品
DisallowedItemTypes- 以下物品类型不允许被复制:
iron_blockiron_ingotiron_nuggetbedrockbarriershulker_boxdragon_eggtotem_of_undyingnether_starwither_skeleton_skullend_crystalenchanted_golden_applediamonddiamond_blocknetherite_ingotnetherite_blockemeraldenchanted_book
Messages.yml
DupeOutputs
CannotDupeItem- 原文:
'&cThis item is not allowed to be duplicated.' - 含义:该物品不允许被复制。
ItemDupeSuccessfulInInv- 原文:
'&3Item has been successfully duplicated. Check your inventory.' - 含义:物品已成功复制,请检查你的背包。
ItemDupeSuccessfulInHand- 原文:
'&3Item has been successfully duplicated.' - 含义:物品已成功复制。
NotEnoughSpace- 原文:
'&cPlease clear some space in your inventory before attempting to duplicate this item.' - 含义:请先清理背包空间,再尝试复制该物品。
ReloadMessage- 原文:
'&3All config files have been reloaded' - 含义:所有配置文件已重新加载。
NoPermissionMessage- 原文:
'&cYou don''t have permission to do that.' - 含义:你没有权限这样做。
注意事项
- 颜色代码如
&c、&3会保留在消息文本中,用于游戏内彩色提示。 DisallowedItemTypes中填写的是物品类型名称,修改时请保持格式正确。- 所有键名如
DupeCooldownSeconds、CannotDupeItem等建议保持不变,以确保插件正常读取配置。
测试支持版本
版本分布
基本信息
插件名称
SlashDupe - Dupe Plugin
作者
Demdun
平台
Bukkit / Spigot
支持版本
1.19 - 1.21
点赞数
未统计
最近版本
暂无数据
-