Skip to content

Commit

Permalink
Bump IridiumTeams
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Jun 10, 2024
1 parent fba98f1 commit 482904d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,26 @@ plugins {
}

group = "com.iridium"
version = "4.0.9.1"
version = "4.1.0"
description = "IridiumSkyblock"

repositories {
mavenCentral()
mavenLocal()
maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://ci.ender.zone/plugin/repository/everything/")
maven("https://nexus.iridiumdevelopment.net/repository/maven-releases/")
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://jitpack.io")
maven("https://maven.enginehub.org/repo/")
mavenCentral()
}

dependencies {
// Dependencies that we want to shade in
implementation("org.jetbrains:annotations:24.1.0")
implementation("com.j256.ormlite:ormlite-core:6.1")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("com.iridium:IridiumTeams:2.4.9-b1")
implementation("com.iridium:IridiumTeams:2.5.0")

// Other dependencies that are not required or already available at runtime
compileOnly("org.projectlombok:lombok:1.18.32")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,6 @@ public IslandManager getIslandManager() {
return teamManager;
}

@Override
public boolean setItemStackSync() {
//TODO this will probabbly cause lag, but the async doesnt currently work in the way I want it to... im investigating this atm
return true;
}

public static IridiumSkyblock getInstance() {
return instance;
}
Expand Down

0 comments on commit 482904d

Please sign in to comment.