AdvancedCore icon

AdvancedCore -----

An API for plugins to use. Open Source.



[​IMG]

Description:

This API was designed for mainly the purpose to be used in my plugins but you can feel free to use it to. This is not a plugin on the server, you compile it into your plugins with maven (see below) or using the jar provided.

Get Support:

- Private message
- Discussion section
- Github
- Discord (Please create ticket for support)


Requires:
  • Vault - To give money
  • Java 8

Features:
  • User data management API (Flat file/SQLite/MySQL)
  • TitleAPI
  • BossBarAPI
  • ActionBarAPI
  • ParticleAPI
  • ItemBuilder
  • AnimationAPI (Very basic)
  • Easy command arguments manager with tab complete
  • Scoreboards
  • Inventory API - Create Menu GUI's easily, with automatic page support
  • Anvil Inventory API - Read strings from anvils
  • Plugin update checker - Check for update
  • Metrics API - Easily send metrics data to MCStats and BStats
  • Util Classes - Simple Util Classes
  • Executable thread - run a runnable on a thread
  • ValueRequestAPI - Request a string/number/boolean from a user via their method of choice or specific method. Methods: Anvil/Chat/Book/Inventory
  • Reward System
  • Report - Create a zip file of plugins folder
Plugins using this API:
Want a plugin listed here? Let me know!
For Developers:
If you want to view examples of how to use this plugin into yours checkout my other plugins which are all open source. Also checkout github for wiki pages on most of the features and the JavaDoc (See below). You can use the jar as your build path if you wanted, would recommend though using maven.

I may also not release an update for every version,
especially if there isn't a lot of changes, the version number will still be updated though.

Code (Text):
<repository>
    <id>BenCodez Repo</id>
    <url>https://nexus.bencodez.com/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>com.bencodez</groupId>
    <artifactId>advancedcore</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>
Code (Text):
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.BenCodez</groupId>
    <artifactId>AdvancedCore</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

Versions:
LATEST - latest stable release
BRANCH-SNAPHSOT - unstable builds


[​IMG]
[​IMG]
[​IMG]
Please leave issues, questions, and requests in the discussion section or on github.
Resource Information
Author:
----------
Total Downloads: 15,956
First Release: Aug 23, 2016
Last Update: Nov 24, 2024
Category: ---------------
All-Time Rating:
10 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings