1 004
收录服务器
1304
注册
44 401
玩家
DupePlugin 找回1.12复制漏洞!
这是一个用来恢复1.12版本的插件!
作 者 IzDaBait
发布时间 2020年7月14日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.16
点此下载

🛠️ DupePlugin

DupePlugin 是一款 Minecraft 插件,旨在允许服务器管理员重新启用某些游戏漏洞(如复制物品)。请谨慎使用,因为它可能会对服务器经济产生负面影响。本插件已弃用,代码质量不高,但仍然可用。

⚠️ 警告

启用物品复制功能可能会对服务器的经济平衡造成严重影响。请在充分了解潜在风险后谨慎使用。

🔗 源码地址

GitHub 仓库

Minecraft 版本支持

  • 原生 Minecraft 版本: 1.16
  • 测试 Minecraft 版本: 1.8, 1.9, 1.10, 1.11, 1.12, 1.16

⚙️ 配置

插件的配置文件允许您自定义复制功能的各个方面。以下是一个示例配置:


# Configuration file for DupePlugin

# Toggle for the plugin.
plugin-enabled: true

# Requires the dupe command to be enabled to work.
# Allows players to dupe if they have the correct permission.
dupe-enabled: true

# Requires the anvil dupe to be enabled to work.
# Allows players to dupe with an anvil if they have the correct permission.
anvil-dupe-enabled: true

# Set to true to enable the donkey dupe.
donkey-dupe-enabled: false

# Requires the enderchest dupe to be enabled to work.
# Allows players to dupe with an enderchest if they have the correct permission.
enderchest-dupe-enabled: false

# Requires the chunk dupe to be enabled to work.
# Allows players to dupe chunks if they have the correct permission.
chunk-dupe-enabled: false

# Requires the sign dupe to be enabled to work.
# Allows players to dupe signs if they have the correct permission.
sign-dupe-enabled: false

# Requires the boat dupe to be enabled to work.
# Allows players to dupe boats if they have the correct permission.
boat-dupe-enabled: false

# Set to true to enable the minecart dupe.
minecart-dupe-enabled: false

# Toggle for verbose logging.
verbose: false

🔑 权限

以下是插件提供的权限节点,用于控制玩家使用复制功能的权限:

  • dupeplugin.dupe: 允许玩家使用 /dupe 命令。
  • dupeplugin.anvil: 允许玩家使用铁砧复制。
  • dupeplugin.donkey: 允许玩家使用驴复制。
  • dupeplugin.enderchest: 允许玩家使用末影箱复制。
  • dupeplugin.chunk: 允许玩家复制区块。
  • dupeplugin.sign: 允许玩家复制告示牌。
  • dupeplugin.boat: 允许玩家复制船。
  • dupeplugin.minecart: 允许玩家复制矿车。

🎮 命令

  • /dupe: 允许玩家复制他们手中的物品 (需要 dupeplugin.dupe 权限)。