/geolocate
Command for tracking IP address and getting player information

🌍 Localization
Pathlocalizations → language.yml → command.geolocate
geolocate:
null_player: "<color:#ff7171>This player does not exist"
null_or_error: "<color:#ff7171>Problem receiving information, try again"
format: "<fcolor:1>Geolocation for <target><br>Country: <fcolor:2><country><br><fcolor:1>Region: <fcolor:2><region_name><br><fcolor:1>City: <fcolor:2><city><br><fcolor:1>Timezone: <fcolor:2><timezone><br><fcolor:1>Current time (UTC): <fcolor:2><current_time><br><fcolor:1>Mobile connection: <fcolor:2><mobile><br><fcolor:1>VPN: <fcolor:2><proxy><br><fcolor:1>Hosting: <fcolor:2><hosting><br><fcolor:1>IP: <fcolor:2><query>"geolocate:
null_player: "<color:#ff7171>Игрок не найден"
null_or_error: "<color:#ff7171>Ошибка, попробуй чуть позже"
format: "<fcolor:1>Геолокация <target><br>Страна: <fcolor:2><country><br><fcolor:1>Регион: <fcolor:2><region_name><br><fcolor:1>Город: <fcolor:2><city><br><fcolor:1>Часовой пояс: <fcolor:2><timezone><br><fcolor:1>Текущее время (UTC): <fcolor:2><current_time><br><fcolor:1>Мобильный интернет? <fcolor:2><mobile><br><fcolor:1>ВПН? <fcolor:2><proxy><br><fcolor:1>Хостинг? <fcolor:2><hosting><br><fcolor:1>Айпи: <fcolor:2><query>"null_player
Message if the entered player is not found
null_or_error
Message if an error occurred while retrieving information
format
The format of the message that will be sent
⚙️ Setting
Pathcommand.yml → geolocate
geolocate:
enable: true
suggest_offline_players: true
aliases:
- "geolocate"
destination:
type: "CHAT"
cooldown:
enable: false
sound:
enable: falseenable
Enables or disables the functionality of the module
suggest_offline_players
If enabled, suggests nicknames of all players who have been on the server; otherwise, only nicknames of players who are currently online.
Information
This only affects the text suggestion.
aliases
A list of aliases for using the command
ALIASES CAN BE ANYTHING
For example newcommand, newcommand_ru, ban, me etc.
destination
Where the message will be sent
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
CHAT | Message to chat | No |
TITLE | Fullscreen message | Yes |
SUBTITLE | Fullscreen message (top line) | Yes |
TOAST | Notification in the bottom right corner | Yes |
cooldown
Usage delay
sound
Sound playback
🔐 Permissions
Pathpermission.yml → command.geolocate
geolocate:
name: "flectonepulse.module.command.geolocate"
type: "OP"
cooldown_bypass:
name: "flectonepulse.module.command.geolocate.cooldown.bypass"
type: "OP"
sound:
name: "flectonepulse.module.command.geolocate.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
Last updated on
Edit on GitHub
FlectonePulse