Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
IΒ΄m currently not updating that plugin. I may finish it in the future.
π¦ What is PointsAPI?
PointsAPI is a flexible and lightweight points system for Minecraft servers. It supports local file and MySQL storage, PlaceholderAPI, Discord integration, multi-language support, and more. Easy to configure, extendable for developers, and great for any server size.
Wiki is not active yet!
β¨ Features
- βοΈ Local file (
data.yml) and MySQL support - π PlaceholderAPI support (
%pointsapi_points%) - π Full permissions and command system
- π§© Customizable currency name (whatever you want)
π Release Plan
- π© v0.1 Alpha β Local points (
data.yml), basic commands, permissions - π© v0.2 Alpha β PlaceholderAPI support (
%pointsapi_points%) - π© v0.3 Beta β Rename βpointsβ to whatever you want, basic config.yml
- πΉ v0.4 Beta β MySQL support, async & fallback
- πΉ v0.5 Beta β Placeholders + MySQL combined
- πΉ v0.6 Beta β More DB types (SQLite, MariaDB, etc.)
- πΉ v0.7 Beta β Discord webhook logging π¬
- πΉ v0.8 Beta β Built-in Discord bot with slash commands π€
- πΉ v0.9 Beta β Multi-language support (
lang/en_us.yml, en_uk.yml etc.) π - πΉ v1.0 Release β Stable, fast, documented β
π¬ Commands
/points look <opt: player>
/points add <player> <amount>
/points set <player> <amount>
/points take <player> <amount>
/points reloadconfig
π Permissions
pointsapi.points.*β every /points commandpointsapi.points.addβ /points add [player] [amount]pointsapi.points.setβ /points set [player] [amount]pointsapi.points.takeβ /points take [player] [amount]pointsapi.points.look.selfβ /points lookpointsapi.points.look.otherβ /points look [player]pointsapi.points.look.*β /points look & /points look [player]
βοΈ config.yml
# "&" is not working here. Always use "Β§" to display colors!
prefix: "Β§6[Β§ePointsAPIΒ§6] " #donΒ΄t forget the space :)
currency-name: "points" #will only affect messages, placeholders and commands will stay the same (points), always use plural
default-points: 0
show-changes-to-player: true #will send the player a message if he gets points added/set
#only usefull if show-changes-to-player is set to true!
show-changer-to-player: false #will show the player who added/set his points, only works if points are NOT sent by console!
π Documentation & Support
More info, setup help, and placeholders can be found at
Pitchi's Wiki
Support (by dev & community) can be found on
PitchiΒ΄s Discord Server


