• 如果您发现没有下载许可,请先验证邮箱再进行下载;金锭可通过每日登陆或资源出售获取,目前没有其他渠道可获取。
  • 游客, 欢迎您来到九域资源社区,如果您是新人,请前往 论坛公告 板块查看新人引导教程 或者 点我打开
  • 已支持自助资源推荐投送,可在资源“更多选项”中使用金粒投放。
  • 已支持 API 上传资源版本更新,点击了解详情
  • 已支持付费资源设置购买协议,可在“更多选项”中设置。
  • 全站已支持 Markdown 格式文本编辑器,可自由选择使用 BB 代码或 Markdown 格式。
TPokemonChampionRoad-宝可梦冠军之路强势来袭!!! [1.12.2]

原创 其他 重铸宝可梦 TPokemonChampionRoad-宝可梦冠军之路强势来袭!!! [1.12.2] 1.0.4

没有下载权限
◆ 游戏版本
1.12.2
◆ 服务端核心
CatServer
◆ 前置/依赖
OutLib
已自动归档
此资源超过一年没有发布更新,系统已自动将其归档。自动归档不能手动取消,请发布一次资源更新;更新发布成功后,系统会自动取消归档。
归档时间:2026-07-30, 10:10
原版的训练师太弱?
来试试这个
自定义一个训练师,自定义他的等级,个体,努力值
玩家挑战完这个训练家,即可挑战下一位,一直挑战 高难度
指令:
TPokemonChampionRoad battle >开始挑战当前需要挑战的
TPokemonChampionRoad tp >传送到你设置的训练家的坐标
TPokemonChampionRoad reload >重载
TPokemonChampionRoad set [训练师的key] > 设置训练家的坐标


看一下基础配置
YAML:
Message:
  LimitPokemons: "队伍中包含禁止宝可梦%pokemon%"
  LimitMoves: "队伍中包含禁止技能%move%"
  StartBattle: "开始挑战冠军%name%!!!"

LimitPokemons:
  - "超梦"

LimitMoves:
  - "地震"

Champions:
  #不能变
  First:
    Location:
      World: "shilian"
      X: 1
      Y: 70
      Z: 1
    Name: "青绿"
    #这个next是Name上面那个不是 Name的值
    Next: "阿渡"
    Commands:
      - "bc 恭喜玩家%player%战胜了训练家青绿"
    FailMessage: "&c垃圾狗屎shift"
    #    Default,
    #    Random,
    #    Aggressive,
    #    Tactical,
    #    Advanced;
    #    ai聪明程度
    AIMode: "Aggressive"
    #    None,
    #    Mega,
    #    Dynamax,
    #    Both
    #这个是mega还是急剧化还是全都要还是不要
    Form: "None"
    Party:
      1:
        Name: "喷火龙"
        DisplayName: "&e青绿的喷火龙"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "大字爆炎"
          - "愤怒"
          - "劈开"
          - "火焰漩涡"
        #个体值依次为 生命 攻击 防御 特攻 特防 速度
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        #努力值依次为 生命 攻击 防御 特攻 特防 速度
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      2:
        Name: "水箭龟"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "水炮"
          - "暴风雪"
          - "咬住"
          - "缩入壳中"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      3:
        Name: "妙蛙花"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "生长"
          - "超级吸取"
          - "飞叶快刀"
          - "日光束"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      4:
        Name: "暴鲤龙"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "龙之怒"
          - "水炮"
          - "破坏光线"
          - "瞪眼"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      5:
        Name: "风速狗"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "吼叫"
          - "瞪眼"
          - "火花"
          - "猛撞"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      6:
        Name: "胡地"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "幻象光线"
          - "精神强念"
          - "反射壁"
          - "自我再生"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
  阿渡:
    Location:
      World: "shilian"
      X: 5
      Y: 70
      Z: 5
    FailMessage: "&c垃圾狗屎shift"
    Name: "阿渡"
    #这个next是Name上面那个不是 Name的值
    #如果是最后一个就随便写一个比如 小智 ,以后再写的时候就写小智的key
    Next: "null"
    Commands:
      - "bc 恭喜玩家%player%战胜了训练家阿渡"
    #    Default,
    #    Random,
    #    Aggressive,
    #    Tactical,
    #    Advanced;
    #    ai聪明程度
    AIMode: "Aggressive"
    #    None,
    #    Mega,
    #    Dynamax,
    #    Both
    #这个是mega还是急剧化还是全都要还是不要
    Form: "None"
    Party:
      1:
        Name: "喷火龙"
        DisplayName: "&e青绿的喷火龙"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "大字爆炎"
          - "愤怒"
          - "劈开"
          - "火焰漩涡"
        #个体值依次为 生命 攻击 防御 特攻 特防 速度
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        #努力值依次为 生命 攻击 防御 特攻 特防 速度
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      2:
        Name: "水箭龟"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "水炮"
          - "暴风雪"
          - "咬住"
          - "缩入壳中"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      3:
        Name: "妙蛙花"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "生长"
          - "超级吸取"
          - "飞叶快刀"
          - "日光束"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      4:
        Name: "暴鲤龙"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "龙之怒"
          - "水炮"
          - "破坏光线"
          - "瞪眼"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      5:
        Name: "风速狗"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "吼叫"
          - "瞪眼"
          - "火花"
          - "猛撞"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300
      6:
        Name: "胡地"
        Level: 150
        Nature: "冷静"
        #0 1 2  一共三个特性,3是隐藏的
        AbilitySlot: 0
        #不带就填空的
        HeldItem: ""
        Moves:
          - "幻象光线"
          - "精神强念"
          - "反射壁"
          - "自我再生"
        Ivs:
          - 50
          - 50
          - 50
          - 50
          - 50
          - 50
        Evs:
          - 300
          - 300
          - 300
          - 300
          - 300
          - 300

ttomg

Lv.1 泥土
2024-01-29
19
6
0
钻石
0.00 钻石
金锭
417 金锭
作者
ttomg
下载
51
查看
2,674
首次发布
最后更新

Ratings

4.67 星 3 星

最新更新

  1. 新增设置挑战的那个条款以及新增变量%tpcr_current%>当前挑战的训练师

    新增设置挑战的那个条款以及新增变量%tpcr_current%>当前挑战的训练师
  2. 新增训练师ai难度和进化的那个啥

    新增训练师ai难度和进化的那个啥
  3. 新增了点小功能

    新增了点小功能

最新评论

krmdme

Lv.1 泥土
2021-02-15
1
0
0
钻石
2.00 钻石
金锭
412 金锭
outlib不是只有1.0吗要怎么更新啊

krmdme

Lv.1 泥土
2021-02-15
1
0
0
钻石
2.00 钻石
金锭
412 金锭
大佬能帮忙看下为什么只设置了个地点也会报错吗
[04:23:52] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'tpokemonchampionroad' in plugin TPokemonChampionRoad v1.0.3-SNAPSHOT
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:git-CatServerAsync-1.12.2-725f192]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:144) ~[SimpleCommandMap.class:git-CatServerAsync-1.12.2-725f192]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:709) ~[CraftServer.class:git-CatServerAsync-1.12.2-725f192]
at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1594) [pa.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1439) [pa.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [la.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [la.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_371]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_371]
at net.minecraft.util.Util.func_181617_a(Util.java:50) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:843) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:473) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:780) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_371]
Caused by: java.lang.IncompatibleClassChangeError: Expected static method org.pmon.titomg.outlib.OutLib.getPokemonUtil()Lorg/pmon/titomg/outlib/utils/PokemonUtil;
at org.pmon.titomg.tpokemonchampionroad.Champion.getTrainerParticipant(TPokemonChampionRoad.java:97) ~[?:?]
at org.pmon.titomg.tpokemonchampionroad.TPokemonChampionRoad.onCommand(TPokemonChampionRoad.java:260) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:git-CatServerAsync-1.12.2-725f192]
... 15 more
T
ttomg
更新一下outlib

ICE778

Lv.1 泥土
2024-06-12
0
0
0
钻石
0.00 钻石
金锭
320 金锭
老哥 下载outlib的群号发一下呗谢谢

shuaibi

Lv.1 泥土
2023-02-18
3
2
0
钻石
0.00 钻石
金锭
977 金锭
奥特曼太吊啦!!!