All Projects → EpicEricEE → Shopchest

EpicEricEE / Shopchest

Licence: mit
ShopChest - Spigot/Bukkit Plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Shopchest

Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+1186.84%)
Mutual labels:  minecraft, spigot, bukkit, minecraft-server
Glowstone
A fast, customizable and compatible open source server for Minecraft: Java Edition
Stars: ✭ 1,364 (+3489.47%)
Mutual labels:  minecraft, spigot, bukkit, minecraft-server
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+2418.42%)
Mutual labels:  minecraft, spigot, bukkit, minecraft-server
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (+652.63%)
Mutual labels:  minecraft, spigot, bukkit, minecraft-server
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (+589.47%)
Mutual labels:  minecraft, spigot, bukkit, minecraft-server
Unifiedmetrics
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.
Stars: ✭ 29 (-23.68%)
Mutual labels:  minecraft, spigot, bukkit
Tuinity
Stars: ✭ 531 (+1297.37%)
Mutual labels:  minecraft, bukkit, minecraft-server
Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (-5.26%)
Mutual labels:  minecraft, spigot, bukkit
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+13828.95%)
Mutual labels:  minecraft, bukkit, minecraft-server
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+773.68%)
Mutual labels:  minecraft, spigot, bukkit
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+871.05%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+1410.53%)
Mutual labels:  minecraft, spigot, bukkit
Authmereloaded
The best authentication plugin for the Bukkit/Spigot API!
Stars: ✭ 296 (+678.95%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+1597.37%)
Mutual labels:  minecraft, spigot, bukkit
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-39.47%)
Mutual labels:  minecraft, spigot, bukkit
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (+647.37%)
Mutual labels:  minecraft, spigot, bukkit
Discordsrv
The Minecraft <-> Discord bridge plugin your mother warned you about. https://www.spigotmc.org/resources/discordsrv.18494/
Stars: ✭ 437 (+1050%)
Mutual labels:  minecraft, spigot, bukkit
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-31.58%)
Mutual labels:  minecraft, bukkit, minecraft-server
Magma
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)
Stars: ✭ 272 (+615.79%)
Mutual labels:  minecraft, spigot, bukkit
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (+973.68%)
Mutual labels:  minecraft, spigot, bukkit

ShopChest

ShopChest - Spigot/Bukkit Plugin

API

To use the API, you need to add the following repository and dependency in your maven project:

<repositories>
  <repository>
    <id>shopchest-repo</id>
    <url>https://epicericee.github.io/ShopChest/maven/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>de.epiceric</groupId>
    <artifactId>ShopChest</artifactId>
    <version>1.11.1</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/

Build

Clone this repository and use mvn clean package or mvn clean install. After the build succeeded, the ShopChest.jar is found in the /target/ folder.

Issues

If you find any issues, please provide them in the Issues Section with a good description of how to reproduce it. If you get any error messages in the console, please also provide them.

Download

This resource/plugin is found on the official spigot page here. You can also download the latest unstable builds on this page.

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