Skip to content

PokéSearch

angelo_ios edited this page Dec 27, 2020 · 1 revision

What is PokéSearch?

PokéSearch is a plugin for pixelmon servers that will function similar to a PokéRadar mod. With commands in-game players will be able to create their own personalized Search list and get notified in the chat when a Pokémon they added spawned!

Is this on both Pixelmon mods?

Yes! PokéSearch has both a Generations and a Reforged version. All perms are the same!

User/Player Commands and Perms:

Permission: pokesearch.command.create
Usages:
            /pokesearch create <Pokemon> [<specs...>]
            /pokesearch create <shiny|boss|totem>
            /pokesearch remove <Pokemon|type>
            /pokesearch list

Examples:
            /pokesearch create Magikarp shiny:true level:0 nature:Any size:Any
            /pokesearch create Pikachu level:10
            /pokesearch create totem
            /pokesearch remove Pikachu
            /pokesearch remove totem

Admin Commands and Perms:

Permission: pokesearch.command.admin
Usages:
            /pokesearch admin setcost <cost>
            /pokesearch admin setcooldown <cooldown>
            /pokesearch admin addpoke <Pokemon>
            /pokesearch admin removepoke <Pokemon>

Examples:
            /pokesearch admin setcost 15
            /pokesearch admin setcooldown 30
            /pokesearch admin addpoke Raikou

Adding attributes/specs

Now a command like /pokesearch create Bidoof is extremely simplified. When a player uses the available specs/attributes, it makes searching way more efficient!

Possible specs/attributes:

Specs:
            shiny:<true|false>      Sets whether the plugin looks for a shiny of that Pokemon or not
            nature:<Any|nature>     Sets whether the plugin looks for a specific nature or any 
            level:<0:number>        Sets whether the plugin looks for a specific level or any level (0)
            size:<Any|size>         Sets whether the plugin looks for a specific growth size or any
            autoTP:<true|false>     Sets whether the plugin will auto teleport the player to the spawned Pokemon (warning, this can get rather annoying)

Any spec not specified is defaulted to its "false" or "any" value.
This means that you or a player is not required to add Specs/Attributes.