本帖最后由 Alivec 于 2023-2-14 19:57 编辑

前言:      
    Pixelmon Mon (宝可梦) 9.X.X 版本发布至今有一段时间了,比起第8世代,此次更新除了新增精灵以及物品外,也是适配于Minecraft 1.16.5版本。但是我发现其 Sidemods (侧模) ,除了极少数直接并入模组主体外,大部分模组都没有及时更新至适配最新版本。故在此搬运一部分已经适配Minecraft 1.16.5,Pixelmon 9.X.X 的模组以供大家使用。萌新第一次发搬运帖,还请各位耐心指教,多多包涵。
简介:
    Gameshark (for Pixelmon)——宝可梦精灵追踪,是一个宝可梦模组的附属模组,其主要功能是搜索游戏内的指定宝可梦、宝可梦奖励箱,NPC训练师、极巨巢穴、神兽等,具体目标可在配置文件内进行编写。作者在原帖内注明,新版本模组比之旧版本(Minecraft 1.12.2),进行了全面的改动。
data/myattachment/forum/202302/14/190714qlsxhltvcjz91jsz.png
命令和权限:
       /gameshark reload 重载模组及配置文件,需要 gameshark.admin 权限。
       /gameshark update 将模组变动信息发送至玩家,需要 gameshark.admin 权限。    按键及功能:
       " - + ":切换搜索模式。
       " \ ":开启/关闭UI界面
       " , ":开启/关闭搜索模式
       " ; ":开启/关闭搜索框
       " . ":放大/缩小UI界面
       " ' ":自定义搜索
data/myattachment/forum/202302/14/190714w5didkgeoozalkia.png
配置文件 (config):这里展示的是默认生成的文件,后续我会编辑汉化。
{
  "modes": [
    {
      "name": "legendaries",
      "r": 184,
      "g": 31,
      "b": 0,
      "permission": "",
      "excepts": [
        "hasbosstier:true"
      ],
      "specs": [
        "islegendary:true"
      ]
    },
    {
      "name": "shinies",
      "r": 0,
      "g": 145,
      "b": 27,
      "permission": "",
      "excepts": [
        "hasbosstier:true"
      ],
      "specs": [
        "shiny:true"
      ]
    },
    {
      "name": "bosses",
      "r": 20,
      "g": 130,
      "b": 255,
      "permission": "",
      "specs": [
        "hasbosstier:true"
      ]
    },
    {
      "name": "ultra_beasts",
      "r": 75,
      "g": 10,
      "b": 255,
      "permission": "",
      "excepts": [
        "hasbosstier:true"
      ],
      "specs": [
        "isultrabeast:true"
      ]
    },
    {
      "name": "special_palettes",
      "r": 204,
      "g": 52,
      "b": 235,
      "permission": "",
      "excepts": [
        "hasbosstier:true",
        "shiny:true"
      ],
      "specs": [
        "hasspecialpalette:true"
      ]
    },
    {
      "name": "quest_givers",
      "r": 209,
      "g": 199,
      "b": 8,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.entities.npcs.NPCQuestGiver"
      ]
    },
    {
      "name": "trainers",
      "r": 48,
      "g": 86,
      "b": 227,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer"
      ]
    },
    {
      "name": "legendary_summons",
      "r": 164,
      "g": 21,
      "b": 5,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity",
        "com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity",
        "com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity",
        "com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity",
        "com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity"
      ]
    },
    {
      "name": "max_raid_dens",
      "r": 255,
      "g": 46,
      "b": 150,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.entities.DenEntity"
      ]
    },
    {
      "name": "poke_loots",
      "r": 224,
      "g": 131,
      "b": 0,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity"
      ]
    },
    {
      "name": "poke_stops",
      "r": 0,
      "g": 217,
      "b": 250,
      "permission": "",
      "type": [
        "com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity"
      ]
    },
    {
      "name": "chests",
      "r": 102,
      "g": 66,
      "b": 17,
      "permission": "",
      "type": [
        "net.minecraft.tileentity.ChestTileEntity"
      ]
    },
    {
      "name": "custom",
      "r": 235,
      "g": 235,
      "b": 235,
      "permission": "",
      "excepts": [
        "hasbosstier:true"
      ],
      "custom": true
    }
  ],
  "updateRate": 1,
  "xOffset": 0,
  "yOffset": 0,
  "command": "gameshark"
}复制代码
使用须知:
           该模组必须有前置模组Atlantis API方可正常工作:[Atlantis API]点击下载
           该模组若在服务器内使用,需服务端与客户端同时安装相同版本模组及前置模组!
问题与帮助:
           暂时并未发现该插件有BUG存在。
           如有使用问题请在本帖内回复,或者去作者curseforge主页进行咨询。
写在最后:
           如果你觉得该插件对你有帮助,请支持俺~
           贴子有许多不完善的地方,还请各位见谅。