Package me.yleoft.zTPA.utils
Class TpaUtils
java.lang.Object
me.yleoft.zTPA.utils.ConfigUtils
me.yleoft.zTPA.utils.TpaUtils
- Direct Known Subclasses:
TeleportRequest
,TpacancelCommand
,TpacceptCommand
,TpdenyCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class me.yleoft.zTPA.utils.ConfigUtils
ConfigUtils.ConfigUtilsExtras
-
Field Summary
FieldsFields inherited from class me.yleoft.zTPA.utils.ConfigUtils
cfguExtras, cmdPath, databasePath, lim, permissionsBypassPath, permissionsPath, tpo, warmup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRequests
(UUID uuid) getTargetRequests
(UUID uuid) static org.bukkit.Sound
void
startWarmup
(org.bukkit.entity.Player p, LanguageUtils.TeleportWarmupMSG lang, LanguageUtils.Tpaccept lang2, String target, Runnable task) void
teleportPlayer
(org.bukkit.entity.Player p, org.bukkit.entity.Player t) 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
-
Field Details
-
warmups
-
-
Constructor Details
-
TpaUtils
public TpaUtils()
-
-
Method Details
-
getRequests
-
getTargetRequests
-
teleportPlayer
public void teleportPlayer(org.bukkit.entity.Player p, org.bukkit.entity.Player t) -
getTeleportSound
public static org.bukkit.Sound getTeleportSound() -
startWarmup
public void startWarmup(org.bukkit.entity.Player p, LanguageUtils.TeleportWarmupMSG lang, LanguageUtils.Tpaccept lang2, String target, Runnable task)
-