package com.hypixel.hytale.server.core.plugin; public enum PluginState { NONE, SETUP, START, ENABLED, SHUTDOWN, DISABLED; private PluginState() { } }