An open API service indexing awesome lists of open source software.

https://github.com/padrewin/premiumpoints

PremiumPoints is a Minecraft economy plugin based on premium points currency, with SQLite and MySQL database support.
https://github.com/padrewin/premiumpoints

currency economy folia minecraft paper plugin points premium premiumpoints spigot

Last synced: 8 months ago
JSON representation

PremiumPoints is a Minecraft economy plugin based on premium points currency, with SQLite and MySQL database support.

Awesome Lists containing this project

README

          

[![PremiumPoints](https://imgur.com/mekl311.png)](https://github.com/padrewin/PremiumPoints)

[![Total Downloads](https://img.shields.io/github/downloads/padrewin/PremiumPoints/total?logo=coin&color=635aa7)](https://github.com/padrewin/PremiumPoints/releases)
 
[![Latest Release](https://img.shields.io/github/v/release/padrewin/PremiumPoints?style=flat&logo=github&color=635aa7)](https://github.com/padrewin/PremiumPoints/packages/2256282)
 
[![Jenkins Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.colddev.dev%2Fjob%2FCold%2520Development%2Fjob%2FPremiumPoints%2F&style=flat&logo=jenkins&logoColor=white&logoSize=auto&label=Jenkins)](https://jenkins.colddev.dev/job/Cold%20Development/job/PremiumPoints/)
 
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/padrewin/PremiumPoints/release.yml?branch=master&style=flat&logo=github&label=GitHub)](https://github.com/padrewin/PremiumPoints/actions/workflows/release.yml)

* **PremiumPoints** is a currency Minecraft plugin, adding the ability to manager points for every player, with SQLite and MySQL database support.

* Supports **`SQLite`** and **`MySQL`** database. Default database is SQLite which can be edited later in `config.yml` file.

* This plugin is based on [**`ColdDev`**](https://github.com/Cold-Development/ColdDev) plugin library.
* This is a continuation of [**`PlayerPoints`**](https://github.com/Mitsugaru/PlayerPoints) plugin, originally developed by `black_ixx`.

---
## 📖 Documentation
All information is included and can be found in this repository's [**Wiki**](https://github.com/padrewin/PremiumPoints/wiki).

For any questions or support, you can join our [**Discord server**](https://discord.colddev.dev). Here you can find all the support you need.

![](https://imgur.com/Bt82udk.png)

---
## ⚙️ Server compatibility

PremiumPoints is compatible with Spigot and any forks of it.

> [!NOTE]
> Recommending using Paper.

> CraftBukkit is **NOT** and **will NOT** be supported.

---
## > For developers



spigot

PremiumPoints is a standalone plugin, so you will need to install it on any servers that have plugins which depend on it, and specify it as a dependency in your plugin.yml:

```plugin.yml
depend:
- PremiumPoints
```

### Maven:
- Repository

```pom.xml

com.github.padrewin
https://maven.pkg.github.com/padrewin/PremiumPoints

```
- Dependency
- Replace `TAG` with the latest version available; example `1.3.3`.


```pom.xml

dev.padrewin
premiumpoints
TAG
provided

```
![](https://raw.githubusercontent.com/mayhemantt/mayhemantt/Update/svg/Bottom.svg)