/whois
Command to view players the same IP

By default, each colored button is used to run the corresponding command: /online total, /geolocate, /whitelistplayer list, /warnlist, /mutelist, /banlist
The command can be used with an IP or a player name. If a player name is entered, their last known IP will be used
Localization
Pathlocalizations → language.yml → command.whois
whois:
empty: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Игроков с таким айпи не найдено"
null_page: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Страница не найдена"
online: "<hover:show_text:\"<color:#98FB98>В сети\"><white><sprite_or:\"☑\":gui:icon/ping_5></white></hover>"
offline: "<hover:show_text:\"<color:#ff7171>Не в сети\"><white><sprite_or:\"☒\":gui:icon/ping_unknown></white></hover>"
header: "<fcolor:2>▋ <fcolor:1>Игроков с IP <fcolor:2><ip><fcolor:1>: <fcolor:2><count> <br>"
line: "<fcolor:1><online><hover:show_text:\"<color:#9955FF>Посмотреть время игры\"><click:run_command:\"<command_online> total <target_name>\"><color:#9955FF><sprite_or:\"[ВРЕМЯ ИГРЫ]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#00FFCC>Посмотреть геолокацию\"><click:run_command:\"<command_geolocate> <ip>\"><color:#00FFCC><sprite_or:\"[ГЕОЛОКАЦИЯ]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#00FF00>Посмотреть белый список\"><click:run_command:\"<command_whitelist> list <target_name>\"><color:#00FF00><sprite_or:\"[БЕЛЫЙ СПИСОК]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FFEE00>Посмотреть предупреждения\"><click:run_command:\"<command_warnlist> <target_name>\"><color:#FFEE00><sprite_or:\"[ПРЕДУПРЕЖДЕНИЯ]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FF8800>Посмотреть муты\"><click:run_command:\"<command_mutelist> <target_name>\"><color:#FF8800><sprite_or:\"[МУТЫ]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FF0000>Посмотреть баны\"><click:run_command:\"<command_banlist> <target_name>\"><color:#FF0000><sprite_or:\"[БАНЫ]\":gui:container/crafter/disabled_slot></color></click></hover><target>"
footer: "<br><fcolor:2>▋ <click:run_command:\"<command> <prev_page>\">←</click> <fcolor:1>Страница: <current_page>/<last_page> <fcolor:2><click:run_command:\"<command> <next_page>\">→"whois:
empty: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>No players with that IP found"
null_page: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Page not found"
online: "<hover:show_text:\"<color:#98FB98>Online\"><white><sprite_or:\"☑\":gui:icon/ping_5></white></hover>"
offline: "<hover:show_text:\"<color:#ff7171>Offline\"><white><sprite_or:\"☒\":gui:icon/ping_unknown></white></hover>"
header: "<fcolor:2>▋ <fcolor:1>Players with IP <fcolor:2><ip><fcolor:1>: <fcolor:2><count> <br>"
line: "<fcolor:1><online><hover:show_text:\"<color:#9955FF>View playtime\"><click:run_command:\"<command_online> total <target_name>\"><color:#9955FF><sprite_or:\"[PLAYTIME]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#00FFCC>View geolocation\"><click:run_command:\"<command_geolocate> <ip>\"><color:#00FFCC><sprite_or:\"[GEOLOCATION]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#00FF00>View whitelist\"><click:run_command:\"<command_whitelist> list <target_name>\"><color:#00FF00><sprite_or:\"[WHITELIST]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FFEE00>View warnings\"><click:run_command:\"<command_warnlist> <target_name>\"><color:#FFEE00><sprite_or:\"[WARNINGS]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FF8800>View mutes\"><click:run_command:\"<command_mutelist> <target_name>\"><color:#FF8800><sprite_or:\"[MUTES]\":gui:container/crafter/disabled_slot></color></click></hover><hover:show_text:\"<color:#FF0000>View bans\"><click:run_command:\"<command_banlist> <target_name>\"><color:#FF0000><sprite_or:\"[BANS]\":gui:container/crafter/disabled_slot></color></click></hover><target>"
footer: "<br><fcolor:2>▋ <click:run_command:\"<command> <prev_page>\">←</click> <fcolor:1>Page: <current_page>/<last_page> <fcolor:2><click:run_command:\"<command> <next_page>\">→"empty
Message shown when no players are found with the entered IP
null_page
Message shown when the entered page doesn't exist
online
Format for <online> when a player with this IP is online
offline
Format for <online> when a player with this IP is offline
header
Top part of the list message
line
Format for each entry in the list
footer
Bottom part of the list message
Setting
Pathcommand.yml → whois
whois:
enable: true
per_page: 4
aliases:
- "whois"
cooldown:
enable: false
sound:
enable: falseenable
Enables or disables the functionality of the module
per_page
The number of components per page
aliases
A list of aliases for using the command
Aliases can be anything. For example newcommand, newcommand_ru, ban, me etc.
cooldown
Usage delay
sound
Sound playback
Permissions
Pathpermission.yml → command.whois
whois:
name: "flectonepulse.module.command.whois"
type: "OP"
cooldown_bypass:
name: "flectonepulse.module.command.whois.cooldown.bypass"
type: "OP"
sound:
name: "flectonepulse.module.command.whois.sound"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
cooldown_bypass
Permission to ignore the cooldown between uses
sound
Permission to use the sound
FlectonePulse