Package dev.majek.pc.command.party
Class PartyDisband
- java.lang.Object
-
- dev.majek.pc.chat.MessageHandler
-
- dev.majek.pc.command.PartyCommand
-
- dev.majek.pc.command.party.PartyDisband
-
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter
public class PartyDisband extends PartyCommand
Handles/party disband.
-
-
Field Summary
-
Fields inherited from class dev.majek.pc.command.PartyCommand
cooldownMap, mainConfig
-
-
Constructor Summary
Constructors Constructor Description PartyDisband()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.bukkit.entity.Player player, String[] args, boolean leftServer)-
Methods inherited from class dev.majek.pc.command.PartyCommand
anyoneCanUse, canUse, getAliases, getConfigBoolean, getCooldown, getDescription, getName, getSubCommandAliases, getSubCommandCooldown, getSubCommandDescription, getSubCommandDisabled, getSubCommandUsage, getUsage, isDisabled, isEnabled, onCommand, onTabComplete, reload, requiresLeader, runTaskLater, setCooldown, setDisabled
-
Methods inherited from class dev.majek.pc.chat.MessageHandler
sendFormattedMessage, sendMessage, sendMessage, sendMessageWithEverything, sendMessageWithReplacement, sendMessageWithReplacements
-
-
-
-
Method Detail
-
execute
public boolean execute(org.bukkit.entity.Player player, String[] args, boolean leftServer)- Specified by:
executein classPartyCommand
-
-