BetterEventsPlus
Better Event Management Done Right.
📖About BetterEventsPlus
BetterEventsPlus
BetterEventsPlus is a lightweight, configurable plugin that empowers server owners to create dynamic, player-driven events with ease. Whether you're running PvP tournaments, scavenger hunts, or seasonal chaos, this plugin gives you full control over the experience.
Key Features
Create Custom Events
Launch events with flexible parameters perfect for combat, exploration, or creative challenges.Broadcast Announcements
Automatically notify players when events start, end, or update. Messages are fully customizable via config.Config-Driven Setup
Externalize all messages and settings for easy editing. No need to touch code — just tweak the config.Add Player Kits
Equip participants with gear and items instantly when they join an event.Teleport Point Support
Set a custom teleport location for event participants, and spawn them right into the action.Track Participants
View who joined each event in real time. Great for rewards, moderation, or leaderboard tracking.
Usage
Creating Your First Event
1. Create the Event
/event create MyFirstEvent
You'll see: "Event 'MyFirstEvent' created successfully!"
2. Set the Spawn Location
Walk to where you want players to spawn, look in the direction they should face, then run:/event setspawn MyFirstEvent
You'll see: "Spawn location for 'MyFirstEvent' set to your current position!"
3. Create a Kit (Optional but Recommended)
A kit is the inventory loadout players receive when the event starts.
How to create one:
Open your inventory
Put items you want players to have (weapons, food, armor, etc.)
Wear any armor you want them to have
Run:
/event addkit MyFirstEvent
You'll see: "Kit for event 'MyFirstEvent' has been saved!"
To preview your kit:/event previewkit MyFirstEvent
This opens a GUI showing exactly what players will receive.
4. Start the Event
/event start MyFirstEvent 2
The "2" means 2 minutes countdown. The server will broadcast announcements and players can join during the countdown.
5. Players Join
Players run:/event join MyFirstEvent
They'll see a confirmation message and the server will announce they joined. Players can join anytime during the countdown.
6. Event Auto-Starts
When countdown reaches 0 seconds:
All players teleport to spawn location
Players receive the kit (if configured)
Original inventories are automatically saved
Server broadcasts that the event has started
7. End the Event
When you're done:/event end MyFirstEvent
All Commands
Player Commands:
/event join - Join an event during countdown
/event leave - Leave your current event
/event info - View event details
/event list - View all events and their status
/event help - Show command help menu
Admin Commands:
/event create - Create a new event
/event delete - Delete an event
/event setspawn - Set event spawn location (stand where you want it)
/event addkit - Save your current inventory as the event kit
/event removekit - Remove the kit from an event
/event previewkit - Preview the kit in a GUI
/event start - Start countdown timer (e.g. /event start PvP 5)
/event begin - Force start immediately, skipping countdown
/event end - End event and restore player inventories
Command Aliases:
You can use /events or /ev instead of /event