# 全局配置

```
# 和文件名相同
低级摊位:
  # 低级摊位
  dis-name: "&6低级摊位"

  # 允许选择上架的货币
  #   金币 - Money
  #   点券 - Point
  #   自定义货币Id - 需安装StarShop
  allow:
    - 'Money'
    - 'Point'

  # 允许上架的格数 (不支持超过54)
  count: 10

  # 税费，就是卖出一件东西要交多少的税，比如我这写10,那如果卖价100,那么玩家只能获得90
  taxes: 10

  # 以下为租赁代价,支持自定义货币: 时间<->价格<->货币类型
  cost:
    - '1<->500<->Money'
    - '2<->300<->Point'

  # 包涵以下Lore的物品无法上架
  ban-lore:
    - '&7极品'


  # 摊位模型 (龙核模型Id）
  model: ""
```

```

#         Powered by StarLibrary         #

# 调试信息
Debug: false

# 不同权限的玩家能拥有几个铺位
# 注意这里左边是拥有的权限,右边是对应的数量
# 从大往小写,最下面的default不能删,是默认权限有多少个
Upper-Limit:
  - "权限.5<->5"
  - "权限.4<->4"
  - "权限.3<->3"
  - "default<->1"

# 摊位创建后的默认名
Market-Def-Name: "彰显身份的摊位"
```

```

#         Powered by StarLibrary         #

Heal: "&6[TarotMarketPlace] &f-> &f"

Inv:
  1: "&6[ 摆 摊 记 录 ]"

Point: "点券"
Money: "金币"
CostLabel: "{1}{2}/{3}小时"
ItemEx:
  1:
    - ''
    - "&7[&8&m ======================= &7]"
    - "  §7>   §f单价: {1}"
    - "  §7>   §f货币: {2}"
    - "  §7>   §f右键下架物品"
    - "&7[&8&m ======================= &7]"
  2:
    - ''
    - "&7[&8&m ======================= &7]"
    - "  §7>   §f单价: {1}"
    - "  §7>   §f货币: {2}"
    - "  §7>   §f点击购买物品"
    - "&7[&8&m ======================= &7]"

Format:
  1:
    - '&c×         &6已被租赁        &c×'
    - '&m                        '
    - '   &7摊位名称 &7-> &a{3}'
    - '   &7摊位主人 &7-> &a{1}'
    - '   &7到期时间 &7-> &f{2}小时 '
    - '&m                        '
  2:
    - '&c×         &a未被租赁        &c×'
    - '&m                        '
    - '   &7摊位税收 &7-> &6{1}%'
    - '   &a     右键租赁      '
    - '&m                        '

Email:
  1:
    Title: "&6[ 系 统 邮 件 ]"
    Content: "&c您的商店{1}已到期或出现异常,物品退回!"
  2:
    Title: "&6[ 系 统 邮 件 ]"
    Content: "&c您从摆摊处购买的物品已发放!"

Gui:
  1: "{1}{2}/{3}小时"
  2: "确定花费{1}{2}租赁{3}小时该摊位吗？"
  3: "租赁失败,您身上的费用不足!"
  4: "租赁失败,您当前租赁商铺已达上限!"
  5: "租赁失败,该摊位被人抢走啦!"
  6: "上架失败,该物品服务器不支持上架摆摊!"
  7: "上架失败,摊位上物品已满!"
  8: "上架成功!"
  9: "下架成功!"
  10: "请输入正确的购买数字!"
  11: "单价:{1}{2}/个"
  12: "&c请输入正确的数字!"
  13: "&c输入数量大于该商品最大数量!"
  14: "&c失败,您的{1}不足{2}!"
  15: "&a成功,已将物品发放至您背包!"
  16 : "&a成功,已将物品发放至您邮箱!"
  17 : "&a需花费{1}{2}!"
  18 : "&a修改失败,请勿取空格名!"
  19 : "&a修改成功!"

Language:
  1:
    is-hint: true
    type: "Message"
    message: "[Heal]&a生成摊位出现异常,请重新生成!"
  2:
    is-hint: true
    type: "Message"
    message: "[Heal]&a该摊位Id不存在!"
  3:
    is-hint: true
    type: "Title"
    title: "&e◈ &a已将生成工具放入背包 &e◈"
    sub: "拿着生成工具右键方块即可在方块上生成摊位!"
    fadein/stay/fadeout: 10,40,10
  4:
    is-hint: true
    type: "Title"
    title: "&e◈ &c生 成 失 败 &e◈"
    sub: "数据变动导致该生成工具无法使用,请重新生成工具!"
    fadein/stay/fadeout: 10,40,10
  5:
    is-hint: true
    type: "Title"
    title: "&e◈ &a删 除 成 功 &e◈"
    sub: "成功删除,如铺位有商品会将商品返还至相应玩家邮箱!"
    fadein/stay/fadeout: 10,40,10
  6:
    is-hint: true
    type: "Title"
    title: "&e◈ &a租 赁 成 功 &e◈"
    sub: "该摊位已经属于您,上架物品吧！"
    fadein/stay/fadeout: 10,40,10
  7:
    is-hint: true
    type: "Title"
    title: "&e◈ &a已将删除工具放入背包 &e◈"
    sub: "拿着生成工具右键摊位即可删除!"
    fadein/stay/fadeout: 10,40,10
  8:
    is-hint: true
    type: "Title"
    title: "&e◈ &c删 除 失 败 &e◈"
    sub: "该铺位的ID可能已被更改或删除,请重载插件即可刷新!"
    fadein/stay/fadeout: 10,40,10
  9:
    is-hint: true
    type: "Title"
    title: "&e◈ &c请 稍 后 &e◈"
    sub: "店主正在编辑店铺,请稍等噢~"
    fadein/stay/fadeout: 10,40,10
  10:
    is-hint: true
    type: "Title"
    title: "&e◈ &c请 稍 再 编 辑 &e◈"
    sub: "其他玩家正在逛您的店铺~"
    fadein/stay/fadeout: 10,40,10
  11:
    is-hint: true
    type: "Title"
    title: "&e◈ &c请 稍 等 &e◈"
    sub: "其他玩家正在逛该店铺~"
    fadein/stay/fadeout: 10,40,10
  12:
    is-hint: true
    type: "Title"
    title: "&e◈ &c摊 位 到 期 &e◈"
    sub: "您的一座<{Parameter1}>摊位到期了,剩余物品已发至背包~"
    fadein/stay/fadeout: 10,40,10
  13:
    is-hint: true
    type: "Title"
    title: "&e◈ &c摊 位 到 期 &e◈"
    sub: "您的一座<{Parameter1}>摊位到期了,剩余物品已发至邮箱~"
    fadein/stay/fadeout: 10,40,10
  14:
    is-hint: true
    type: "Message"
    message: "[Heal]离线期间您的摊位进行了{Parameter1}次交易,输入/mp info查看详情!"
  15:
    is-hint: true
    type: "Message"
    message: "[Heal]您的摊位<{Parameter1}>卖出了物品,输入/mp info查看详情!"
Item:
  1:
    type: "STAINED_GLASS_PANE"
    name: "&6<摆摊> &7· &c未开放"
    lore:
      - "&7[&8&m ======================= &7]"
      - "  §7>  §f当前店铺级别不足"
      - "&7[&8&m ======================= &7]"
  2:
    type: "STAINED_GLASS_PANE"
    name: "&6<出售记录> &7· &c摊位{1}"
    lore:
      - "&7[&8&m =============================== &7]"
      - "  §7>  §f购买玩家: {1}"
      - "  §7>  §f购买物品: {2}"
      - "  §7>  §f购买数量: {3}"
      - "  §7>  §f单品价格: {4}"
      - "  §7>  §f交易金额: {5}"
      - "  §7>  §f交易货币: {6}"
      - "  §7>  §f实收金额: {7}"
      - "  §7>  §f本次税点: {8}"
      - "  §7>  §f交易时间: {9}"
      - "&7[&8&m =============================== &7]"
```
