[免费插件][转载]PokemonAirDrop 一 宝可梦空投|一款高度自定义的找宝物玩法插件[1.12.2/1.16.5] - Starry World-服务端插件论坛-Minecraft JE(Java)-Starry World

[免费插件][转载]PokemonAirDrop 一 宝可梦空投|一款高度自定义的找宝物玩法插件[1.12.2/1.16.5]

◆ 支持核心
CatServer
◆ 插件前置

前言 |

  • 本插件未经允许禁止转载
  • 作者:晓风残林
  • QQ:1258883168
  • 插件售后交流群928752729
  • 授权证明85e7405910122119

插件功能 |

  • 本插件由服主在配置文件内自定义好配置
  • 在指定范围内随机将一方块变为特殊空投方块
  • 右键该方块后可开出设定好的随机精灵
  • 支持自定义指定的时间

插件效果图 |

1662193323783.png
 

1662193362928.png

插件命令 |

1662193399820.png

插件贴心地提供了一个输出无前缀信息的指令

 

1662193422166.png

插件配置文件 |

YAML:
Commands:
  reload: '&b&l[宝可梦空投] &a➠ &f/pad reload 重载插件'
  tell: '&b&l[宝可梦空投] &a➠ &f/pad tell <玩家> <信息> 输出一条无前缀的信息'
Message:
  reload: '&b&l[宝可梦空投] &a➠ &f插件重载成功'
  noPlace: '&b&l[宝可梦空投] &a➠ &f你暂时不能在这个位置放置该方块'
  noPokemon: '&b&l[宝可梦空投] &a➠ &f很遗憾你没开到精灵'
  hasPokemon: '&b&l[宝可梦空投] &a➠ &f你开了宝可梦&6%pokemon%!'
Messages:
  - '&7==========================='
  - '&a&l宝可梦空投播报'
  - '&d&l当前空投投放在%world%世界'
  - '&b&l坐标为%x% %y% %z%'
  - '&7==========================='
PokemonAirDrop:
  1:
    #坐标范围(即在此范围内随机投放)
    location:
      x1: -9
      y1: 70
      z1: 38
      x2: -16
      y2: 70
      z2: 59
      world: world
    #几点钟投放?
    times: '16:08:00'
    #显示方块类型
    block: CHEST
    #投放的精灵 随机抽1
    pokemon:
      皮卡丘:
        #抽出来是精灵的概率
        chance: 0.0
        #没开出精灵时执行的指令
        commands:
          - 'eco give %player% 1000'
          - 'pad tell %player% &e但你开到了1000金币哦'
        #是否闪光?
        shiny: true
        #是否随机个体?
        random: false
        #个体 sp即为特防 sa即为特攻
        hp: 15
        attack: 15
        defence: 15
        sa: 31
        sp: 15
        speed: 15
      杰尼龟:
        #抽出来是精灵的概率
        chance: 0.0
        #没开出精灵时执行的指令
        commands:
          - 'eco give %player% 1000'
          - 'pad tell %player% &e但你开到了1000金币哦'
        #是否闪光?
        shiny: true
        #是否随机个体?
        random: false
        #个体 sp即为特防 sa即为特攻
        hp: 15
        attack: 15
        defence: 15
        sa: 31
        sp: 15
        speed: 15
  2:
    #坐标范围(即在此范围内随机投放)
    location:
      x1: -9
      y1: 70
      z1: 38
      x2: -16
      y2: 70
      z2: 59
      world: world
    #几点钟投放?
    times: '16:11:00'
    #显示方块类型
    block: CHEST
    #投放的精灵 随机抽1
    pokemon:
      皮卡丘:
        #抽出来是精灵的概率
        chance: 100.0
        #没开出精灵时执行的指令
        commands:
          - 'eco give %player% 1000'
          - 'pad tell %player% &e但你开到了1000金币哦'
        #是否闪光?
        shiny: true
        #是否随机个体?
        random: false
        #个体 sp即为特防 sa即为特攻
        hp: 15
        attack: 15
        defence: 15
        sa: 31
        sp: 15
        speed: 15
      杰尼龟:
        #抽出来是精灵的概率
        chance: 100.0
        #没开出精灵时执行的指令
        commands:
          - 'eco give %player% 1000'
          - 'pad tell %player% &e但你开到了1000金币哦'
        #是否闪光?
        shiny: true
        #是否随机个体?
        random: false
        #个体 sp即为特防 sa即为特攻
        hp: 15
        attack: 15
        defence: 15
        sa: 31
        sp: 15
        speed: 15 

下载地址

请登录后发表评论