LegendaryDailyShop
  • 💎插件文档
  • 🚧须知
  • 📨插件介绍
  • ⚙️插件安装
  • 📒插件配置
    • 📃config.yml
    • 📃rarities.yml
    • 🛒商店配置
    • 📖商店界面模板
    • 🪙自定义商品货币
      • 自定义物品类型货币
      • 使用其他经济类插件
    • 🛍️创建商店
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿插件命令 & 权限
  • ✍️插件变量
  • 更新记录
Powered by GitBook
On this page
  1. 插件配置

自定义商品货币

currencies.yml

placeholder_currencies:
  currency1:
    #检测的变量
    placeholder: '%xxxx_xxx%'
    #%player% 为玩家名称 %total%为本次最终价格
    #增加指令
    add: 'xx give %player% %total%'
    #扣除指令
    take: 'xx take %player% %total%'
    preview: '&6变量货币'
customitems_currencies:
  custom1:
    #检测的物品名称
    check-display: '&c硬币'
    #在GUI界面的lore货币名称显示
    preview: '&6硬币'
    #增加指令
    add: 'mm i give %player% 硬币 %total%'
#原本材料为货币
material_currencies:
  material1:
    #原本材料ID
    check-material: DIAMOND
    preview: '&b钻石'
    add: 'give %player% diamond 1'
Previous商店界面模板Next自定义物品类型货币

Last updated 4 months ago

📒
🪙