Este tema es para poner las macros que usamos del mod Keybind.
Para aprender a usar Keybind y a hacer macros ya hay otros temas en el foro.
$${if(%HUNGER% < 7);
log(&bImposible correr. Se necesita comida.);
PlaySound(note.pling);
endif;}$$
$${IF(DURABILITY < 10);
LOG("Te quedan %DURABILITY% usos!");
ENDIF;}$$
$${IIF(%HEALTH%<5,"/home bed" ) }$$
$${IF(HEALTH<=0); LOG("&6You died at: %XPOS%x, %YPOS%y, %ZPOS%z. "); ENDIF}$$
$${IF(%HEALTH%<5);IF(%HEALTH%<=0);LOG("HAS MUERTO EN: %XPOS%x, %YPOS%y, %ZPOS%z.");ELSE;ECHO("/home bed");ENDIF;ENDIF;}$$