NGX-CORE v2

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

ABANDONED, I DECIDED TO MAKE A NEW PROJECT WHICH WILL BE EASIER TO DEVELOP WITH AND WON'T REQUIRE COMPLICATED ADDONS SYSTEM**

NGX-CORE v2

=== What the hell is NGX-CORE? ===

NGX-CORE is an API and a custom class loader, you need it to load all of my upcoming addons, or create your own...

=== How can I use the API? ===

To access the API of NGX-CORE all you need to do is:

MainAPI api;

public void onEnable() {
    api = MainAPI.getAPI();
}

=== How can create addons with it? ===

Template: http://pastebin.com/PbSxVD7L

NOTE: You need the main class to be called Addon, and the location of it must be in src/main.
NOTEv2: You will no longer need this in the next release, it will have auto-detect for a class that extends NGXaddon

=== What does current API have? ===

- APIconfigManager/APIconfig]
- APIbukkit
- APIactionbar
- APIbroadcast
- APIchat
- APIchestGUI
- APIcooldown
- APIenityFromUUID
- APIinventory
- APIkill
- APIlag
- APIlocation
- APIparticleEffects
- APItablist
- APIteleport

=== Documentation ===

Here: http://dev.bukkit.org/bukkit-plugins/ngx-core-v2/pages/docs

=== How to install addons ===

1: Install NGX-CORE into root folder/plugins.
2: Start/Reload/Restart your server.
3: Go to your root folder, an addons folder should be generated, go into it.
4: Place all addons in there.

=== Addons(Free) ===

http://dev.bukkit.org/bukkit-plugins/ngx-sell/

=== Credits ===

Log-out: APIconfigManager/APIconfig
DarkBladee12: APIparticleEffects
UniqueNameDen(me): AddonLoader/ClassLoader, Rest of the API.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    91108
  • Created
    Apr 13, 2015
  • Last Released File
    Never
  • Total Downloads
    926
  • License

Categories

Members

Recent Files