Skip to content

Commit

Permalink
Added block glowing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedMagic committed Jun 15, 2024
1 parent 6bcce71 commit a1ab95e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main/java/com/redmagic/undefinedapi/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Main: JavaPlugin() {

event<PlayerJoinEvent> {

player.location.block.glow(ChatColor.RED, 100)

}

Expand Down

0 comments on commit a1ab95e

Please sign in to comment.