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}"
found_no_args: "{message} You are on {server_formatted}"
Example 2 (Multiple Lines)
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}"
found_no_args: "{message} You are on {server_formatted}"
Example 3 (Discord Bot)
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}"
found_no_args: "{message} You are on {server_formatted}"
# Discord bot support.
discord_bot:
enabled: false
allowed_channels:
- "1150803388309712947"
channel_not_allowed: "You cannot run this command in this channel."
permissions:
- ADMINISTRATOR
no_permission: "You do not have permission to run this command."
not_found: "Player could not be found."
found: "Player was found on {server_formatted}"