Package me.yleoft.zTPA.commands
Class TpacceptCommand
java.lang.Object
me.yleoft.zTPA.utils.ConfigUtils
me.yleoft.zTPA.utils.TpaUtils
me.yleoft.zTPA.commands.TpacceptCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
-
Nested Class Summary
Nested classes/interfaces inherited from class me.yleoft.zTPA.utils.ConfigUtils
ConfigUtils.ConfigUtilsExtras
-
Field Summary
Fields inherited from class me.yleoft.zTPA.utils.ConfigUtils
cfguExtras, cmdPath, databasePath, lim, permissionsBypassPath, permissionsPath, tpo, warmup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
code
(org.bukkit.entity.Player p, org.bukkit.entity.Player target, LanguageUtils.Tpaccept lang, LanguageUtils.CommandsMSG cmdm) boolean
onCommand
(@NotNull org.bukkit.command.CommandSender s, @NotNull org.bukkit.command.Command cmd, @NotNull String label, String[] args) Methods inherited from class me.yleoft.zTPA.utils.TpaUtils
getRequests, getTargetRequests, getTeleportSound, startWarmup, teleportPlayer
Methods inherited from class me.yleoft.zTPA.utils.ConfigUtils
CmdMainAliases, CmdMainCommand, CmdMainCooldown, CmdMainDescription, CmdMainHelpPermission, CmdMainPermission, CmdMainReloadPermission, CmdMainVersionPermission, CmdMainVersionUpdatePermission, CmdTpaAliases, CmdTpacancelAliases, CmdTpacancelCommand, CmdTpacancelCooldown, CmdTpacancelCost, CmdTpacancelDescription, CmdTpacancelPermission, CmdTpacceptAliases, CmdTpacceptCommand, CmdTpacceptCooldown, CmdTpacceptCost, CmdTpacceptDescription, CmdTpacceptPermission, CmdTpaCommand, CmdTpaCooldown, CmdTpaCost, CmdTpaDescription, CmdTpaPermission, CmdTpdenyAliases, CmdTpdenyCommand, CmdTpdenyCooldown, CmdTpdenyCost, CmdTpdenyDescription, CmdTpdenyPermission, doAnnounceUpdate, doWarmup, hasMetrics, isAutoUpdate, langType, PermissionBypassCommandCost, PermissionBypassWarmup, playSound, prefix, tpaExpireTime, warmupCancelOnMove, warmupShowOnActionbar, warmupTime
-
Constructor Details
-
TpacceptCommand
public TpacceptCommand()
-
-
Method Details
-
onCommand
public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender s, @NotNull @NotNull org.bukkit.command.Command cmd, @NotNull @NotNull String label, String[] args) - Specified by:
onCommand
in interfaceorg.bukkit.command.CommandExecutor
-
code
public void code(org.bukkit.entity.Player p, org.bukkit.entity.Player target, LanguageUtils.Tpaccept lang, LanguageUtils.CommandsMSG cmdm)
-