Skip to content

Commit

Permalink
v1.0.2 (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtb7 committed Oct 30, 2024
1 parent c839086 commit aaf196f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Binary file modified .gradle/8.8/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/kotlin/net/xtb/jumpPad/Common.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.bukkit.Location
class Common {
companion object {
fun locationToString(location: Location) : String {
return "${location.world?.name}-${location.blockX}-${location.blockY}-${location.blockY}"
return "${location.world?.name}-${location.blockX}_${location.blockY}-${location.blockZ}"
}
}
}
4 changes: 0 additions & 4 deletions src/main/kotlin/net/xtb/jumpPad/JumpPadCommandHandler.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
package net.xtb.jumpPad

import net.kyori.adventure.platform.bukkit.BukkitAudiences
import net.kyori.adventure.text.Component.text
import net.kyori.adventure.text.format.TextColor.color
import net.kyori.adventure.text.format.TextDecoration
import net.md_5.bungee.api.ChatColor
import net.md_5.bungee.api.chat.ClickEvent
import net.md_5.bungee.api.chat.TextComponent
import org.bukkit.command.Command
import org.bukkit.command.CommandExecutor
import org.bukkit.command.CommandSender
Expand Down

0 comments on commit aaf196f

Please sign in to comment.