| Name | show_to_players |
| Object | EntityTag |
| Input | None |
| Description | Marks the entity as visible to players by default (if it was hidden).
See also EntityTag.hide_from_players. To show to only one player, see PlayerTag.show_entity. Works with offline players. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L4038 |