mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Improve ExpansionsLoadedEvent's docs
This commit is contained in:
parent
a3b2777d16
commit
9b2ea05875
@ -26,7 +26,10 @@ import org.bukkit.event.HandlerList;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This event is called when all expansions are loaded (when reloading config, on plugin start and on server load).
|
* Indicates that <b>all</b> {@link PlaceholderExpansions} have been
|
||||||
|
* loaded.
|
||||||
|
* <br/>This event is fired on Server load and when reloading the
|
||||||
|
* confiuration.
|
||||||
*/
|
*/
|
||||||
public class ExpansionsLoadedEvent extends Event {
|
public class ExpansionsLoadedEvent extends Event {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user