› 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
› Commands
· /lightshowregion / lsr
— Help command
· /lsr toggle (<actionbar>/<bossbar>)
— Switch the region display (for myself)
· /lsr add <region_name> <name>
· /lsr remove <region_name>
· /lsr blacklist add <region_name>
· /lsr blacklist remove <region_name>
· /lsr global — Switch the global region display
· /lsr reload <config/actionbar/bossbar>
› Permissions
· lightshowregion.toggle
· lightshowregion.add
· lightshowregion.remove
· lightshowregion.blacklist.add
· lightshowregion.blacklist.remove
· lightshowregion.blacklist.*
· lightshowregion.global
· lightshowregion.reload.config
· lightshowregion.reload.actionbar
· lightshowregion.reload.bossbar
· lightshowregion.reload.*
· lightshowregion.*
› Placeholders
%lightshowregion_custom% - Displays information about free, occupied or your territory
› API
Maven:
Code (Text):
<dependency>
<groupId>ru.kainlight.lightshowregion</groupId>
<artifactId>api</artifactId>
<version>1.4.2</version>
<scope>provided</scope>
</dependency>
Gradle — Groovy DSL:
Code (Text):
repositories {
mavenCentral()
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/kainlighty/LightShowRegion"
}
}
dependencies {
compileOnly 'ru.kainlight.lightshowregion:api:1.4.2'
}
Gradle — Kotlin DSL:
Code (Text):
repositories {
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/kainlighty/LightShowRegion")
}
}
dependencies {
compileOnly("ru.kainlight.lightcheck:api:1.4.2")
}