Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lullaby6 committed Dec 9, 2024
1 parent 7342119 commit 57ab599
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Version: 2
- [Commands](#commands)
- [Predicates](#predicates)
- [Motion](#motion)
- [Player Score ID](#player_score_id)
- [Entitiy Tags](#entity_tags)

## Commands

Expand Down Expand Up @@ -101,4 +103,22 @@ execute store result entity @n[tag=fireball] Motion[1] double -0.00025 run score
execute store result entity @n[tag=fireball] Motion[2] double -0.00025 run scoreboard players get @s utils.motion.mz
tag @n[tag=fireball] remove fireball
```

## Player Score ID

Get the player score ID:

```
/scoreboard players get @s utils.player.id
```

## Entity Tags

- team_player

Example:

```
/effect give @e[type=#utils:team_player] glowing 1 0
```

0 comments on commit 57ab599

Please sign in to comment.