Skip to content

Commit

Permalink
chore: bump idofront
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jun 28, 2024
1 parent 2047735 commit 78b0865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
group=com.mineinabyss
version=0.12
idofrontVersion=0.24.1
idofrontVersion=0.24.10
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.bukkit.command.Command
import org.bukkit.command.CommandSender
import org.bukkit.command.TabCompleter

class GuiyCommands(val plugin: GuiyExamplePlugin) : IdofrontCommandExecutor(), TabCompleter {
class GuiyCommands(plugin: GuiyExamplePlugin) : IdofrontCommandExecutor(), TabCompleter {
override val commands = commands(plugin) {
"guiyexample" {
"arrangement" {
Expand Down

0 comments on commit 78b0865

Please sign in to comment.