File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
src/main/java/org/dynmap/worldguard Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22
22
/manifest.mf
23
23
24
24
# Mac filesystem dust
25
- /.DS_Store
25
+ /.DS_Store
26
+
27
+ # IntelliJ IDEA
28
+ /.idea
29
+ * .iml
Original file line number Diff line number Diff line change 95
95
<dependency >
96
96
<groupId >com.sk89q.worldguard</groupId >
97
97
<artifactId >worldguard-bukkit</artifactId >
98
- <version >7.0.0 </version >
98
+ <version >7.0.1-SNAPSHOT </version >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >com.sk89q.worldedit</groupId >
102
102
<artifactId >worldedit-bukkit</artifactId >
103
- <version >7.0.0</version >
104
- </dependency >
105
- <dependency >
106
- <groupId >com.sk89q</groupId >
107
- <artifactId >squirrelid</artifactId >
108
- <version >0.2.0</version >
103
+ <version >7.0.1-SNAPSHOT</version >
109
104
</dependency >
110
105
</dependencies >
111
- <version >1.2 -SNAPSHOT</version >
106
+ <version >1.3 -SNAPSHOT</version >
112
107
</project >
Original file line number Diff line number Diff line change 26
26
import org .dynmap .markers .MarkerAPI ;
27
27
import org .dynmap .markers .MarkerSet ;
28
28
29
- import com .sk89q .squirrelid .cache .ProfileCache ;
30
29
import com .sk89q .worldedit .math .BlockVector2 ;
31
30
import com .sk89q .worldedit .math .BlockVector3 ;
32
31
import com .sk89q .worldedit .world .World ;
41
40
import com .sk89q .worldguard .protection .regions .ProtectedRegion ;
42
41
import com .sk89q .worldguard .protection .regions .RegionContainer ;
43
42
import com .sk89q .worldguard .protection .regions .RegionType ;
43
+ import com .sk89q .worldguard .util .profile .cache .ProfileCache ;
44
44
45
45
public class DynmapWorldGuardPlugin extends JavaPlugin {
46
46
private static Logger log ;
You can’t perform that action at this time.
0 commit comments