Découvrez les effets 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'aideAdd Hologram Line (Ajouter une ligne à un hologramme)
Description
Ajoute une nouvelle ligne a un hologramme.
"insert" veut dire ajouter une ligne juste après la ligne spécifiée, et descendre d'un cran toutes les lignes suivantes.
append a stone to {_holo}
prepend "&aTest" to the created hologram
insert lines "&cRedstone" and a redstone in holo at line 2
insert every diamond armor into the hologram at the 5th line
append [((click|touch|interact)[-]able|interactive)] [line[s]] %strings/itemtypes% to [holo[gram][s]] %holograms%
prepend [((click|touch|interact)[-]able|interactive)] [line[s]] %strings/itemtypes% to [holo[gram][s]] %holograms%
insert [((click|touch|interact)[-]able|interactive)] [line[s]] %strings/itemtypes% in[to] [holo[gram][s]] %holograms% at line %number%
insert [((click|touch|interact)[-]able|interactive)] [line[s]] %strings/itemtypes% in[to] [holo[gram][s]] %holograms% at [the] %number%(st|nd|rd|th) line
Allow Placeholders in Hologram (Autoriser les placeholders dans un hologramme)
Description
Activer/désactive les placeholders dans un hologramme. Désactivé par défaut.
allow placeholders in the created hologram
disable placeholders for {_hologram}
enable the placeholders in the holo
disallow placeholders in {_holograms::*}
Create Hologram (Créer un hologramme)
Description
Crée un nouvel hologramme.
create a new hologram with line "test" and store in {test}
create new holo with lines "line 1", "line 2" and "line 3"
create new hologram with line "test" that follows player offset by direction 2.3 meters above
spawn a holo with click-able line "Click" that follows the spawned entity with offset (1.75 meters above and 1 meter infront)
create a hologram with lines "&bDiamond Armor" and every diamond armor and store it in {holograms::1}
spawn hologram with touchable line stone at {_location}
(create|spawn) [a] [new] holo[gram] [with [((click|touch|interact)[-]able|interactive)] line[s] %strings/itemtypes%] [%direction% %location%] [and store [it] in [[the] variable] %objects%]
(create|spawn) [a] [new] holo[gram] [with [((click|touch|interact)[-]able|interactive)] line[s] %strings/itemtypes%] that follows %entity% [[with] offset [(of|by|in|to)] [[the] direction] %directions%] [and store [it] in [[the] variable] %objects%]
Delete Hologram (Supprimer un hologramme)
Description
Supprime un hologramme.
Veuillez noter la différence entre "delete {_holo}" et "delete hologram {_holo}". Le premier supprimer la variable contenant l'hologramme, et non l'hologramme, alors que le deuxième supprime l'hologramme contenu dans la variable.
Quand vous supprimez un hologramme qui est stocké dans une variable, l'objet hologramme existera toujours dans la variable mais ne sera pas utilisable. Dans ce cas, vous devez également supprimer la variable.
delete holo {_var}
remove holograms {_holograms::*}
(delete|remove|clear) holo[gram][s] %holograms%
Following Hologram (Hologramme Suiveur)
Description
Fait qu'un hologramme commence/arrête de suivre une entité
set {_directions::*} to 1.5 meters horizontally infront, 1 meter above and 0.5 meters right
make the last created hologram follow player with offset {_directions::*}
make all holograms stop following
let hologram {variable} start following event-entity
(make|let) [holo[gram][s]] %holograms% (start following|follow) %entity% [[with] offset [(of|by|in|to)] [[the] direction] %directions%]
(make|let) [holo[gram][s]] %holograms% (stop following|unfollow)
Hologram Visibility (Visibilité d'un hologramme)
Description
Change la visibilité d'un hologramme pour les joueurs donnés ou rend un hologramme invisible/visible par défaut. Réinitialiser la visibilité de l'hologramme signifie remettre la visibilité à sa valeur par défaut (visible si elle n'est pas modifiée).
hide the last created hologram from the player
reveal holos {holograms::*} to {_players::*}
reset the visibility of all holograms
make the last holo invisible by default
make all holograms visible by default
hide [holo[gram][s]] %holograms% (from|for) %players%
reveal [holo[gram][s]] %holograms% (to|for|from) %players%
reset [the] visibilit(y|ies) of [holo[gram][s]] %holograms% [for %players%]
(make|let) [holo[gram][s]] %holograms% (invisible|hidden) by default
(make|let) [holo[gram][s]] %holograms% visible by default
Make Hologram Line Clickable/Touchable (Rendre la ligne d'hologramme cliquable/touchable)
Description
Rend une ligne d'hologramme cliquable ou/et touchable.
Click-able : lorsqu'un joueur clique sur la ligne, l'événement Quand une ligne est cliquée sera déclenché.
Touchable : lorsqu'un joueur essaie de prendre l'objet dans la ligne, l'événement Quand une ligne d'hologramme est touchée sera déclenché.
Interactif : comprend à la fois cliquable et touchable
make 1st line of last holo click-able
make all lines of {_holo} untouchable
make the last line of {_hologram} non-interactive
make line 2 of the created hologram interactive
(make|let) [holo[gram] line[s]] %hologramlines% [((un|non[-]))]click[-]able
(make|let) [holo[gram] line[s]] %hologramlines% [((un|non[-]))]touch[-]able
(make|let) [holo[gram] line[s]] %hologramlines% [((non[-]|un))](interactive|interact[-]able)
Teleport Hologram (Téleporter l'hologramme)
Description
Téléporte un hologramme à une location spécifique.
teleport event-holo to the player
teleport holograms {_holograms:*} to {_location}