Hi, really sorry for this, but the recent update broke CLICK_EVENTS entirely. This was due to multiple command handling.
 
 I have now fixed this and have changed the syntax of using multiple commands to
 
 
 
 
  Code (YAML):
 
 
 
  MULTI_COMMAND:
  
   TEXT
  : 
  "[CLICK ME]"
  
   HOVER_TEXT
  : 
  "&9Click to run multiple commands!"
  
   CLICK_EVENT:
  
     RUN_COMMAND_AS_CONSOLE
  : 
  "first command, second command, third command"
 
 
 Please update to the latest version and really sorry for any problems caused!