Skip to content

Commit

Permalink
1.19 (#92)
Browse files Browse the repository at this point in the history
* update

* update deps

* paper repo
  • Loading branch information
Boy0000 authored Jun 21, 2022
1 parent 362947b commit 5d7bcca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.mineinabyss
version=0.4
version=0.5
kotlinVersion=1.6.10
serverVersion=1.18.2-R0.1-SNAPSHOT
idofrontVersion=0.10.90
serverVersion=1.19-R0.1-SNAPSHOT
idofrontVersion=0.11.95
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.mineinabyss.com/releases")
maven("https://papermc.io/repo/repository/maven-public/") //Paper
maven("https://repo.papermc.io/repository/maven-public/") //Paper
}

plugins {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import com.mineinabyss.deeperworld.movement.transition.TransitionKind
import com.mineinabyss.deeperworld.movement.transition.toEvent
import com.mineinabyss.idofront.events.call
import com.mineinabyss.idofront.messaging.miniMsg
import net.kyori.adventure.text.Component
import net.kyori.adventure.text.format.NamedTextColor
import net.kyori.adventure.title.Title
import org.bukkit.GameMode
import org.bukkit.Location
Expand All @@ -32,7 +30,7 @@ object MovementHandler {
this.handleTeleport()
}
}
}
} ?: return
} else {
applyOutOfBoundsDamage(player)
}
Expand Down Expand Up @@ -91,6 +89,6 @@ object MovementHandler {
}
}

return TransitionTeleportHandler(player, sectionTransition.from, sectionTransition.to);
return TransitionTeleportHandler(player, sectionTransition.from, sectionTransition.to)
}
}

0 comments on commit 5d7bcca

Please sign in to comment.