đŸ•ĸEvents

The Hologram and Scoreboard modules have an option to use an event for updating a line. This allows you to update your holograms or scoreboard without having to use a task. Your event must include a player, except for the following events:

Event
Description

fr.maxlego08.essentials.api.event.events.economy.EconomyBaltopUpdateEvent

Is used when the baltop is updated

To use an event you must also specify the event package and not just its name. For example, the eventBlockBreakEvent will beorg.bukkit.event.block.BlockBreakEvent

To find the list of events please visit the spigot javadocs: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/package-summary.html

Last updated