All Projects → BenCodez → AdvancedCore

BenCodez / AdvancedCore

Licence: other
Core API for my plugins on SpigotMC

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AdvancedCore

LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+164.81%)
Mutual labels:  spigot, spigotmc
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (-37.04%)
Mutual labels:  spigot, spigotmc
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (-14.81%)
Mutual labels:  spigot, spigotmc
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (+111.11%)
Mutual labels:  spigot, spigotmc
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (-40.74%)
Mutual labels:  spigot, spigotmc
GroupManager
The original permission plug-in for Spigot/Bukkit.
Stars: ✭ 42 (-22.22%)
Mutual labels:  spigot, spigotmc
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-51.85%)
Mutual labels:  spigot, spigotmc
VotingPlugin
Plugin on SpigotMC
Stars: ✭ 60 (+11.11%)
Mutual labels:  spigot, spigotmc
TradeShop
Unique, new, powerful Minecraft TradeShop plugin!
Stars: ✭ 18 (-66.67%)
Mutual labels:  spigot, spigotmc
NOPE
1.16 Minecraft AntiCheat
Stars: ✭ 27 (-50%)
Mutual labels:  spigot, spigotmc
StackMob-3
A plugin designed for bukkit servers, aiming to reduce the lag that both the server and players experience.
Stars: ✭ 23 (-57.41%)
Mutual labels:  spigot, spigotmc
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (+307.41%)
Mutual labels:  spigot
Holographicdisplays
Create modern looking holograms in Minecraft.
Stars: ✭ 175 (+224.07%)
Mutual labels:  spigot
Skinsrestorerx
SkinsRestorer development repository
Stars: ✭ 171 (+216.67%)
Mutual labels:  spigot
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (+201.85%)
Mutual labels:  spigot
CyberWorld
Procedurally generating complicated cyberpunk city in minecraft Automatically merging buildings into mega-structure Generating the building with sub-structure such as signs, illegal building, etc.
Stars: ✭ 65 (+20.37%)
Mutual labels:  spigotmc
Terraincontrol
Minecraft Terrain Generator for SpigotMC and Forge
Stars: ✭ 216 (+300%)
Mutual labels:  spigot
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+4137.04%)
Mutual labels:  spigot
Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (+192.59%)
Mutual labels:  spigot
Advanced Achievements
🎆 Popular plugin that adds unique and challenging achievements to Minecraft servers.
Stars: ✭ 151 (+179.63%)
Mutual labels:  spigot

AdvancedCore

API used in the plugins developed by BenCodez, can be used in any project.

Download

License

This project is licensed under the Creative Commons Attribution 3.0 Unported license.

Read it here

How to use

Use the following code in Maven:

<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>

BACKUP/OLD WAY
<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>

In Gradle:

repositories {
    maven { url "https://nexus.bencodez.com/repository/maven-public/" }
}
dependencies {
    compile "com.bencodez:advancedcore:LATEST"
}

Versions:
LATEST - latest stable release
Check out all tags on the releases tab.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].