Skip to content

Commit

Permalink
chore(commands): Add deprecation notice for old command DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Jun 6, 2024
1 parent 7f47a46 commit 85e9f2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.bukkit.plugin.java.JavaPlugin
/**
* Manages linking spigot's [CommandExecutor.onCommand] events to a [CommandDSLEntrypoint] inside
*/
@Deprecated("Use Idofront's Brigadier DSL instead")
abstract class IdofrontCommandExecutor : CommandExecutor {
abstract val commands: CommandDSLEntrypoint

Expand Down

0 comments on commit 85e9f2c

Please sign in to comment.