• 游客, 欢迎您来到九域资源社区,如果您是新人,请前往 论坛公告 板块查看新人引导教程 或者 点我打开
    如果您发现没有下载许可, 请先验证邮箱再进行下载;金锭可通过每日登陆或资源出售获取,目前没有其他渠道可获取。
DailyPokemonShop-每日商店。幸运日!!!一款仿瓦夜市翻牌的每日商店插件[1.21.1][Arclight]

Cobblemon/Fabric DailyPokemonShop-每日商店。幸运日!!!一款仿瓦夜市翻牌的每日商店插件[1.21.1][Arclight] 1.0

没有下载权限
方块宝可梦/Fabric版插件
◆ 支持核心
Arclight
◆ 插件前置
◆ 游戏版本
1.21.1

📕 介绍​

本插件是一款一款仿瓦夜市翻牌的每日商店插件,能够设置商品权重并且有多种功能!!

📹游戏内截图​

1780395774447.png

1780395789237.png

1780395805689.png


🔧配置文件示例
YAML:
settings:
  # 商店标题
  shop-title: '&8每日精灵商店'
  # 每次刷新出现的商品数量
  items-per-refresh: 9
  # 每天刷新时间 (HH:mm 格式)
  refresh-time: 00:00
  # GUI行数 (1-6, 对应9-54格)
  gui-rows: 3
  # 翻牌闪烁次数
  flip-flash-count: 3
  # 每条广告之间的延迟(tick)
  flip-flash-interval: 5
 
  # 商店模式: shared(全服统一) 或 player(每个玩家独立)
  shop-mode: shared
 
  # 倒计时显示位置 (GUI槽位, 默认放在右下角)
  countdown-slot: 26
  # 是否显示刷新倒计时
  show-countdown: true
 
  # IV价格加成配置
  iv-price:
    # 价格 = 基础价格 * (1 + IV百分比 * multiplier)
    multiplier: 2.0

# ============================================
#  金币档 - 精灵
#  species: 精灵种类ID
#  weight: 出现权重 (越大越容易出现)
#  level: 精灵等级
#  min-price / max-price: 基础价格范围
#  iv-chances: IV概率分布 (按权重)
#  shiny-chance: 闪光几率 (0.0-1.0, 默认0.0)
#  闪光精灵价格 = 原价 * 1.5
# ============================================
pokemon-gold:
  # 示例: 皮卡丘
  pikachu:
    species: pikachu
    weight: 10.0
    level: 30
    min-price: 500
    max-price: 3000
    shiny-chance: 0.05
    iv-chances:
      0-10: 30
      11-20: 25
      21-25: 20
      26-30: 15
      '31': 10
  # 示例: 伊布
  eevee:
    species: eevee
    weight: 8.0
    level: 25
    min-price: 500
    max-price: 2500
    shiny-chance: 0.05
    iv-chances:
      0-10: 30
      11-20: 25
      21-25: 20
      26-30: 15
      '31': 10
  # 示例: 拉普拉斯
  lapras:
    species: lapras
    weight: 5.0
    level: 40
    min-price: 1500
    max-price: 5000
    shiny-chance: 0.03
    iv-chances:
      0-10: 25
      11-20: 25
      21-25: 20
      26-30: 20
      '31': 10

# ============================================
#  点券档 - 精灵
# ============================================
pokemon-ticket:
  # 示例: 超梦
  mewtwo:
    species: mewtwo
    weight: 3.0
    level: 70
    min-price: 50
    max-price: 300
    shiny-chance: 0.1
    iv-chances:
      0-10: 5
      11-20: 15
      21-25: 25
      26-30: 35
      '31': 20
  # 示例: 梦幻
  mew:
    species: mew
    weight: 3.0
    level: 50
    min-price: 50
    max-price: 300
    shiny-chance: 0.1
    iv-chances:
      0-10: 5
      11-20: 15
      21-25: 25
      26-30: 35
      '31': 20

# ============================================
#  金币档 - 道具
#  material: Bukkit Material名称
#  weight: 出现权重
#  amount: 基础数量
#  lucky-day: 幸运日配置 (可选)
#    enabled: 是否启用幸运日
#    chance: 触发概率 (0.0-1.0)
#    bonus-amount: 额外获得的物品数量
# ============================================
item-gold:
  # 普通精灵球
  poke_ball:
    material: COBBLEMON_POKE_BALL
    display-name: '&f精灵球'
    weight: 20.0
    amount: 3
    min-price: 100
    max-price: 300
    lucky-day:
      enabled: true
      chance: 0.1
      bonus-amount: 5
  # 高级球
  great_ball:
    material: COBBLEMON_GREAT_BALL
    display-name: '&b超级球'
    weight: 15.0
    amount: 2
    min-price: 200
    max-price: 500
    lucky-day:
      enabled: true
      chance: 0.08
      bonus-amount: 3
  # 神奇糖果
  rare_candy:
    material: COBBLEMON_RARE_CANDY
    display-name: '&d神奇糖果'
    weight: 10.0
    amount: 1
    min-price: 300
    max-price: 800
    lucky-day:
      enabled: true
      chance: 0.05
      bonus-amount: 2

# ============================================
#  点券档 - 道具
# ============================================
item-ticket:
  # 大师球
  master_ball:
    material: COBBLEMON_MASTER_BALL
    display-name: '&5大师球'
    weight: 5.0
    amount: 1
    min-price: 100
    max-price: 500
    lucky-day:
      enabled: true
      chance: 0.05
      bonus-amount: 1
  # 特性胶囊
  ability_capsule:
    material: COBBLEMON_ABILITY_CAPSULE
    display-name: '&6特性胶囊'
    weight: 8.0
    amount: 1
    min-price: 80
    max-price: 300
    lucky-day:
      enabled: true
      chance: 0.08
      bonus-amount: 1
data:
  last-refresh-date: '2026-06-02'

📄 结语​

感谢使用 StazzasSpawn 插件,我们持续更新更多功能。如果你有任何问题或建议,请加入方可梦技术交流群:966720491。
此插件只有使用权,没有分发权,请自觉,谨防倒卖
作者QQ:1738964540
作者
Stazzas
下载
1
查看
13
首次发布
最后更新
评分
0.00 星 0 星

分享资源