0

Move to Master #8

Merged
Minenash merged 24 commits from gradle into master 2019-02-08 16:31:21 +00:00
Showing only changes of commit 82fbf34f3a - Show all commits

View File

@ -33,6 +33,7 @@ import com.redstoner.modules.Module;
import com.redstoner.modules.ModuleLogger; import com.redstoner.modules.ModuleLogger;
import net.nemez.chatapi.click.Message; import net.nemez.chatapi.click.Message;
import org.bukkit.plugin.java.JavaPlugin;
/** The module loader, mother of all modules. Responsible for loading and taking care of all modules. /** The module loader, mother of all modules. Responsible for loading and taking care of all modules.
* *
@ -733,4 +734,8 @@ public final class ModuleLoader implements CoreModule
e.printStackTrace(); e.printStackTrace();
} }
} }
public static JavaPlugin getPlugin() {
return Main.plugin;
}
} }