Skip to content

Commit 501ba73

Browse files
committed
Update glowingentities
1 parent 7e6e813 commit 501ba73

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

build.gradle

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'pl.norbit'
7-
version = 'v2.1.0'
7+
version = 'v2.2.0'
88

99
repositories {
1010
mavenCentral()
@@ -28,25 +28,32 @@ repositories {
2828
name "nexomcReleases"
2929
url "https://repo.nexomc.com/releases"
3030
}
31+
maven {
32+
name = "playpro-repo"
33+
url = uri("https://maven.playpro.com")
34+
}
3135
}
3236

3337
dependencies {
3438
compileOnly "io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT"
35-
compileOnly files('libs/CoreProtect-CE-23.0.jar')
39+
//coreprotect
40+
// compileOnly files('libs/CoreProtect-CE-23.0.jar')
41+
compileOnly("net.coreprotect:coreprotect:23.2")
3642
//bstats
3743
implementation 'org.bstats:bstats-bukkit:3.1.0'
3844
//glowing
39-
implementation 'fr.skytasul:glowingentities:1.4.10'
45+
implementation 'fr.skytasul:glowingentities:1.4.11'
4046
//worldguard
4147
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.8'
4248
//itemsadder
4349
compileOnly 'com.github.LoneDev6:API-ItemsAdder:3.6.2-beta-r3-b'
44-
50+
//nexo
51+
compileOnly "com.nexomc:nexo:1.21.0"
52+
//papi
4553
compileOnly 'me.clip:placeholderapi:2.11.6'
4654
//lombok
4755
compileOnly 'org.projectlombok:lombok:1.18.44'
4856
annotationProcessor 'org.projectlombok:lombok:1.18.44'
49-
compileOnly "com.nexomc:nexo:1.21.0"
5057
//configapi
5158
implementation 'net.serlith.ConfigAPI:ConfigAPI-core:1.2.5'
5259
}

0 commit comments

Comments
 (0)