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'aideSet Block with NBT (Poser un block avec une NBT)
Compatible depuis Sk-NBeeT 2.0.0
Description
Poser un bloc a une position donnée, avec un NBT que vous avez définit, entre guillemet, comme si c'était du texte.
Exemples
set nbt-block at player to west facing furnace with nbt "{CustomName:""{\""text\"":\""&aFurnieFurnace\""}""}"
set nbt-block at event-location to hopper with nbt "{CustomName:""{\""text\"":\""&cHoppieHopper\""}""}"
Pattern
set (nbt[(-| )]block|tile[(-| )]entity) %directions% %locations% to %itemtype% with nbt %string%
Spawn Entity with NBT (Faire apparaître une entité avec un NBT)
Compatible depuis Sk-NBeeT 1.2.4
Description
Faire apparaître une entité à une location donnée, selon un NBT définit.
Exemples
spawn sheep at player with nbt "{NoAI:1b}"
spawn 1 of zombie at player with nbt "{NoGravity:1b}"
Pattern
spawn %entitytypes% [%directions% %locations%] with nbt %string%
spawn %number% of %entitytypes% [%directions% %locations%] with nbt %string%
Structure Block: Load (Bloc de structure: Charger)
Compatible depuis Sk-NBeeT 2.2.0
Description
Charger les structures de structures blocks (blocs de structures) qui sont sauvegardées sur votre serveur.
1.9.4+ seulement
Exemples
on rightclick with stick:
if name of player's tool is "&4Manoir":
load "Manoir" at location of player
paste "Manoir" at location of player with rotation 90 and with mirror left to right
Pattern
(load|paste) [structure] %string% at %location% [with rotation (0|90|180|270)]
(load|paste) [structure] %string% at %location% [with rotation (0|90|180|270)] [and] [with] mirror front to back
(load|paste) [structure] %string% at %location% [with rotation (0|90|180|270)] [and] [with] mirror left to right
Structure Block: Save (Bloc de structure: Sauvegarder)
Compatible depuis Sk-NBeeT 2.2.0
Description
Sauvegarder les structures de structures blocks (blocs de structures) sur votre serveur
1.9.4+ seulement
Exemples
save structure between {Loc1} and {Loc2} as "Manoir"