Skip to content

Commit

Permalink
Update WorldGuard for CommandBook 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkArc committed Jan 1, 2020
1 parent 4a7552e commit cc3ab73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion worldguard-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ applyPlatformAndCoreConfiguration()
applyShadowConfiguration()

repositories {
mavenLocal()
maven {
name = "paper"
url = uri("https://papermc.io/repo/repository/maven-public/")
Expand All @@ -27,7 +28,7 @@ dependencies {
"api"("com.destroystokyo.paper:paper-api:1.15-R0.1-SNAPSHOT")
"implementation"("io.papermc:paperlib:1.0.2")
"api"("com.sk89q.worldedit:worldedit-bukkit:${Versions.WORLDEDIT}") { isTransitive = false }
"implementation"("com.sk89q:commandbook:2.3") { isTransitive = false }
"implementation"("com.sk89q:commandbook:3.0-SNAPSHOT") { isTransitive = false }
"implementation"("org.bstats:bstats-bukkit:1.5")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

package com.sk89q.worldguard.bukkit.listener;

import com.sk89q.commandbook.InfoComponent;
import com.sk89q.commandbook.component.info.InfoComponent;
import com.sk89q.worldguard.LocalPlayer;
import com.sk89q.worldguard.WorldGuard;
import com.sk89q.worldguard.bukkit.WorldGuardPlugin;
Expand Down

0 comments on commit cc3ab73

Please sign in to comment.