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: docs/modules/mechanics/actions-triggers.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ In the future, some features that are currently used in Kits may be transferred
29
29
|`<replace-item> </replace-item>`| Finds and replaces certain items. |
30
30
|`<enchant-item> </enchant-item>`| Enchants the targeted item. |
31
31
|`<take-payment> </take-payment>`| Allow players to pay with items in their inventory to trigger an action. |
32
+
|`<team-alias/> `| Dynamically change a team's name during a match. |
32
33
|`<velocity/>`| A player-scoped kit that applies velocity to the player. |
33
34
|`<teleport/>`| Teleport a player to a specific location. |
34
35
|`<weather/>`| The weather to set for the map's environment. |
@@ -198,6 +199,13 @@ In the future, some features that are currently used in Kits may be transferred
198
199
|`price`| The amount of a currency needed to purchase. | <spanclassName="badge badge--primary">Number</span> |
199
200
|`currency`| The currency needed to purchase. |[Filter](/docs/modules/mechanics/filters)|
200
201
202
+
### Team-Alias Attributes
203
+
204
+
| Attribute | Description | Value |
205
+
|---|---|---|
206
+
|`team`| The team for the action to rename.<br />**Note:** This is required if the action's scope is `match`; otherwise, the team will be assumed. |[Team ID](/docs/modules/format/teams)|
207
+
|`alias`| The new team's name. | <spanclassName="badge badge--primary">String</span> |
0 commit comments