ShowRegion | Names of regions in Action and Boss Bar + CUSTOM messages for specific regions icon

ShowRegion | Names of regions in Action and Boss Bar + CUSTOM messages for specific regions -----

Names of regions in Action and Boss Bar + CUSTOM messages for specific regions



[​IMG]
Supporting version: Paper: 1.18.2 — 1.21.x
Showing regions in Action and Boss Bar
Прочитать на русском {тык}

About
——————————
ShowRegion is a unique plugin that allows players to see which region they are in. The uniqueness lies in the fact that you can customize your message for each region!​


Features
——————————
  • [] Custom messages for specific regions → more details
  • Supporting two languages: ru-RU (Russian), en-US (English)
  • Displaying a free regions, Someone Else's region, and your own → more details
  • Displaying the name of the region and owners → more details
  • Enable / Disable Action Bar and Boss Bar via the command → more details
  • Setting the refresh rate
  • Enable / Disable Action Bar and Boss Bar in config.yml

Config.yml
——————————
Code (YAML):
#  ░██████╗██╗░░██╗░█████╗░░██╗░░░░░░░██╗██████╗░███████╗░██████╗░██╗░█████╗░███╗░░██╗
#  ██╔════╝██║░░██║██╔══██╗░██║░░██╗░░██║██╔══██╗██╔════╝██╔════╝░██║██╔══██╗████╗░██║
#  ╚█████╗░███████║██║░░██║░╚██╗████╗██╔╝██████╔╝█████╗░░██║░░██╗░██║██║░░██║██╔██╗██║
#  ░╚═══██╗██╔══██║██║░░██║░░████╔═████║░██╔══██╗██╔══╝░░██║░░╚██╗██║██║░░██║██║╚████║
#  ██████╔╝██║░░██║╚█████╔╝░░╚██╔╝░╚██╔╝░██║░░██║███████╗╚██████╔╝██║╚█████╔╝██║░╚███║
#  ╚═════╝░╚═╝░░╚═╝░╚════╝░░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝╚══════╝░╚═════╝░╚═╝░╚════╝░╚═╝░░╚══╝

# Developer / Разработчик: ILeZzoV

# Socials / Ссылки:
# • Contact with me / Связаться: https://t.me/ilezovofficial
# • Telegram Channel / Телеграм канал: RUS: https://t.me/ilezzov
# • GitHub: https://github.com/ilezzov-code

# By me coffee / Поддержать разработчика:
# • DA: https://www.donationalerts.com/r/ilezov
# • YooMoney: https://yoomoney.ru/to/4100118180919675
# • Telegram Gift: https://t.me/ilezovofficial
# • TON: UQCInXoHOJAlMpZ-8GIHqv1k0dg2E4pglKAIxOf3ia5xHmKV
# • BTC: 1KCM1QN9TNYRevvQD63UF81oBRSK67vCon
# • Card: 5536914188326494

# Supporting messages languages / Доступные языки сообщений:
# en-US, ru-RU
language
: "ru-RU"

# Check the plugin for updates
# Проверять плагин на наличие обновлений
check_updates
: true

showing_settings
:
  # Should I enable the display of the name of the regions to all new players at the entrance
  # Включить ли отображение имени регионов всем новым игрокам при входе
  default_enable
: true
  # Enable Boss Bar
  # Включить Bossbar
  enable_boss_bar
: true
  # Enable Action Bar
  # Включить ActionBar
  enable_action_bar
: true
  # How many region owners display in placeholder {REGION_NAME}
  # Количество владельцев в плейсхолдере {REGION_OWNER}
  owner_count
: 3
  # Tick rate tp update in ticks
  # Частота обновления в тиках
  tick_rate
: 1

# Don't edit this / Не редактируйте это
config_version
: 1.0


Displaying a free regions, foreign region, and your own
——————————
The plugin displays each type of region: The Free Region, Your region, and Someone Else's region. All messages are configured in the file region_settings.yml

Examples:
[​IMG]
[​IMG]
Displaying the name of the region and owners
——————————

The plugin supports its own placeholders, which you can add to each message.
  • {REGION_NAME} — Name of region
  • {REGION_OWNER} — Name of region's owner
And here's what it will look like:

[​IMG]

Custom messages for specific regions
——————————
You can set custom messages for specific regions in file region_settings.yml

Examples:
Code (YAML):
# Custom regions list
# Список кастомных регионов
custom_regions
:
  # Region name (in WorldGuard)
  # Название региона (в WorldGuard)
  spawn
:
    # Message for Action Bar
    # Сообщение для Action Bar
    action_bar
: "&7Вы находитесь на &6спавне"
    # Boss Bar settings
    # Настройка BossBar
    boss_bar
:
      # Displaying text
      # Отображаемый текст
      text
: "&7Вы находитесь на &6спавне"
      # Progress [0.0 ; 1.0]
      # Прогресс [0.0 ; 1.0]
      progress
: 1.0
      # Boss Bar color. Supporting colors:
      # Цвет полоски. Доступные цвета:
      # PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE
      color
: YELLOW
      # Overlay. Supporting overlays:
      # Оверлей. Доступные оверлеи
      # PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20
      overlay
: PROGRESS

  pvp_arena
:
    action_bar
: "&7Вы находитесь на &cPVP-арене"
    boss_bar
:
      text
: "&7Вы находитесь на &cPVP-арене"
      progress
: 1.0
      color
: RED
      overlay
: PROGRESS

Result:
[​IMG]
[​IMG]

Enable / Disable Action Bar and Boss Bar via the command
——————————

Each player can customize the display of regions individually for themselves: Enable / Disable Action Bar or Boss Bar

Enable / Disable all elements (command /sr toggle)

[​IMG]

Enable / Disable Action Bar (command /sr toggle actionbar)
[​IMG]

Enable / Disable Boss Bar (command /sr toggle bossbar)

[​IMG]

Commands
(/cmd → /alias1, /alias2, ... ※ permission)
——————————
/showregion reload → /sr reload ※ showregion.reload
  • Reload the plugin configuration
/showregion version → /sr version ※ ``
  • Check for updates
/showregion toggle → /sr toggle ※ showregion.toggle
  • Enable / Disable Boss Bar and Action Bar
/showregion toggle actionbar → /sr toggle actionbar ※ showregion.toggle.actionbar
  • Enable / Disable Action Bar
/showregion toggle bossbar → /sr toggle bossbar ※ showregion.toggle.bossbar
  • Enable / Disable Boss Bar
All Plugin Permissions

——————————
Permission About
showregion.* Access to all plug-in features
showregion.reload Access to reload the plugin /sr reload
showregion.access.showing Access to the display of regions
showregion.toggle Access to command /sr toggle
showregion.toggle.actionbar Access to command /sr toggle actionbar
showregion.toggle.bossbar Access to command /sr toggle bossbar
showregion.toggle.* Access to command /sr toggle and its arguments

Links
——————————
Buy me coffee
——————————

Found an issue or have a question? Create a new issue — https://github.com/ilezzov-code/ShowRegion/issues/new
This project is distributed under the `GPL-3.0 License'. For more details, see the LICENSE file.
Resource Information
Author:
----------
Total Downloads: 26
First Release: Jul 22, 2025
Last Update: Jul 22, 2025
Category: ---------------
All-Time Rating:
0 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings