OpC icon

OpC -----

All-in-one Core, which allows you to quickly create Commands, Events, Inventories and more!



OpC

ThisOpKarol`s Core and API

Features:
- Simple and quick to use,
- Removes additional code and need for other libraries that are included in plugin such as:

- PlaceHolderAPI (with creating own placeholders)
- BStats (with registering own stats)
- Vault (with economy methods)
- Easy command manager and event registration,
- CenterText and OpComponent with String component built-in,
- MySql and Flat database implementation,
- Configuration files with custom methods,
- HeadDatabase,
- From and to String Inventory and Item builder,
- Language manager, with languages for each player,
- Own Map and mapping system for easier use of java maps,
- Useful classes:

- BiOptional, which holds two optional objects,
- OpActionBar,
- OpBossBar,
- OpLocation,
- OpParticle,
- OpRunnable,
- OpSound,
- OpTitle
- Abstract JavaPlugin implementation which provided added features and Configuration file to plugin,
- String based storage system with builder built-in supporting multiple java variables (double, int, String, boolean, (custom)) with supportive reflection,
- Useful util classes

You can learn everything that this core have in the wiki.

Implementation:
Version
Jitppack version:
[​IMG]
Maven

Code (maven (Unknown Language)):
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.ThisKarolGajda</groupId>
    <artifactId>OpC</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>
Gradle
Code (gradle (Unknown Language)):
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
        implementation 'com.github.ThisKarolGajda:OpC:master-SNAPSHOT'
}
Jitpack
You can see other options, versions and build logs of OpC under this link.
Resource Information
Author:
----------
Total Downloads: 286
First Release: Aug 17, 2022
Last Update: Aug 17, 2022
Category: ---------------
All-Time Rating:
0 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings