Optional Requirement:
MythicMobs 5.0+
This plugin provides the ability to execute commands when a player joins or leaves the server, or when an event starts or ends. This allows the server to integrate with other plugins, or to use Skript to quickly and easily create special events.
Additionally, the plugin can integrate with MythicMobs. When a MythicMobs mob uses a skill or spawns, it will compare with the ongoing emergency events. If they match, the corresponding condition syntax will be executed, allowing the mob to change based on the event, adding more variety and fun to the gameplay.
Supports MySQL and SQLite access. If the server does not have MySQL, you can simply use SQLite.
(If you are already using version 1.0~1.1, please download version 1.2 and delete the config.yml to regenerate it.)
Command:
Code (YAML):
/emergency
Displays related commands.
/emergency reload
Reloads the configuration file.
/emergency start <event_group> <event_name> <world_name
>
Executes the specified emergency event in the specified world.
(Will forcibly stop the current event in the same event group and world name.
)
/emergency pause <event_group> <world_name
>
Pauses the specified emergency event group in the specified world.
/emergency resume <event_group> <world_name
>
Resumes the specified emergency event group in the specified world.
Test Image
(Nether Mobs configured by MythicMobs will appear when the event occurs)