- PremiumPoints is a currency Minecraft plugin, adding the ability to manager points for every player, with SQLite and MySQL database support.
- Supports
SQLite
andMySQL
database. Default database is SQLite which can be edited later inconfig.yml
file. - This plugin is based on
ColdDev
plugin library. - This is a continuation of
PlayerPoints
plugin, originally developed byblack_ixx
.
All information is included and can be found in this repository's Wiki.
For any questions or support, you can join our Discord server. Here you can find all the support you need.
PremiumPoints is compatible with Spigot and any forks of it.
Note
Recommending using Paper.
CraftBukkit is NOT and will NOT be supported.
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:
depend:
- PremiumPoints
- Repository
<repository>
<id>com.github.padrewin</id>
<url>https://maven.pkg.github.com/padrewin/PremiumPoints</url>
</repository>
- Dependency
- Replace
TAG
with the latest version available; example1.3.3
.
- Replace
<dependency>
<groupId>dev.padrewin</groupId>
<artifactId>premiumpoints</artifactId>
<version>TAG</version>
<scope>provided</scope>
</dependency>