File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/sk89q/worldguard/bukkit/listener Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ applyPlatformAndCoreConfiguration()
1111applyShadowConfiguration()
1212
1313repositories {
14+ mavenLocal()
1415 maven {
1516 name = " paper"
1617 url = uri(" https://papermc.io/repo/repository/maven-public/" )
@@ -27,7 +28,7 @@ dependencies {
2728 " api" (" com.destroystokyo.paper:paper-api:1.15-R0.1-SNAPSHOT" )
2829 " implementation" (" io.papermc:paperlib:1.0.2" )
2930 " api" (" com.sk89q.worldedit:worldedit-bukkit:${Versions .WORLDEDIT } " ) { isTransitive = false }
30- " implementation" (" com.sk89q:commandbook:2.3 " ) { isTransitive = false }
31+ " implementation" (" com.sk89q:commandbook:3.0-SNAPSHOT " ) { isTransitive = false }
3132 " implementation" (" org.bstats:bstats-bukkit:1.5" )
3233}
3334
Original file line number Diff line number Diff line change 1919
2020package com .sk89q .worldguard .bukkit .listener ;
2121
22- import com .sk89q .commandbook .InfoComponent ;
22+ import com .sk89q .commandbook .component . info . InfoComponent ;
2323import com .sk89q .worldguard .LocalPlayer ;
2424import com .sk89q .worldguard .WorldGuard ;
2525import com .sk89q .worldguard .bukkit .WorldGuardPlugin ;
You can’t perform that action at this time.
0 commit comments