Skip to content

Instantly share code, notes, and snippets.

View entrypointkr's full-sized avatar

Junhyung Im entrypointkr

View GitHub Profile
@entrypointkr
entrypointkr / BukkitBossBar.kt
Last active January 23, 2024 12:03
Bukkit boss bar immutable util
import org.bukkit.Bukkit
import org.bukkit.boss.BarColor
import org.bukkit.boss.BarStyle
import org.bukkit.boss.BossBar
import org.bukkit.entity.Player
import org.bukkit.event.EventHandler
import org.bukkit.event.Listener
import org.bukkit.event.player.PlayerQuitEvent
import org.bukkit.plugin.Plugin
import org.bukkit.scheduler.BukkitRunnable