Class Commands

java.lang.Object
de.goldmensch.commanddispatcher.Commands

public final class Commands extends Object
  • Method Details

    • checkExecutor

      public static boolean checkExecutor(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull Executor executor)
    • checkPermission

      public static boolean checkPermission(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull Optional<String> posPermission)
    • checkPermissionAndExecutor

      public static boolean checkPermissionAndExecutor(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull SmartSubCommand command)