{"id":94067,"date":"2026-06-05T12:10:11","date_gmt":"2026-06-05T09:10:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/"},"modified":"2026-06-05T12:10:11","modified_gmt":"2026-06-05T09:10:11","slug":"lightshowregion","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/","title":{"rendered":"LightShowRegion"},"content":{"rendered":"<p>> **DEPENDENCIES: PLACEHOLDERAPI**<\/p>\n<p>&#8212;<\/p>\n<p>### \u203a Features<\/p>\n<p>&#8211; Show or hide global region<br \/>\n&#8211; Shows if this is your region _(owner or member)_<br \/>\n&#8211; Shows whether this region is occupied _(if you are not the owner or member)_<br \/>\n&#8211; Blacklist of regions<br \/>\n&#8211; Renaming regions _(for example the spawn region will be output as &#038;6SPAWN)_<br \/>\n&#8211; Full support for WorldGuard<\/p>\n<p>&#8212;<\/p>\n<p>### \u203a Review<br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/dmJR8MlWudw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>&#8212;<\/p>\n<p>### \u203a Commands and Permissions<\/p>\n<p>| Command                                            | Description                                         | Permission                       |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| lightshowregion \/ lsr                              | Help by commands                                    | lightshowregion.help             |<br \/>\n| lightshowregion toggle (<actionbar>\/<bossbar>)   | Switch the region display                           | lightshowregion.toggle           |<br \/>\n| lightshowregion add <region> <custom name>       | Add a custom name to a region                       | lightshowregion.add              |<br \/>\n| lightshowregion remove <region>                   | Remove custom name                                  | lightshowregion.remove           |<br \/>\n| lightshowregion blacklist add <region>            | Add a region to the blacklist                       | lightshowregion.blacklist.add    |<br \/>\n| lightshowregion blacklist remove <region>         | Remove a region to the blacklist                    | lightshowregion.blacklist.remove |<br \/>\n| lightshowregion global                             | Switch the global region display                    | lightshowregion.global           |<br \/>\n| lightshowregion reload actionbar                   | Reload actionbar for all online players             | lightshowregion.reload.actionbar |<br \/>\n| lightshowregion reload bossbar                     | Reload bossbar for all online players               | lightshowregion.reload.bossbar   |<br \/>\n| lightshowregion reload bars                        | Reload actionbar and bossbar for all online players | lightshowregion.reload.bars      |<br \/>\n| lightshowregion reload config                      | Reload all configurations                           | lightshowregion.reload.config    |<\/p>\n<p>| Permissions without commands | Description                                      |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| lightshowregion.blacklist.*  | All rights to manage the blacklist               |<br \/>\n| lightshowregion.reload.*     | Access for reload actionbar, bossbar and configs |<br \/>\n| lightshowregion.*            | Full access to the plugin                        |<\/p>\n<p>| Placeholder              | Description                                                       |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| %lightshowregion_custom% | Displays information about free, <br \/> occupied or your territory |<\/p>\n<p>&#8212;<\/p>\n<p>### \u203a API<\/p>\n<p>#### Maven:<br \/>\n&#8220;`xml<br \/>\n<dependency><br \/>\n  <groupId>ru.kainlight.lightshowregion<\/groupId><br \/>\n  <artifactId>api<\/artifactId><br \/>\n  <version>CURRENT_VERSION<\/version><br \/>\n  <scope>provided<\/scope><br \/>\n<\/dependency><br \/>\n&#8220;`<\/p>\n<p>#### Gradle \u2014 Groovy DSL:<br \/>\n&#8220;`groovy<br \/>\nrepositories {<br \/>\n    mavenCentral()<br \/>\n    maven {<br \/>\n        name = &#8220;GitHubPackages&#8221;<br \/>\n        url = &#8220;https:\/\/maven.pkg.github.com\/kainlighty\/LightShowRegion&#8221;<br \/>\n    }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    compileOnly &#8216;ru.kainlight.lightshowregion:api:CURRENT_VERSION&#8217;<br \/>\n}<br \/>\n&#8220;`<br \/>\n#### Gradle \u2014 Kotlin DSL:<br \/>\n&#8220;`kotlin<br \/>\nrepositories {<br \/>\n    mavenCentral()<br \/>\n    maven {<br \/>\n        name = &#8220;GitHubPackages&#8221;<br \/>\n        url = uri(&#8220;https:\/\/maven.pkg.github.com\/kainlighty\/LightShowRegion&#8221;)<br \/>\n    }<br \/>\n}<\/p>\n<p>dependencies {<br \/>\n    compileOnly(&#8220;ru.kainlight.lightshowregion:api:CURRENT_VERSION&#8221;)<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>#### Methods:<\/p>\n<p>> Get provider: `LightShowRegionAPI.getProvider()`<\/p>\n<p>| API                                     | Description                                    |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| createShowedPlayer(Player)              | Create a player to display the region          |<br \/>\n| getOrCreateShowedPlayer(Player)         | Get or create a player to display the region   |<br \/>\n| deleteShowedPlayer(Player\/ShowedPlayer) | Delete a showed player                         |<br \/>\n| getShowedPlayer(Player)                 | Get the player to whom the region is displayed |<br \/>\n| getShowedPlayers()                      | Get list of the players                        |<br \/>\n| isShowedPlayer(Player)                  | Check if the player is a ShowedPlayer          |<br \/>\n| reloadActionbar(Player)                 | Reload the actionbar to the player             |<br \/>\n| reloadActionbars()                      | Reload the actionbar for all players           |<br \/>\n| unloadActionbars()                      | Unload the actionbar for all players           |<br \/>\n| reloadBossbar(Player)                   | Reload the bossbar to the player               |<br \/>\n| reloadBossbars()                        | Reload the bossbar for all players             |<br \/>\n| unloadBossbars()                        | Unload the bossbar for all players             |<br \/>\n| addDisabledWorld(name)                  | Add a region to the blacklist                  |<br \/>\n| getDisabledWorlds()                     | Get a list of disabled worlds                  |<br \/>\n| removeDisabledWorld(name)               | Remove a region to the blacklist               |<br \/>\n| getRegionHandler()                      | Get players who are being checked              |<\/p>\n<p>| RegionHandler                         | Description                                        |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| addCustomRegion(regionId, regionName) | Add a custom region                                |<br \/>\n| getCustomRegionName(Player)           | Get a custom region where the player is located    |<br \/>\n| removeCustomRegion(regionId)          | Delete a custom region                             |<br \/>\n| getCustomRegionIds()                  | Get the custom region IDs                          |<br \/>\n| isCustomRegion(id)                    | Check if the region is custom                      |<br \/>\n| addBlacklist(regionId)                | Add a region to the blacklist                      |<br \/>\n| getBlacklist()                        | Get the blacklist                                  |<br \/>\n| removeBlacklist(regionId)             | Remove a region to the blacklist                   |<br \/>\n| isGlobalRegion()                      | Check whether the global region display is enabled |<br \/>\n| setGlobalRegion ()                    | Set the global region display                      |<\/p>\n<p>| ShowedPlayer   | Description                                                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| getPlayer()    | Get a bukkit player                                             |<br \/>\n| getActionbar() | Get the parameters for the actionbar                            |<br \/>\n| getBossbar()   | Get the parameters for the bossbar                              |<br \/>\n| toggleAll()    | Switch the region display in the actionbar and bossbar for all  |<br \/>\n| showAll()      | Show actionbar and bossbar                                      |<br \/>\n| hideAll()      | Hide actionbar and bossbar                                      |<\/p>\n<p>| Actionbar | Bossbar | Description                              |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| toggle()             | Toggle the display                       |<br \/>\n| show()               | Show the display                         |<br \/>\n| hide()               | Hide the display                         |<br \/>\n| isActive()           | Check if the display is active           |<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Displaying the region in the ActionBar<\/p>\n","protected":false},"featured_media":94068,"template":"","meta":{"_minecraft_slug":"lightshowregion","_minecraft_project_id":"dSMFXj0f","_minecraft_author":"kainlight","_minecraft_license":"MIT","_minecraft_downloads":272,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"lightshowregion.zip","_minecraft_size_bytes":4901288,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T12:05:59.278186Z","_minecraft_date_created":"2025-02-03T10:25:07.038515Z","_minecraft_date_modified":"2026-04-26T23:37:54.418290Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/lightshowregion","_minecraft_icon_attachment_id":94068,"_minecraft_imported_at":"2026-06-05T09:10:12+00:00","_minecraft_import_hash":"e2a4d4cae68261e0e20f9cef50bb8154","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,127,128,129,92],"mod_loader":[131,132,133,134],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-94067","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LightShowRegion - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LightShowRegion - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Displaying the region in the ActionBar\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/\",\"name\":\"LightShowRegion - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp\",\"datePublished\":\"2026-06-05T09:10:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/lightshowregion\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LightShowRegion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LightShowRegion - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/","og_locale":"en_US","og_type":"article","og_title":"LightShowRegion - Minecraft","og_description":"Displaying the region in the ActionBar","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/","name":"LightShowRegion - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp","datePublished":"2026-06-05T09:10:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/lightshowregion-icon-b3c95d989dbc3d546c31b63a48b80b8489b407bd_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/lightshowregion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"LightShowRegion"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/94067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/94068"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=94067"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=94067"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=94067"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=94067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}