I need help with a macro command. So on this server I want to be able to have /lot shown to me every couple minutes, without me clicking a button. Is this even possible? If it is, and you know how to do it, can you either tell me how or link me how? @emongolab @jakeyray18 Thanks! -MassimoOG
Code: $${ IF(%SERVER% == "mc.ecocitycraft.com"); DO(); ECHO("/lot") WAIT(240); LOOP; ENDIF; }$$ Create a text file for that, and bind $$<textfile.txt> to a key. Whenever you press that key, /lot displays every 4 minutes.
If I wanted to use this on another server would I have to change the %server% == "mc.ecocitycraft.com"); ?