Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
LightShowRegion
PluginMIT

LightShowRegion

Displaying the region in the ActionBar

193
Downloads
1
Followers
1 years ago
Updated
📦
5
Versions
utilitypaperpurpurspigot
Download Latestv1.4.2.1View on Modrinth

📖About LightShowRegion

DEPENDENCIES: PLACEHOLDERAPI


› Features

  • Show or hide global region
  • Shows if this is your region (owner or member)
  • Shows whether this region is occupied (if you are not the owner or member)
  • Blacklist of regions
  • Renaming regions (for example the spawn region will be output as &6SPAWN)
  • Full support for WorldGuard

› Review


› Commands and Permissions

Command Description Permission
lightshowregion / lsr Help by commands lightshowregion.help
lightshowregion toggle (<actionbar>/<bossbar>) Switch the region display lightshowregion.toggle
lightshowregion add <region> <custom name> Add a custom name to a region lightshowregion.add
lightshowregion remove <region> Remove custom name lightshowregion.remove
lightshowregion blacklist add <region> Add a region to the blacklist lightshowregion.blacklist.add
lightshowregion blacklist remove <region> Remove a region to the blacklist lightshowregion.blacklist.remove
lightshowregion global Switch the global region display lightshowregion.global
lightshowregion reload actionbar Reload actionbar for all online players lightshowregion.reload.actionbar
lightshowregion reload bossbar Reload bossbar for all online players lightshowregion.reload.bossbar
lightshowregion reload bars Reload actionbar and bossbar for all online players lightshowregion.reload.bars
lightshowregion reload config Reload all configurations lightshowregion.reload.config
Permissions without commands Description
lightshowregion.blacklist.* All rights to manage the blacklist
lightshowregion.reload.* Access for reload actionbar, bossbar and configs
lightshowregion.* Full access to the plugin
Placeholder Description
%lightshowregion_custom% Displays information about free,
occupied or your territory

› API

Maven:

<dependency>
  <groupId>ru.kainlight.lightshowregion</groupId>
  <artifactId>api</artifactId>
  <version>CURRENT_VERSION</version>
  <scope>provided</scope>
</dependency>

Gradle — Groovy DSL:

repositories {
    mavenCentral()
    maven {
        name = "GitHubPackages"
        url = "https://maven.pkg.github.com/kainlighty/LightShowRegion"
    }
}

dependencies {
    compileOnly 'ru.kainlight.lightshowregion:api:CURRENT_VERSION'
}

Gradle — Kotlin DSL:

repositories {
    mavenCentral()
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/kainlighty/LightShowRegion")
    }
}

dependencies {
    compileOnly("ru.kainlight.lightshowregion:api:CURRENT_VERSION")
}

Methods:

Get provider: LightShowRegionAPI.getProvider()

API Description
createShowedPlayer(Player) Create a player to display the region
getOrCreateShowedPlayer(Player) Get or create a player to display the region
deleteShowedPlayer(Player/ShowedPlayer) Delete a showed player
getShowedPlayer(Player) Get the player to whom the region is displayed
getShowedPlayers() Get list of the players
isShowedPlayer(Player) Check if the player is a ShowedPlayer
reloadActionbar(Player) Reload the actionbar to the player
reloadActionbars() Reload the actionbar for all players
unloadActionbars() Unload the actionbar for all players
reloadBossbar(Player) Reload the bossbar to the player
reloadBossbars() Reload the bossbar for all players
unloadBossbars() Unload the bossbar for all players
addDisabledWorld(name) Add a region to the blacklist
getDisabledWorlds() Get a list of disabled worlds
removeDisabledWorld(name) Remove a region to the blacklist
getRegionHandler() Get players who are being checked
RegionHandler Description
addCustomRegion(regionId, regionName) Add a custom region
getCustomRegionName(Player) Get a custom region where the player is located
removeCustomRegion(regionId) Delete a custom region
getCustomRegionIds() Get the custom region IDs
isCustomRegion(id) Check if the region is custom
addBlacklist(regionId) Add a region to the blacklist
getBlacklist() Get the blacklist
removeBlacklist(regionId) Remove a region to the blacklist
isGlobalRegion() Check whether the global region display is enabled
setGlobalRegion () Set the global region display
ShowedPlayer Description
getPlayer() Get a bukkit player
getActionbar() Get the parameters for the actionbar
getBossbar() Get the parameters for the bossbar
toggleAll() Switch the region display in the actionbar and bossbar for all
showAll() Show actionbar and bossbar
hideAll() Hide actionbar and bossbar
Actionbar | Bossbar Description
toggle() Toggle the display
show() Show the display
hide() Hide the display
isActive() Check if the display is active

👥 Team & Contributors

kainlight
kainlightOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.181.18.11.18.21.191.19.11.19.21.19.31.19.4+12 more

🔗 Links

Modrinth Page