mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-05 00:58:22 +08:00
26 lines
483 B
YAML
26 lines
483 B
YAML
name: "&c&l矿业仓库"
|
|
|
|
capacity:
|
|
default: 0 # 若为0则默认不可以使用该仓库
|
|
permissions:
|
|
- "ub.miner.vip:5000"
|
|
|
|
gui:
|
|
title: "&c&l矿业仓库"
|
|
lines: 6
|
|
items:
|
|
"CLOSE":
|
|
icon:
|
|
==: org.bukkit.ItemStack
|
|
slot: 0
|
|
actions:
|
|
- "[LEFT:CLOSE]"
|
|
- "[SHIFT_LEFT:CLOSE]"
|
|
|
|
items:
|
|
"DIAMOND":
|
|
original: true #只允许无任何特殊属性的物品被收入
|
|
slot: 5
|
|
limit: 500
|
|
price: 10
|
|
name: "&b&l钻石" |