Fix syntax errors and bugs on 1.21.10

This commit is contained in:
Rares Bozga
2025-12-11 22:40:02 +02:00
parent a77544467d
commit 9cd58c5041
4 changed files with 35 additions and 23 deletions

View File

@@ -245,11 +245,11 @@ storyboard_npc_internal_auto_display_entities:
debug: false
type: world
events:
on player joins bukkit_priority:high:
after player joins bukkit_priority:high:
- foreach <server.online_players.exclude[<player>]> as:target:
- define registry registry_<[target].uuid>
- define npcs <server.npcs[<[registry]>].if_null[<list[]>]>
- foreach <[npcs]> as:npc:
- adjust <player> hide_entity:<[npc]>
- foreach <[npc].hologram_npcs.if_null[<list[]>]> as:hologram:
- adjust <player> hide_entity:<[hologram]>
- adjust <player> hide_entity:<[hologram]>