Improve ExpansionsLoadedEvent's docs

This commit is contained in:
Andre_601 2020-12-29 21:12:22 +01:00 committed by GitHub
parent a3b2777d16
commit 9b2ea05875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ import org.bukkit.event.HandlerList;
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 {