Minecraft GiantCore mod 2026 download
logo
minecraft mod GiantCore

GiantCore

Game Version: CB 1.5.2-R0.1
Total Downloads: 532
Updated: May 16, 2013
Created: May 16, 2013
Download GiantCoreDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
GiantCore 0.1.BETA release 61.81 KB May 16, 2013 CB 1.5.2-R0.1 532 download GiantCore GiantCore 0.1.BETA releaseDownload

Description

Share this:

GiantCore is a centralization of libraries used throughout the GiantShop, GiantPM, GiantBanks and other of my plugins.
It is meant to reduce the overhead of individual plugins as they no longer include these libraries themselves.

How do I use it?

Hooking into GiantCore

Hooking into GiantCore is quite simple, all you need to is add a dependency to GiantCore in your plugin.yml, and then add the following to your onEnable(). After which you have successfully obtained GiantCore! 🙂

plugin.yml

name: MyEpicPlugin
main: my.epic.plugin.MyEpicPlugin
depend: [GiantCore]

onEnable

@Override
public void onEnable() {
	GiantCore gc = GiantCore.getInstance();
}

Included libraries

Currently GiantCore includes 2 of my libraries, although I plan on implementing all my libraries into GiantCore. For more info on how to use individual libraries click the appropriate link below! 🙂

  • Database driver
  • Permission handler

Change log

  • (16/5/2013) 0.1 BETA
    • Initial release

Comments

Add a comment