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
Copy file name to clipboardExpand all lines: content/docs/lynx/latest/modules/scoreboard/team/creating-team.mdx
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,17 @@ new Team()
36
36
```kotlin tab="Kotlin"
37
37
team()
38
38
.addEntry(player)
39
+
```
40
+
41
+
## Track Entry
42
+
43
+
A default entry is limited by the username. This means if you change the players username using `playerMeta` module it will remove then from the team. This is what a `TrackEntry` is. When a username is changed it will update the team:
0 commit comments