File tree Expand file tree Collapse file tree 4 files changed +6
-370
lines changed
java/org/dynmap/worldguard Expand file tree Collapse file tree 4 files changed +6
-370
lines changed Original file line number Diff line number Diff line change 88
88
<version >3.0-SNAPSHOT</version >
89
89
</dependency >
90
90
<dependency >
91
- <groupId >org.bukkit</groupId >
92
- <artifactId >bukkit</artifactId >
93
- <version >1.7.10-R0.1-SNAPSHOT</version >
94
- </dependency >
91
+ <groupId >com.destroystokyo.paper</groupId >
92
+ <artifactId >paper-api</artifactId >
93
+ <version >1.15.2-R0.1-SNAPSHOT</version >
94
+ <scope >provided</scope >
95
+ </dependency >
95
96
<dependency >
96
97
<groupId >com.sk89q.worldguard</groupId >
97
98
<artifactId >worldguard-bukkit</artifactId >
Original file line number Diff line number Diff line change @@ -392,13 +392,6 @@ public void onEnable() {
392
392
/* If both enabled, activate */
393
393
if (dynmap .isEnabled () && wgp .isEnabled ())
394
394
activate ();
395
- /* Start up metrics */
396
- try {
397
- MetricsLite ml = new MetricsLite (this );
398
- ml .start ();
399
- } catch (IOException iox ) {
400
-
401
- }
402
395
}
403
396
404
397
private void registerCustomFlags () {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ main: org.dynmap.worldguard.DynmapWorldGuardPlugin
3
3
version : " ${project.version}"
4
4
author : mikeprimm
5
5
depend : [ dynmap, WorldGuard ]
6
-
6
+ api-version : ' 1.15 '
You can’t perform that action at this time.
0 commit comments