ServerReady is a plugin for infinitely running Mineplex Studio project instances until they are killed by external
factors. This permanently sets the project into PRE_START
phase (meaning it will last forever, until killed).
The plugin will ensure all other plugins are done with their load process before marking the server as PRE_START
. It
will fire the default Mineplex events to signify that everything is ready, so these are also suitable to listen to.
It's a very simple plugin, with no configuration.
- Head to the latest release of the plugin
- Download the Jar file from the latest release
- Plop
ServerReady-1.0.0.jar
into a folder within your Mineplex Project calledexternal-plugins
- Start your server, and profit.