mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
fixed mm compatibility
This commit is contained in:
parent
fba68935c9
commit
06a4825cb6
@ -38,7 +38,7 @@ public class MythicMobsHook implements Listener {
|
|||||||
*/
|
*/
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void b(MythicReloadedEvent event) {
|
public void b(MythicReloadedEvent event) {
|
||||||
new MythicMobsHook();
|
MythicMobs.inst().getPlaceholderManager().register("mmoitems.skill", Placeholder.meta((metadata, arg) -> String.valueOf(PlayerData.get(metadata.getCaster().getEntity().getUniqueId()).getSkillData().getCachedModifier(arg))));
|
||||||
}
|
}
|
||||||
|
|
||||||
public class MMOItemsDrop extends Drop implements IMultiDrop {
|
public class MMOItemsDrop extends Drop implements IMultiDrop {
|
||||||
|
Loading…
Reference in New Issue
Block a user