Good day!
I've been working on an SAO based server for quite a while now, and I've been waiting for Champions to release, so I came up with a temporary solution to my players not being able to use MythicMob skills.
Adding a small plugin that contains this code.
We get the item name of the player holding the item, and use that to spawn a Mythic Mob with the same name as the Item
(Example's further down)
-=- Player Skills -=- [ SAO Remastered ]
I've been working on an SAO based server for quite a while now, and I've been waiting for Champions to release, so I came up with a temporary solution to my players not being able to use MythicMob skills.
Adding a small plugin that contains this code.
We get the item name of the player holding the item, and use that to spawn a Mythic Mob with the same name as the Item
(Example's further down)
Code:
@EventHandler(priority = EventPriority.HIGH) public boolean...