WE_B_6_1_9

This commit is contained in:
Mgazul 2019-09-25 20:06:10 +08:00
parent 8c65e9d924
commit 867cc602f7
3 changed files with 3 additions and 4 deletions

View File

@ -59,7 +59,7 @@ public class BukkitMain extends JavaPlugin {
if (Bukkit.getPluginManager().getPlugin("WorldEdit") == null) {
try {
File output = new File(this.getDataFolder().getParentFile(), "WorldEdit.jar");
byte[] weJar = Jars.WE_B_6_1_7_2.download();
byte[] weJar = Jars.WE_B_6_1_9.download();
try (FileOutputStream fos = new FileOutputStream(output)) {
fos.write(weJar);
}

View File

@ -10,7 +10,6 @@ dependencies {
compile group: "com.plotsquared", name: "plotsquared-api", version: "latest"
compile 'org.primesoft:BlocksHub:2.0'
compile 'com.github.luben:zstd-jni:1.1.1'
// compile 'org.javassist:javassist:3.22.0-CR1'
compile 'co.aikar:fastutil-lite:1.0'
compile(group: 'com.sk89q.worldedit', name: 'worldedit-core', version:'6.1.3-SNAPSHOT') {
exclude(module: 'bukkit-classloader-check')

View File

@ -9,8 +9,8 @@ import java.security.NoSuchAlgorithmException;
import java.util.Base64;
public enum Jars {
WE_B_6_1_7_2("https://addons.cursecdn.com/files/2431/372/worldedit-bukkit-6.1.7.2.jar",
"CRVJCWGJJ6UK40CTGHXQVK2/3C9BBTOS25FWI0ZHD4S=", 1726340),
WE_B_6_1_9("https://media.forgecdn.net/files/2597/538/worldedit-bukkit-6.1.9.jar",
"WNUI9VDBSGTU/UEUA+NCAIA27NEISDPFYMND3JHTYYY=", 1737057),
VS_B_5_171_0("https://media.forgecdn.net/files/2488/589/VoxelSniper-5.172.0-SNAPSHOT.jar",
"4CTEDDEKCAN/M6R0DHS925++HBSJ/TUYAAKAR4CUWC4=", 3615020),