Découvrez les conditions grâce à nos tutoriels pour débuter avec Skript. Pour toutes vos questions, rendez vous sur le forum ou sur Discord !
Voir les tutos J'ai besoin d'aideCan See Hologram (Peut voir l'hologramme)
Description
Vérifie si les joueurs donnés peuvent voir les hologrammes donnés. Utilisez l'effet Visibilité de l'Hologramme pour masquer/afficher les hologrammes.
if holo {_variable} is hidden from the player:
if all players can see holograms {_list::*}:
if hologram {_holo} is not visible for {_player}:
if the player can see the holo {holograms::1}:
Hologram Allows Placeholders (Hologramme autorise les placeholders)
Description
Vérifie si l'hologramme donné autorise ou non les placeholders
if event-hologram allows placeholders:
if placeholders in event-hologram are enabled:
if hologram {_variable} disallows placeholders:
if {_holo} doesn't allow placeholders:
if placeholders for {_holograms::*} are disabled:
[holo[gram][s]] %holograms% (allow|disallow)[s] placeholders
placeholders (in|for) [holo[gram][s]] %holograms% are (enabled|disabled)
[holo[gram][s]] %holograms% (doesn't|does not|don't|do not) (allow|disallow) placeholders
placeholders (in|for) [holo[gram][s]] %holograms% (aren't|are not) (enabled|disabled)
Is Following Hologram (L'hologramme est-il suiveur)
Description
Vérifie si l'hologramme donné est un hologramme suiveur.
if {_holo} is a following hologram:
Is Hologram Deleted (L'hologramme est-il supprimé)
Description
Vérifie si l'hologramme donné est supprimé. Quand vous supprimez un hologramme qui est stocké dans une variable, l'objet hologramme existera toujours dans la variable mais ne sera pas utilisable. Cette condition existe pour vérifier ce cas.
if hologram {variable} is deleted:
Is Hologram Entity (L'hologramme est-il une entité)
Description
Vérifie si l'entité donnée fait partie d'un hologramme.
if targeted entity is a part of a hologram: if {_entities::*} are hologram entities:
Is Hologram Line Clickable (La ligne d'hologramme est-elle cliquable)
Description
Vérifie si la ligne d'hologramme donnée est cliquable.
if line 3 of {_hologram} is click-able:
[holo[gram] line[s]] %hologramlines% (is|are) [((un|non[-]))]click[-]able
[holo[gram] line[s]] %hologramlines% (isn't|is not|aren't|are not) [((un|non[-]))]click[-]able
Is Hologram Line Touchable (La ligne d'hologramme est-elle touchable)
Description
Vérifie si la ligne d'hologramme donnée est touchable.
if line 3 of {_hologram} is touchable:
[holo[gram] line[s]] %hologramlines% (is|are) [((non[-]|un))]touch[-]able
[holo[gram] line[s]] %hologramlines% (isn't|is not|aren't|are not) [((non[-]|un))]touch[-]able
Is Hologram Visible by Default (L'hologramme est-il visible par défaut)
Description
Vérifie si l'hologramme donné est visible par défaut.
if {_hologram} is visible by default:
if holograms {_list::*} are hidden by default:
Is Text/Item Line (La ligne est-elle du texte ou un item)
Description
Vérifie si la ligne d'hologramme donnée est une ligne de texte ou une ligne d'item. L'expression Hologram Line Content peut être utilisée pour obtenir le texte ou l'item.
if event-holo-line is a text line:
if line 3 of holo {_variable} is an item line:
if lines of event-holo aren't string lines:
[holo[gram] line[s]] %hologramlines% (is|are) [a[n]] ((text|string)|item) line[s]
[holo[gram] line[s]] %hologramlines% (isn't|is not|aren't|are not) [a[n]] ((text|string)|item) line[s]