mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 08:38:25 +08:00
调整数据结构,完成MySQL数据存储部分
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
title: "&e&l农业仓库"
|
||||
|
||||
capacity:
|
||||
default: 1000
|
||||
permissions:
|
||||
5000: "ub.farmer.vip"
|
||||
|
||||
|
||||
|
||||
|
||||
items:
|
||||
"POTATO":
|
||||
slot: 5
|
||||
limit: 500
|
||||
price: 10
|
||||
name: "土豆"
|
||||
lore:
|
||||
- "香甜的土豆。"
|
||||
@@ -3,24 +3,23 @@ name: "&c&l矿业仓库"
|
||||
capacity:
|
||||
default: 1000
|
||||
permissions:
|
||||
5000: "ub.miner.vip"
|
||||
- "ub.miner.vip:5000"
|
||||
|
||||
gui:
|
||||
title: "&c&l矿业仓库"
|
||||
lines: 6
|
||||
items:
|
||||
"CLOSE":
|
||||
icon:
|
||||
==: org.bukkit.ItemStack
|
||||
slot: 0
|
||||
type: BARRIER
|
||||
data: 0
|
||||
name: "关闭界面"
|
||||
lore:
|
||||
- "点击关闭界面"
|
||||
actions:
|
||||
- "[CLOSE]"
|
||||
- "[LEFT:CLOSE]"
|
||||
- "[SHIFT_LEFT:CLOSE]"
|
||||
|
||||
items:
|
||||
"DIAMOND":
|
||||
original: true #只允许无任何特殊属性的物品被收入
|
||||
slot: 5
|
||||
limit: 500
|
||||
price: 10
|
||||
|
||||
Reference in New Issue
Block a user