| DonateCase 捐赠箱子 | |
|---|---|
| |
Minecraft服务器的DonateCase |
| 作 者 | _Jodex_ |
| 发布时间 | 2022年12月12日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20 |
插件详细介绍
DonateCase 是一款 Minecraft 插件,允许玩家通过捐赠来获得游戏内的奖励,如箱子。插件支持多种 Minecraft 版本,并提供了丰富的自定义选项。
🎉DonateCase是一个箱子插件。你可以设置掉落,动画等。
✔️/donatecase givekey [玩家] [箱子] [数量] - 给予玩家箱子钥匙。/donatecase open [箱子] - 打开一个箱子。/donatecase reload - 重载插件配置。/donatecase create [箱子] - 创建一个箱子。/donatecase delete [箱子] - 删除一个箱子。/donatecase edit [箱子] - 编辑一个箱子。/donatecase list - 列出所有箱子。donatecase.command.givekey - 允许使用 /donatecase givekey 命令。donatecase.command.open - 允许使用 /donatecase open 命令。donatecase.command.reload - 允许使用 /donatecase reload 命令。donatecase.command.create - 允许使用 /donatecase create 命令。donatecase.command.delete - 允许使用 /donatecase delete 命令。donatecase.command.edit - 允许使用 /donatecase edit 命令。donatecase.command.list - 允许使用 /donatecase list 命令。
# DonateCase configuration file
settings:
language: "en"
prefix: "&a[&bDonateCase&a] "
cases:
example:
display_name: "&aExample Case"
key:
material: "TRIPWIRE_HOOK"
name: "&aExample Key"
lore:
- "&7Use this key to open"
- "&aExample Case!"
items:
- material: "DIAMOND"
name: "&aDiamond"
lore:
- "&7A shiny diamond!"
chance: 50
commands:
- "give %player% diamond 1"
- material: "GOLD_INGOT"
name: "&aGold Ingot"
lore:
- "&7A valuable gold ingot!"
chance: 50
commands:
- "give %player% gold_ingot 1"
🔗