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
# 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:
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:
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:
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)
Enable / Disable Action Bar (command /sr toggle actionbar) Enable / Disable Boss Bar (command /sr toggle bossbar)