Events
Last updated
Last updated
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:
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 event will beorg.bukkit.event.block.BlockBreakEvent
To find the list of events please visit the spigot javadocs: