Skip to content

A MCDR plugin that allows players to clone non-renewable items.

License

Notifications You must be signed in to change notification settings

Fidelxyz/MCDR-Renewability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCDR-Renewability

A MCDReforged plugin that allows players to clone non-renewable items.

一个允许玩家复制不可再生物品的 MCDR 插件。

License Release

安装

依赖 MCDReforged 1.x 和 MinecraftDataAPI

用法

!!clone 复制手中物品

!!clone help 查看帮助

!!clone query 查询今日剩余复制次数

!!clone list 查看可复制的物品列表

配置

第一次运行时会在 MCDR 目录中的 config/renewability/ 目录新建 config.json 配置文件。

'max_daily_items_cloned'

每人每日允许复制物品的最大数量。

类型:Integer

默认值:1

'allowed_items_list'

允许复制的物品 ID。

类型:list

默认值:

[
	"minecraft:elytra",
	"minecraft:enchanted_golden_apple",
	"minecraft:sponge"
]