package com.earth2me.essentials.update.states; import org.bukkit.event.Event; public class InstallationFinishedEvent extends Event { public InstallationFinishedEvent() { super(Type.CUSTOM_EVENT); } }