Description
Vérifie si la météo dans un monde est d'un type spécifique (ex : tonnere, pluie).
on weather change:
if is raining:
cancel event
broadcast "NOP. Pas de pluie "
is %weather types% [in %worlds%]
Description
Dans les faits, c'est un alias de 'y-coordinate of …', Il représente la hauteur de quelque chose (joueur, bloc, etc.) au dessus de la bedrock.
on block damage:
if altitude of player is greater than 200:
apply mining fatigue 1 to player for 3 second
Description
Joue un effet visuel à une position ou sur une entité donnée.
Notez que certains effets ne fonctionnent que sur des entités (ex : wolf hearts ou hurt) et que ceux-ci sont toujours visibles à tous les joueurs.
play wolf hearts on the clicked wolf
show mob spawner flames at the targeted block to the player
(play|show) %visualeffects% (on|%directions%) %entities/locations% [(to %players%|in (radius|range) of %number%)]
(play|show) %number% %visualeffects% (on|%directions%) %locations% [(to %players%|in (radius|range) of %number%)]
Description
Empoisonne ou guérit une entité.
poison the player
poison the victim for 20 seconds
cure the player from poison
poison %living entities% [for %time span%]
(cure|unpoison) %living entities% [(from|of) poison]
Description
Applique ou supprime des effets de potion sur des entités.
apply swiftness 2 to the player
remove haste from the victim
apply potion of strength of tier {strength::%player%} to the player for 999 days
apply [potion of] %potioneffecttypes% [potion] [[[of] tier] %number%] to %livingentities% [for %timespan%] [(replacing [the] existing effect)]
apply ambient [potion of] %potioneffecttypes% [potion] [[[of] tier] %number%] to %livingentities% [for %timespan%] [(replacing [the] existing effect)]
apply [potion of] %potioneffecttypes% [potion] [[[of] tier] %number%] without [any] particles to %livingentities% [for %timespan%] [(replacing [the] existing effect)]
Description
Pousse une ou des entités dans un sens donné.
push the player upwards
push the victim downwards at speed 0.5
Description
Active ou désactive le PVP dans un monde donné.
enable PvP #(monde actuel seulement)
disable PvP in all worlds
Description
Remplace toutes les occurences d'un texte donné par un autre.
Notez que vous pouvez seulement changer le contenu des variables et quelques expressions (ex : un message ou une ligne sur un panneau)
replace every "&" with "§" in line 1
replace all bedrock in player's inventory with dirt
on chat:
replace all "insulte1", "insulte2" and "insulte3" with "****" in the message
replace [(all|every)] %texts% in %texts% with %text% [(with case sensitivity)]
replace [(all|every)] %texts% with %text% in %texts% [(with case sensitivity)]
replace first %texts% in %texts% with %text% [(with case sensitivity)]
replace first %texts% with %text% in %text% [(with case sensitivity)]
replace [(all|every)] %item types% in %inventories% with %item type%
replace [(all|every)] %item types% with %item type% in %inventories%
Description
Cisaille ou replace la laine d'un mouton.
Notez qu'aucun bloc de laine n'est lâché sur le sol. Cet effet définit uniquement l'état cisaillé ou non d'un mouton.
on rightclick on a sheep holding a sword:
shear the clicked sheep
shear %living entities%
un[-]shear %living entities%
Description
Fait apparaître une entité à une position donnée.
spawn 3 creepers at the targeted block
spawn a ghast 5 meters above the player
spawn %entity types% [%directions% %locations%]
spawn %number% of %entity types% [%directions% %locations%]