find

Used to get infomation about a online player.

Example
find:
  type: "find"
  enabled: true
  name: "find"
  permission: "leaf.find"
  not_found: "{error_colour}Player could not be found."
  # Placeholders will parse in terms of the player.
  found: "{message} Player was found on {server_formatted}"
Example 2
find:
  type: "find"
  enabled: true
  name: "find"
  permission: "leaf.find"
  not_found: 
  - "{error_colour}message:"
  - "{error_colour}Player could not be found."
  # Placeholders will parse in terms of the player.
  found: 
  - "{message}message:"
  - "{message} Player was found on {server_formatted}"

Last updated