mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-23 09:41:20 +01:00
!Fixed aureliumSkills support
This commit is contained in:
parent
eb0198ec89
commit
4442f1221d
@ -23,6 +23,7 @@ public interface RPGHandler {
|
||||
MCMMO("mcMMO", McMMOHook.class),
|
||||
MCRPG("McRPG", McRPGHook.class),
|
||||
SKILLS("Skills", SkillsHook.class),
|
||||
AURELIUM_SKILLS("AureliumSkills", AureliumSkillsHook.class),
|
||||
SKILLSPRO("SkillsPro", SkillsProHook.class);
|
||||
|
||||
private final Class<? extends RPGHandler> pluginClass;
|
||||
|
Loading…
Reference in New Issue
Block a user