File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/org/dynmap/worldguard Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ repositories {
2020
2121dependencies {
2222 compileOnly ' us.dynmap:dynmap-api:3.0-SNAPSHOT'
23- compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.0 '
23+ compileOnly ' com.sk89q.worldguard:worldguard-bukkit:7.0.5 '
2424 compileOnly ' com.sk89q.worldedit:worldedit-bukkit:7.0.0'
2525 compileOnly ' com.sk89q:squirrelid:0.2.0'
26- compileOnly ' com.destroystokyo.paper :paper-api:1.16.5 -R0.1-SNAPSHOT'
26+ compileOnly ' io.papermc :paper-api:1.17.1 -R0.1-SNAPSHOT'
2727}
2828
2929group = ' org.dynmap'
Original file line number Diff line number Diff line change 11package org .dynmap .worldguard ;
22
3- import java .io .IOException ;
43import java .util .ArrayList ;
54import java .util .HashMap ;
65import java .util .HashSet ;
1110import java .util .logging .Level ;
1211import java .util .logging .Logger ;
1312
13+ import com .sk89q .worldguard .util .profile .cache .ProfileCache ;
1414import org .bukkit .Bukkit ;
1515import org .bukkit .configuration .ConfigurationSection ;
1616import org .bukkit .configuration .file .FileConfiguration ;
2626import org .dynmap .markers .MarkerAPI ;
2727import org .dynmap .markers .MarkerSet ;
2828
29- import com .sk89q .squirrelid .cache .ProfileCache ;
3029import com .sk89q .worldedit .math .BlockVector2 ;
3130import com .sk89q .worldedit .math .BlockVector3 ;
3231import com .sk89q .worldedit .world .World ;
You can’t perform that action at this time.
0 commit comments