MythicFusion integrates new conditions and mechanics from other plugins to MythicMobs and more.
MythicFusion is a spigot plugin designed to extend the functionality of MythicMobs by introducing custom conditions and mechanics that allows integration with other plugins.
MythicFusion enables the execution of skills with the player as the caster on specific events or by command, this works for plugin and vanilla events. .
At the moment, MythicFusion integrates 16 new conditions and 15 mechanics from 6 different plugins such as AuraSkills, AlonsoTags, Essentialsx, Gsit, LibDisguise and VotingPlugin. Over time I plan to continue integrating more.
Also the new Trinket System that allows players to trigger specific skills by having designated MythicMobs items in their inventory. Each trinket is linked to a predefined skill that activates automatically when the item is present.
A simple and low-budget solution to make special items with powerful skills. You can configure any MythicMob item with a set of skills, one for right-click and another for left-click. Config Example
Utility commands, such as the skill command and sudoSkill command that allows players to use specific skills with the necessary permission.
spigot/paper 1.20 - 1.21 and java 21| Plugin | Version | Mandatory ? | New Mechanics and Conditions |
|---|---|---|---|
| MythicMobs | 5.8.2 | Yes | See here |
| AuraSkills | 2.2.8 | No | See here |
| Essentialsx | 2.21.0 | No | See here |
| AlonsoTags | 2.2.1 | No | See here |
| Gsit | 2.3.1 | No | See here |
| LibDisguise | 11.0.5 | No | See here |
| VotingPlugin | 6.18.4 | No | See here |
| Command | Aliases | Description | Permission | Example |
|---|---|---|---|---|
| mythicfusion | mfusion, mf | Base command for the plugin | mythicfusion.basecommand |
/mf [subCommand] [args] |
| SubCommand | Description | Permission | Example |
|---|---|---|---|
| reload | Reload the plugin | mythicfusion.reload |
/mf reload |
| skill | Execute a skill with the player as the caster. The player needs to have permission for the subcommand and for the specific skill. | For subcomand: mythicfusion.skill, for each skill: mythicfusion.skill.<skillName> |
/mf skill [skillName] |
| sudoSkill | Allows forcing a player to cast a skill, can be use on console or by a player with the permission. Command alias ss |
mythicfusion.sudoskill |
/mf sudoSkill [casterName] [skillName] |