SoupPvP core, with kits, guilds, configurability and more.

Related tags

JSON SoupPvP
Overview

SoupPvP

Wiki

Before you read any of this, most/all of this information and even more can be found on the wiki. The wiki states all information that you need regarding the plugin and all information that you'd like. I am suggesting to go to the wiki, and not reading this. You can click on the wiki button above, or you can go to it by clicking here

SoupPvP Core

Hello there everyone, my name is damt and this core has been created just to add something spicy to my portfolio. All concepts and all code that is stated should work right now. However, know that the code is still not tested!

Developer API

You can check information on the API via the wiki, or by clicking here! The API has everything any developer would need to complete his plugin or to customize the SoupPvP plugin to the max!

Optimization

I've tried to optimize the plugin to my hardest, saving happens per 5 minutes to help the server not lag. Everything saves onto the mongo and nothing really to the config.yml.

Configuration

You can check out information on the configuration via the wiki, or by clicking here! The wiki shows the configuration of which can and may be located via src/main/recources/config.yml

Data Storage

You can choose between 2 of the following data storages:

  • YML Storage
  • Mongo Storage

Permissions

You can check out information on the permissions via the wiki, or by clicking here! However, a small sum up is that this plugin will have many permissions. However, for now only future permissions are stored. This may be changed very frequently.

PlaceHolderAPI

You can check out information on the PlaceHolder(s) available via the wiki, or by click here! However, a small sum up is that this plugin does support PlaceHolderAPI and it has multiple PlaceHolders that you can use within your server. You can toggle PlaceHolderAPI inside of the config.yml

Credits

You are allowed to fork, and re-sell the product. Howeverm you need to change major detials, and selling this product without adding or forking major detials is not allowed. If you use this product you need to make sure to give damt credit and make sure to state that you forked it.

You might also like...

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order

Read me first The current version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version (2.0.x) was licensed under LGP

Jan 4, 2023

A modern and lightweight library for working with email addresses in Java

JMail A modern, fast, zero-dependency library for working with email addresses and performing email address validation in Java. Built for Java 8 and u

Dec 22, 2022

for people who doesn't know how to left click and right click at mach 10 speed.

AutoSignKick | pretty much useless for someone who know what mouse is a chinese module that helps you left click and right click at mach 10 speed How

Dec 2, 2022

✔️ Simple, pretty and powerful logger for android

✔️ Simple, pretty and powerful logger for android

Logger Simple, pretty and powerful logger for android Setup Download implementation 'com.orhanobut:logger:2.2.0' Initialize Logger.addLogAdapter(new A

Jan 5, 2023

Generate getter and setter on Java with ease! PS: Intended to use for labs where typing them are still the norm!!

Generate getter and setter on Java with ease! PS: Intended to use for labs where typing them are still the norm!!

GenerateGetterSetter Generate getter and setter on Java with ease! PS: Intended to use for labs where typing them are still the norm!! How to use Clon

Jan 4, 2022

A universal types-preserving Java serialization library that can convert arbitrary Java Objects into JSON and back

A universal types-preserving Java serialization library that can convert arbitrary Java Objects into JSON and back, with a transparent support of any kind of self-references and with a full Java 9 compatibility.

Dec 30, 2021

JBehave is a BDD framework for Java and all JVM languages

JBehave is a BDD framework for Java and all JVM languages (Groovy, Kotlin, Ruby, Scala).

Oct 26, 2022

Framework for serialization to Json, XML, Byte and Excel, therefore an oviparous wool milk sow J

Framework for serialization to Json, XML, Byte and Excel, therefore an oviparous wool milk sow J

NetworkParser Framework for serialization from Java objects to Json, XML and Byte. NetworkParser is a simple framework for serializing complex model s

Nov 18, 2020

dOOv (Domain Object Oriented Validation) a fluent API for type-safe bean validation and mapping

dOOv (Domain Object Oriented Validation) dOOv is a fluent API for typesafe domain model validation and mapping. It uses annotations, code generation a

Nov 20, 2022
Owner
damt
Java & Bot Developer
damt
Core part of Jackson that defines Streaming API as well as basic shared abstractions

Overview This project contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. It also incl

FasterXML, LLC 2.1k Jan 1, 2023
Android processing and secured library for managing SharedPreferences as key-value elements efficiently and structurally.

Memo Android processing and secured library for managing SharedPreferences as key-value elements efficiently and structurally. 1. Depend on our librar

ZeoFlow 18 Jun 30, 2022
A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.

?? 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 ?? A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.

Tencent 14.4k Dec 31, 2022
Weld, including integrations for Servlet containers and Java SE, examples and documentation

Weld Weld is the reference implementation of CDI: Contexts and Dependency Injection for the Java EE Platform which is the Java standard for dependency

Weld 345 Oct 28, 2022
A Java serialization/deserialization library to convert Java Objects into JSON and back

Gson Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to a

Google 21.7k Jan 8, 2023
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)

Overview This is a multi-module umbrella project for Jackson modules needed to support Java 8 features, especially with Jackson 2.x that only requires

FasterXML, LLC 372 Dec 23, 2022
Screaming fast JSON parsing and serialization library for Android.

#LoganSquare The fastest JSON parsing and serializing library available for Android. Based on Jackson's streaming API, LoganSquare is able to consiste

BlueLine Labs 3.2k Dec 18, 2022
A modern JSON library for Kotlin and Java.

Moshi Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects: String json = ...; Moshi moshi = new Mos

Square 8.7k Dec 31, 2022
JSON query and transformation language

JSLT JSLT is a complete query and transformation language for JSON. The language design is inspired by jq, XPath, and XQuery. JSLT can be used as: a q

Schibsted Media Group 510 Dec 30, 2022
Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc

jsonschema2pojo jsonschema2pojo generates Java types from JSON Schema (or example JSON) and can annotate those types for data-binding with Jackson 2.x

Joe Littlejohn 5.9k Jan 5, 2023