Package com.garbagemule.MobArena.listeners

Examples of com.garbagemule.MobArena.listeners.MagicSpellsListener


    private void setupMagicSpells() {
        Plugin spells = this.getServer().getPluginManager().getPlugin("MagicSpells");
        if (spells == null) return;

        Messenger.info("MagicSpells found, loading config-file.");
        this.getServer().getPluginManager().registerEvents(new MagicSpellsListener(this), this);
    }
View Full Code Here

TOP

Related Classes of com.garbagemule.MobArena.listeners.MagicSpellsListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.