Uses of Class
com.zetaplugins.essentialz.EssentialZ
Packages that use EssentialZ
Package
Description
-
Uses of EssentialZ in com.zetaplugins.essentialz.commands
Constructors in com.zetaplugins.essentialz.commands with parameters of type EssentialZModifierConstructorDescriptionFeedCommand(EssentialZ plugin) HealCommand(EssentialZ plugin) MainCommand(EssentialZ plugin) PlayTimeCommand(EssentialZ plugin) RulesCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.communication
Constructors in com.zetaplugins.essentialz.commands.communication with parameters of type EssentialZModifierConstructorDescriptionBroadcast(EssentialZ plugin) IgnoreCommand(EssentialZ plugin) MsgCommand(EssentialZ plugin) NickCommand(EssentialZ plugin) ReplyCommand(EssentialZ plugin) TeamchatCommand(EssentialZ plugin) ToggleMsgCommand(EssentialZ plugin) ToggleTeamchatCommand(EssentialZ plugin) UnnickCommand(EssentialZ plugin) WhoisCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.economy
Constructors in com.zetaplugins.essentialz.commands.economy with parameters of type EssentialZModifierConstructorDescriptionBalanceCommand(EssentialZ plugin) BalTopCommand(EssentialZ plugin) PayCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.items
Constructors in com.zetaplugins.essentialz.commands.items with parameters of type EssentialZModifierConstructorDescriptionEnchantCommand(EssentialZ plugin) GiveCommand(EssentialZ plugin) GiveSpawnerCommand(EssentialZ plugin) HatCommand(EssentialZ plugin) ICommand(EssentialZ plugin) ItemLoreCommand(EssentialZ plugin) ItemNameCommand(EssentialZ plugin) MoreCommand(EssentialZ plugin) RepairCommand(EssentialZ plugin) SkullCommand(EssentialZ plugin) TrashCommand(EssentialZ plugin) UnenchantCommand(EssentialZ plugin) WorkstationCommands(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.moderation
Constructors in com.zetaplugins.essentialz.commands.moderation with parameters of type EssentialZModifierConstructorDescriptionClearChatCommand(EssentialZ plugin) GodModeCommand(EssentialZ plugin) SudoCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.movement
Constructors in com.zetaplugins.essentialz.commands.movement with parameters of type EssentialZModifierConstructorDescriptionFlyCommand(EssentialZ plugin) FlySpeedCommand(EssentialZ plugin) GamemodeCommand(EssentialZ plugin) GamemodeShortcutCommand(EssentialZ plugin) TopCommand(EssentialZ plugin) WalkSpeedCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.movement.warps
Constructors in com.zetaplugins.essentialz.commands.movement.warps with parameters of type EssentialZModifierConstructorDescriptionDelWarpCommand(EssentialZ plugin) SetWarpCommand(EssentialZ plugin) WarpCommand(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.commands.worldcontrol
Constructors in com.zetaplugins.essentialz.commands.worldcontrol with parameters of type EssentialZ -
Uses of EssentialZ in com.zetaplugins.essentialz.features
Constructors in com.zetaplugins.essentialz.features with parameters of type EssentialZ -
Uses of EssentialZ in com.zetaplugins.essentialz.features.economy
Methods in com.zetaplugins.essentialz.features.economy with parameters of type EssentialZModifier and TypeMethodDescriptionstatic voidVaultEconomyImplProvider.register(EssentialZ plugin, com.zetaplugins.zetacore.services.di.ManagerRegistry registry) Register the VaultEconomyImpl with the EssentialZ plugin. -
Uses of EssentialZ in com.zetaplugins.essentialz.storage
Methods in com.zetaplugins.essentialz.storage that return EssentialZConstructors in com.zetaplugins.essentialz.storage with parameters of type EssentialZModifierConstructorDescriptionMySQLStorage(EssentialZ plugin, org.bukkit.configuration.file.FileConfiguration storageConfig) Constructs a MySQLStorage instance using the provided plugin and storage configuration.SQLiteStorage(EssentialZ plugin) Storage(EssentialZ plugin) Constructs a Storage instance with the provided EssentialZ plugin. -
Uses of EssentialZ in com.zetaplugins.essentialz.storage.repositories
Methods in com.zetaplugins.essentialz.storage.repositories that return EssentialZConstructors in com.zetaplugins.essentialz.storage.repositories with parameters of type EssentialZModifierConstructorDescriptionRepository(EssentialZ plugin, ConnectionPool connectionPool) Constructor to initialize the Repository with the plugin instance and connection pool. -
Uses of EssentialZ in com.zetaplugins.essentialz.storage.repositories.ignores
Constructors in com.zetaplugins.essentialz.storage.repositories.ignores with parameters of type EssentialZModifierConstructorDescriptionSQLIgnoresRepository(EssentialZ plugin, ConnectionPool connectionPool) -
Uses of EssentialZ in com.zetaplugins.essentialz.storage.repositories.player
Constructors in com.zetaplugins.essentialz.storage.repositories.player with parameters of type EssentialZModifierConstructorDescriptionSQLPlayerRepository(EssentialZ plugin, ConnectionPool connectionPool) -
Uses of EssentialZ in com.zetaplugins.essentialz.storage.repositories.warps
Constructors in com.zetaplugins.essentialz.storage.repositories.warps with parameters of type EssentialZModifierConstructorDescriptionMySQLWarpsRepository(EssentialZ plugin, ConnectionPool connectionPool) SQLiteWarpsRepository(EssentialZ plugin, ConnectionPool connectionPool) SQLWarpsRepository(EssentialZ plugin, ConnectionPool connectionPool) -
Uses of EssentialZ in com.zetaplugins.essentialz.util
Methods in com.zetaplugins.essentialz.util with parameters of type EssentialZModifier and TypeMethodDescriptionMessageStyle.getAccentColor(EssentialZ plugin) Gets the accent color of the styleMessageStyle.getPrefix(EssentialZ plugin) Gets the prefix of the styleConstructors in com.zetaplugins.essentialz.util with parameters of type EssentialZModifierConstructorDescriptionLanguageManager(EssentialZ plugin) MessageManager(EssentialZ plugin) -
Uses of EssentialZ in com.zetaplugins.essentialz.util.commands
Constructors in com.zetaplugins.essentialz.util.commands with parameters of type EssentialZ