No import for event.Subscribe

import org.spongepowered.api.event.Subscribe does not work I’m able to import other things from spongepowered though. Anyone know why this is happening?

@Listener
public void onEvent(Event e) {
 
}
2 Likes

@Subscribe changed to @Listener 1 and a half months ago

2 Likes