Package me.yleoft.zHomes.commands
Class SethomeCommand
java.lang.Object
me.yleoft.zHomes.utils.ConfigUtils
me.yleoft.zHomes.storage.DatabaseConnection
me.yleoft.zHomes.storage.DatabaseEditor
me.yleoft.zHomes.utils.HomesUtils
me.yleoft.zHomes.commands.SethomeCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
-
Nested Class Summary
Nested classes/interfaces inherited from class me.yleoft.zHomes.storage.DatabaseConnection
DatabaseConnection.DriverShim
Nested classes/interfaces inherited from class me.yleoft.zHomes.utils.ConfigUtils
ConfigUtils.ConfigUtilsExtras
-
Field Summary
Fields inherited from class me.yleoft.zHomes.utils.HomesUtils
warmups
Fields inherited from class me.yleoft.zHomes.utils.ConfigUtils
cfguExtras, cmdPath, databasePath, lim, permissionsBypassPath, permissionsPath, tpo, warmup
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.yleoft.zHomes.utils.HomesUtils
addHome, canDimensionalTeleport, delHome, getHomeLoc, getHomeWorld, getLimit, getTeleportSound, hasHome, homes, homesW, homesWDD, inMaxLimit, inSameWorld, numberOfHomes, renameHome, startWarmup, teleportPlayer, teleportPlayer
Methods inherited from class me.yleoft.zHomes.storage.DatabaseEditor
createTable, deleteHome, getHome, getHomes, isInTable, renameTable, setHome
Methods inherited from class me.yleoft.zHomes.storage.DatabaseConnection
closePool, connect, disconnect, existsTableColumnValue, existsTableColumnValueDouble, getConnection, h2Url, mariadbUrl, migrateData, mysqlUrl, sqliteUrl
Methods inherited from class me.yleoft.zHomes.utils.ConfigUtils
canDimensionalTeleport, CmdDelhomeAliases, CmdDelhomeCommand, CmdDelhomeCooldown, CmdDelhomeCost, CmdDelhomeDescription, CmdDelhomeOthersPermission, CmdDelhomePermission, CmdHomeAliases, CmdHomeCommand, CmdHomeCooldown, CmdHomeCost, CmdHomeDescription, CmdHomeOthersPermission, CmdHomePermission, CmdHomeRenameCost, CmdHomeRenamePermission, CmdHomesAliases, CmdHomesCommand, CmdHomesCooldown, CmdHomesCost, CmdHomesDescription, CmdHomesOthersPermission, CmdHomesPermission, CmdHomesType, CmdMainAliases, CmdMainCommand, CmdMainConverterPermission, CmdMainCooldown, CmdMainDescription, CmdMainHelpPermission, CmdMainPermission, CmdMainReloadPermission, CmdMainVersionPermission, CmdMainVersionUpdatePermission, CmdSethomeAliases, CmdSethomeCommand, CmdSethomeCooldown, CmdSethomeCost, CmdSethomeDescription, CmdSethomePermission, databaseAllowPublicKeyRetrieval, databaseDatabase, databaseHost, databasePassword, databasePoolsize, databasePort, databaseTable, databaseTablePrefix, databaseType, databaseUsername, databaseUseSSL, doAnnounceUpdate, doWarmup, enableSafeTeleport, getMaxLimit, hasMetrics, isAutoUpdate, langType, needsLimit, PermissionBypassCommandCost, PermissionBypassDT, PermissionBypassLimit, PermissionBypassST, PermissionBypassWarmup, playSound, prefix, warmupCancelOnMove, warmupShowOnActionbar, warmupTime
-
Constructor Details
-
SethomeCommand
public SethomeCommand()
-
-
Method Details