EventManage is a PaperMC plugin designed to simplify event management on your Minecraft server. With a robust command system, administrators can easily configure events using the /eventmanage command (with sub-commands like details, start, stop, and edit), while players can join events with the /joinevent command.
- Boss Bar Display: Shows the event name (and how to join) on a boss bar that alternates between red and blue every half-second while the event is active.
- Teleportation: Seamlessly teleports players to the event's start location in the specified world.
- Permission-Based Access: Admin commands (
eventmanager.admin) are restricted to administrators, and player commands (eventmanager.player) are available to regular players.
Contributions and feedback are welcome!
- Download the plugin JAR.
- Move the JAR to your server's
pluginsfolder. - Restart/start your server.
- Run
/eventmanage(if you are an admin) to see a list of available commands. - Run
/eventmanage editto see a list of commands related to editing the currently-stored event. - Run
/eventmanage start(if you are finished editing the event details) to start the event, display a message on the bossbar, and allow joining the event. - When the event ends, run
/eventmanage stopto remove the bossbar message, and disable joining the event.