A Fabric plugin that scans all wild pokemon around the player and displays them through a user interface.
Highlights
Permission base radius, thus allowing different radius per permission.
Permission base cooldown, thus allowing different cooldown per permission.
Able to teleport directly at the pokemon`s location.
Configurable pokemon details shown in the user interface.
Commands
Command
Permission
Description
/pokenear info
N/A
Shows the plugin information and commands.
/pokenear reload
pokenear.command.reload
Reloads the configuration files.
/pokenear open <all/properties>
pokenear.command.open
Opens the user interface that shows nearby wild pokemon.
Extra Permissions
Permission
Description
pokenear.bypass.cooldown
Bypasses the command cooldown.
pokenear.allow.teleportation
Allows the player to teleport at the pokemon`s location.
Main Configuration
Expand
{"CommandAlias":["pokenear","pnear"],#Iftrue,leftclicktoteleportatthepokemon'slocationandrightclicktoopenpokemon'swiki."InvertButtonClick":false,#"permission":radius-format"PermissionRadius":{"pokenear.radius.100":100,"pokenear.radius.50":50},#"permission":cooldowninseconds-format"PermissionCooldowns":{"pokenear.cooldown.120":120,"pokenear.cooldown.60":60},#ListofloresthatwilladdedtoPokemonSpriteLoreintheuserinterfaceconfiguration."PermissionLore":{#Therequiredpermissiontoaddthislore."pokenear.lore.teleportation":{#Thelinenumbertoinsertthislore."18":["&eClick to teleport at the pokemon`s location."]}}}
{
"NoNearbyPokemonFound": "&cThere are no nearby pokemon.",
"NoNearbySpecifiedPropertiesFound": "&cThere are no nearby pokemon with the properties, %properties%.",
"OnCooldown": "&cPlease wait for %time% seconds before using the command again."
}