| Name | fake_experience |
| Object | PlayerTag |
| Input | ElementTag(Decimal)(|ElementTag(Number)) |
| Description | Shows the player a fake experience bar, with a number between 0.0 and 1.0 to specify how far along the bar is.
Use with no input value to reset to the player's normal experience. Optionally, you can specify a fake experience level. For example: - adjust <player> fake_experience:0.5|5 |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3458 |