Skip to content

Commit 955a20d

Browse files
committed
Update dependencies
1 parent 7dd8a3c commit 955a20d

4 files changed

Lines changed: 33 additions & 46 deletions

File tree

libs/downloads.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ download paperclip and run server.
66
then, copy ./cache/patched_<version>.jar into libs.
77
finally, rename patched_<version>.jar to paperspigot.jar
88

9-
PreciousStones
10-
http://jenkins.elmakers.com/job/PreciousStones/
11-
129
Factions & MassiveCore
1310
https://www.spigotmc.org/resources/factions3-for-1-13.63602/
1411

15-
Towny
16-
https://www.spigotmc.org/resources/towny-advanced.72694/
17-
1812
Residence
1913
https://zrips.net/Residence/
2014

pom.xml

Lines changed: 31 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,38 @@
1414
<id>enginehub-maven</id>
1515
<url>https://maven.enginehub.org/repo/</url>
1616
</repository>
17-
<repository>
18-
<id>vault-repo</id>
19-
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
20-
</repository>
2117
<repository>
2218
<id>essentialsx-repo</id>
2319
<url>https://ci.ender.zone/plugin/repository/everything/</url>
2420
</repository>
21+
<repository>
22+
<!-- PresiousStones repo -->
23+
<id>elMakers-repo</id>
24+
<url>http://maven.elmakers.com/repository/</url>
25+
</repository>
2526
</repositories>
2627

2728
<dependencies>
2829
<!-- zlibs -->
2930
<dependency>
3031
<groupId>com.dropbox.core</groupId>
3132
<artifactId>dropbox-core-sdk</artifactId>
32-
<version>3.1.3</version>
33+
<version>3.1.5</version>
3334
</dependency>
3435
<dependency>
3536
<groupId>com.google.api-client</groupId>
3637
<artifactId>google-api-client</artifactId>
37-
<version>1.30.7</version>
38+
<version>1.30.11</version>
3839
</dependency>
3940
<dependency>
4041
<groupId>com.google.apis</groupId>
4142
<artifactId>google-api-services-drive</artifactId>
42-
<version>v3-rev20191108-1.30.3</version>
43+
<version>v3-rev197-1.25.0</version>
4344
</dependency>
4445
<dependency>
4546
<groupId>com.google.auth</groupId>
4647
<artifactId>google-auth-library-oauth2-http</artifactId>
47-
<version>0.19.0</version>
48+
<version>0.22.0</version>
4849
</dependency>
4950
<dependency>
5051
<groupId>com.jcraft</groupId>
@@ -54,44 +55,38 @@
5455
<dependency>
5556
<groupId>commons-net</groupId>
5657
<artifactId>commons-net</artifactId>
57-
<version>3.6</version>
58+
<version>3.7.2</version>
5859
</dependency>
5960

6061
<!-- available dependency -->
6162
<dependency>
6263
<groupId>com.sk89q.worldedit</groupId>
6364
<artifactId>worldedit-bukkit</artifactId>
64-
<version>7.0.0-SNAPSHOT</version>
65+
<version>7.2.0</version>
6566
<scope>provided</scope>
6667
</dependency>
6768
<dependency>
6869
<groupId>com.sk89q.worldguard</groupId>
6970
<artifactId>worldguard-bukkit</artifactId>
70-
<version>7.0.0</version>
71+
<version>7.0.4</version>
7172
<scope>provided</scope>
7273
</dependency>
7374
<dependency>
74-
<groupId>net.milkbowl.vault</groupId>
75-
<artifactId>Vault</artifactId>
76-
<version>1.7.3</version>
75+
<groupId>com.github.MilkBowl</groupId>
76+
<artifactId>VaultAPI</artifactId>
77+
<version>1.7</version>
7778
<scope>provided</scope>
7879
</dependency>
7980
<dependency>
8081
<groupId>net.ess3</groupId>
8182
<artifactId>EssentialsX</artifactId>
82-
<version>2.17.0</version>
83-
<scope>provided</scope>
84-
</dependency>
85-
<dependency>
86-
<groupId>com.griefcraft.lwc</groupId>
87-
<artifactId>LWCX</artifactId>
88-
<version>2.2.0</version>
83+
<version>2.18.1</version>
8984
<scope>provided</scope>
9085
</dependency>
9186
<dependency>
9287
<groupId>com.griefcraft.lwc</groupId>
9388
<artifactId>LWCX</artifactId>
94-
<version>2.2.0</version>
89+
<version>2.2.6</version>
9590
<scope>provided</scope>
9691
</dependency>
9792
<dependency>
@@ -106,12 +101,24 @@
106101
<version>v0.2.0</version>
107102
<scope>provided</scope>
108103
</dependency>
104+
<dependency>
105+
<groupId>net.sacredlabyrinth.Phaed</groupId>
106+
<artifactId>PreciousStones</artifactId>
107+
<version>1.16.1.12</version>
108+
<scope>provided</scope>
109+
</dependency>
110+
<dependency>
111+
<groupId>com.github.TownyAdvanced</groupId>
112+
<artifactId>Towny</artifactId>
113+
<version>0.96.3.0</version>
114+
<scope>provided</scope>
115+
</dependency>
109116

110117
<!-- unavailable libs in maven repo -->
111118
<dependency>
112119
<groupId>com.destroystokyo.paper</groupId>
113120
<artifactId>paper</artifactId>
114-
<version>1.15.2-R0.1-SNAPSHOT</version>
121+
<version>1.16.4-R0.1-SNAPSHOT</version>
115122
<scope>system</scope>
116123
<systemPath>${basedir}/libs/paperspigot.jar</systemPath>
117124
</dependency>
@@ -129,27 +136,13 @@
129136
<scope>system</scope>
130137
<systemPath>${basedir}/libs/Factions.jar</systemPath>
131138
</dependency>
132-
<dependency>
133-
<groupId>net.sacredlabyrinth.Phaed</groupId>
134-
<artifactId>PreciousStones</artifactId>
135-
<version>9.5.5</version>
136-
<scope>system</scope>
137-
<systemPath>${basedir}/libs/PreciousStones.jar</systemPath>
138-
</dependency>
139139
<dependency>
140140
<groupId>com.bekvon.bukkit.residence</groupId>
141141
<artifactId>Residence</artifactId>
142-
<version>4.8.8.2</version>
142+
<version>4.9.2.0</version>
143143
<scope>system</scope>
144144
<systemPath>${basedir}/libs/Residence.jar</systemPath>
145145
</dependency>
146-
<dependency>
147-
<groupId>com.palmergames.bukkit.towny</groupId>
148-
<artifactId>Towny</artifactId>
149-
<version>0.95.2.2</version>
150-
<scope>system</scope>
151-
<systemPath>${basedir}/libs/Towny.jar</systemPath>
152-
</dependency>
153146
<dependency>
154147
<groupId>io.github.mywarp.mywarp</groupId>
155148
<artifactId>MyWarp</artifactId>

src/main/java/autosaveworld/features/worldregen/plugins/PStonesDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.bukkit.World;
2121

2222
import net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones;
23-
import net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field;
23+
import net.sacredlabyrinth.Phaed.PreciousStones.field.Field;
2424

2525
public class PStonesDataProvider extends DataProvider {
2626

src/main/java/autosaveworld/features/worldregen/plugins/TownyDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public TownyDataProvider(World world) throws Throwable {
3232

3333
@Override
3434
protected void init() throws NotRegisteredException {
35-
for (Town town : TownyAPI.getInstance().getDataSource().getWorld(world.getName()).getTowns()) {
35+
for (Town town : TownyAPI.getInstance().getDataSource().getWorld(world.getName()).getTowns().values()) {
3636
for (TownBlock tb : town.getTownBlocks()) {
3737
if (tb.getWorld().getName().equalsIgnoreCase(world.getName())) {
3838
addChunkAtCoord(tb.getX(), tb.getZ());

0 commit comments

Comments
 (0)