LightShowRegion ⚑ 1.18 – 1.21
SpigotMCDisplaying the region in the ActionBar
3.9k downloads 5.0 rating
latest v1.4.3 SpigotMC
LIGHTSHOWREGION
DEPENDENCIES: WorldGuard
› Features
DEPENDENCIES: WorldGuard
· 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>
<groupId>ru.kainlight.lightshowregion</groupId>
<artifactId>api</artifactId>
<version>1.4.2</version>
<scope>provided</scope>
</dependency>
Code (Text):
repositories {
mavenCentral()
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/kainlighty/LightShowRegion"
}
}
dependencies {
compileOnly 'ru.kainlight.lightshowregion:api:1.4.2'
}
mavenCentral()
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/kainlighty/LightShowRegion"
}
}
dependencies {
compileOnly 'ru.kainlight.lightshowregion:api:1.4.2'
}
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")
}
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/kainlighty/LightShowRegion")
}
}
dependencies {
compileOnly("ru.kainlight.lightcheck:api:1.4.2")
}
Comments 0
No comments yet. Be the first to share your thoughts.