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.
- Host: GitHub
- URL: https://github.com/padrewin/premiumpoints
- Owner: padrewin
- License: gpl-3.0
- Archived: true
- Created: 2024-09-10T15:51:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:21:55.000Z (12 months ago)
- Last Synced: 2025-02-14T01:41:10.916Z (8 months ago)
- Topics: currency, economy, folia, minecraft, paper, plugin, points, premium, premiumpoints, spigot
- Language: Java
- Homepage: https://builtbybit.com/resources/premiumpoints.51790/
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/padrewin/PremiumPoints)
[](https://github.com/padrewin/PremiumPoints/releases)
[](https://github.com/padrewin/PremiumPoints/packages/2256282)
[](https://jenkins.colddev.dev/job/Cold%20Development/job/PremiumPoints/)
[](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.
---
## ⚙️ 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 developersPremiumPoints 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.xmldev.padrewin
premiumpoints
TAG
provided```
