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

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

⬇ Download on Spigot
[​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
——————————

Config.yml
——————————
Spoiler: 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.
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:
Spoiler: region_settings.yml
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
/showregion version → /sr version ※ ``
/showregion toggle → /sr toggle ※ showregion.toggle
/showregion toggle actionbar → /sr toggle actionbar ※ showregion.toggle.actionbar
/showregion toggle bossbar → /sr toggle bossbar ※ showregion.toggle.bossbar
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.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ShowRegion | Names of regions in Action and Boss Bar + CUSTOM messages for specific regions is a free Minecraft Java mod. Compatible with Minecraft 1.18, 1.19, 1.20, 1.20.6 and newer. Downloaded 89 times (via Spigot). Download it and open it directly in the game.

Explore more