reverted dante authored by Lxlp's avatar Lxlp
================== ## Description
*Added in version 2.3*
## Description:
Modifies the scoreboard-objective value of a fake player name. Works Modifies the scoreboard-objective value of a fake player name. Works
like the [Modify Score](/skills/mechanics/modifyscore) mechanic, but is like the [Modify Score](/skills/mechanics/modifyscore) mechanic, but is
only capable of performing the **set**-action. only capable of performing the **set**-action.
## Attributes:
## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-------------|---------|----------------------------------------------------------------------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| objective | obj, o | Specifies the scoreboard objectiv to be changed. If the objective doesn't exist it will automatically be created by the mechanic | | | objective | obj, o | Specifies the scoreboard objectiv to be changed. If the objective doesn't exist it will automatically be created by the mechanic | |
| value | v | The value to perform the operation with | | | value | v | The value to perform the operation with | |
| name, entry | n, e | The name of the fake player | dummy | | name, entry | n, e | The name of the fake player | dummy |
## Examples: ## Examples
This example will set the score of a player named This example will set the score of a player named
"Bob" for the objective "TestScore", even if that player doesn't exist "Bob" for the objective "TestScore", even if that player doesn't exist
on the server. on the server.
... ...
......