You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,27 +22,27 @@ public class PlayerLinksSendScriptEvent extends BukkitScriptEvent implements Lis
22
22
//
23
23
// @Plugin Paper
24
24
//
25
-
// @Triggers when a player receives a list of links
25
+
// @Triggers when a player receives a list of server links.
26
26
//
27
27
// @Determine
28
28
// "LINKS:<ListTag(MapTag)>" to set the links sent to the player. Each item in the list must be a MapTag in <@link language Server Links Format>.
29
-
// "ADD_LINKS:<ListTag(MapTag)>" to add to the links sent to the player. Each item in the list must be a MapTag in <@link language Server Links Format>.
29
+
// "ADD_LINKS:<ListTag(MapTag)>" to send additional links to the player. Each item in the list must be a MapTag in <@link language Server Links Format>.
30
30
//
31
31
// @Player Always.
32
32
//
33
-
// @Warning this may fire early in the player login process, during which the linked player is essentially an offline player
33
+
// @Warning this may fire early in the player login process, during which the linked player is essentially an offline player.
0 commit comments