java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.clan.api.abstractcommands.clanadmin.ClanAdminSubCommand
de.simonsator.partyandfriends.clan.commands.clanadmin.subcommands.ChangeMaxLengthTag
All Implemented Interfaces:
Comparable<de.simonsator.partyandfriends.utilities.SubCommand>

public class ChangeMaxLengthTag extends ClanAdminSubCommand
  • Field Summary

    Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand

    HELP, PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChangeMaxLengthTag(String[] pCommands, String pPrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCommand(net.md_5.bungee.api.CommandSender pSender, String[] args)
     

    Methods inherited from class de.simonsator.partyandfriends.clan.api.abstractcommands.clanadmin.ClanAdminSubCommand

    enoughArguments, getClan, onCommand

    Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand

    compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError, sendError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChangeMaxLengthTag

      public ChangeMaxLengthTag(String[] pCommands, String pPrefix)
  • Method Details