Skip to content

Commit

Permalink
Added tag --release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Nov 7, 2023
1 parent 744c0ca commit 9778330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/github/shynixn/petblocks/PetBlocksPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ import java.nio.file.Files
import java.nio.file.StandardCopyOption
import java.util.logging.Level

/**
* Author Shynixn
*/
class PetBlocksPlugin : JavaPlugin() {
private val prefix: String = ChatColor.BLUE.toString() + "[PetBlocks] " + ChatColor.WHITE
private var injector: Injector? = null
Expand Down

0 comments on commit 9778330

Please sign in to comment.