Class ServerStartingEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.server.ServerLifecycleEvent
net.neoforged.neoforge.event.server.ServerStartingEvent

public class ServerStartingEvent extends ServerLifecycleEvent
Called after ServerAboutToStartEvent and before ServerStartedEvent. This event allows for customizations of the server. If you need to add commands use RegisterCommandsEvent.
Author:
cpw
  • Constructor Details