register_event( "TheEventToRead", "Event_Hook" ); public Event_Hook( ) { // read what you want return PLUGIN_CONTINUE; }