PokeNear

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

chevron-rightExpandhashtag
{
  "CommandAlias": [
    "pokenear",
    "pnear"
  ],
  # If true, left click to teleport at the pokemon's location and right click to open pokemon's wiki.
  "InvertButtonClick": false,
  # "permission": radius - format
  "PermissionRadius": {
    "pokenear.radius.100": 100,
    "pokenear.radius.50": 50
  },
  # "permission": cooldown in seconds - format
  "PermissionCooldowns": {
    "pokenear.cooldown.120": 120,
    "pokenear.cooldown.60": 60
  },
  # List of lores that will added to PokemonSpriteLore in the user interface configuration.
  "PermissionLore": {
    # The required permission to add this lore.
    "pokenear.lore.teleportation": {
      # The line number to insert this lore.
      "18": [
        "&eClick to teleport at the pokemon`s location."
      ]
    }
  }
}

Messages Configuration

chevron-rightExpandhashtag

User Interface Configuration

chevron-rightExpandhashtag

Dependencies

Example

Last updated